Commit d78dfef
tilo-14
Add comprehensive program examples for compressed account operations
- Add 5 Anchor examples: create, update, close, reinit, burn
- Add 5 Native examples: create, update, close, reinit, burn
- Include full test coverage with Rust and TypeScript tests
- Add detailed setup and testing instructions in each README1 parent 3a9ff76 commit d78dfef
123 files changed
Lines changed: 110897 additions & 0 deletions
File tree
- anchor-program-burn
- migrations
- programs/anchor-program-burn
- src
- tests
- tests
- anchor-program-close
- migrations
- programs/anchor-program-close
- src
- tests
- tests
- anchor-program-create
- migrations
- programs/program-create
- src
- tests
- tests
- anchor-program-reinit
- migrations
- programs/anchor-program-reinit
- src
- tests
- tests
- anchor-program-update
- migrations
- programs/anchor-program-update
- src
- tests
- tests
- native-program-burn
- program
- src
- tests
- native-program-close
- program
- src
- tests
- native-program-create
- program
- src
- tests
- native-program-reinit
- program
- src
- tests
- native-program-update
- program
- src
- tests
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments