first commit

This commit is contained in:
aresastro
2023-05-09 21:42:24 +08:00
parent 240b79e7be
commit 10f30dc27d
4 changed files with 0 additions and 1013 deletions

View File

@@ -1,21 +0,0 @@
# 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