|
@@ -34,38 +34,3 @@ Regardless of what you may want to add on top of existing Solana programs, the n
|
|
|
- Before running anything in any folder make sure you pull in the dependencies with `yarn install`.
|
|
|
- `native` - Use `cicd.sh` to build & deploy the program. Run `yarn run test` to test it.
|
|
|
- `anchor` - Use `anchor build && anchor deploy` to build & deploy the program. Run `anchor run test` to test it.
|
|
|
-
|
|
|
-:mag: *Got something you want to see here? Add it to the list. Or better yet, write one & create a PR!*
|
|
|
-* ### [ ] Basics
|
|
|
- * [x] Hello Solana
|
|
|
- * [x] Checking Accounts
|
|
|
- * [x] Create an Account
|
|
|
- * [x] Assign Data to an Account
|
|
|
- * [x] Rent
|
|
|
- * [ ] Reallocate an Account's Data
|
|
|
- * [ ] Transfer an Account's Ownership
|
|
|
- * [ ] Destroy an Account
|
|
|
- * [x] Processing Instructions
|
|
|
- * [x] Create a Simple PDA
|
|
|
- * [x] Repository Layout
|
|
|
- * [x] Transfer SOL
|
|
|
- * [ ] Stake SOL with a Validator
|
|
|
- * [x] Cross-program Invocation
|
|
|
-* ### [ ] Tokens
|
|
|
- * [ ] Create an SPL Token
|
|
|
- * [ ] Token Metadata
|
|
|
- * [ ] Minting Tokens
|
|
|
- * [ ] Mint Authority
|
|
|
- * [ ] Transferring Tokens
|
|
|
- * [ ] Selling Tokens
|
|
|
- * [ ] Controlling Token Supply
|
|
|
- * [ ] Disabling Token Minting
|
|
|
- * [ ] Freezing Token Accounts
|
|
|
-* ### [ ] NFTs
|
|
|
- * [ ] Create an NFT
|
|
|
- * [ ] NFT Metadata
|
|
|
- * [ ] Master Edition NFT
|
|
|
- * [ ] Other Edition NFT
|
|
|
- * [ ] NFT Collections
|
|
|
- * [ ] NFT Royalties & Features
|
|
|
- * [ ] NFT Utilities
|