initial commit

This commit is contained in:
aresastro
2023-05-09 21:40:31 +08:00
commit 240b79e7be
29 changed files with 6451 additions and 0 deletions

21
ts/cluster1/readme.md Normal file
View File

@@ -0,0 +1,21 @@
# Lesson One: SPL Tokens
In this lesson, we are going to:
1. Learn how to initialize a mint
2. Mint an SPL token to an ATA (Associated Token Account)
3. Transfer our SPL token to another wallet
4. Register our token metadata on Metaplex
5. Tranfer our token to the WBA Program Vault
6. Recover our token from the WBA Program Vault using a PDA
## 1. Initialize a Mint
## 2. Mint an SPL token
## 3. Transfer an SPL token
## 4. Register token metadata with Metaplex
## 5. Transfer token to WBA Vault
## 6. Recover token from WBA Vault

0
ts/cluster1/spl_init.ts Normal file
View File

View File

0
ts/cluster1/spl_mint.ts Normal file
View File

View File