You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/ccip/tutorials/svm/cross-chain-tokens/direct-mint-authority.mdx
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,15 @@ This tutorial focuses on the simpler direct transfer approach for development en
30
30
mint authority to a single PDA.
31
31
</Aside>
32
32
33
+
## Tutorial Approach
34
+
35
+
This tutorial provides step-by-step instructions and explains what each command does. For detailed implementation code explanations, refer to the comprehensive READMEs in both repositories:
36
+
37
+
-**[Solana Starter Kit README](https://github.com/smartcontractkit/solana-starter-kit/blob/main/README.md)**: Detailed explanations of all SVM commands and implementation
The READMEs contain detailed technical explanations, troubleshooting guides, and advanced configuration options.
41
+
33
42
## Prerequisites
34
43
35
44
This tutorial requires setting up two different repositories in separate terminal windows. Follow the setup instructions for both environments before proceeding.
0 commit comments