Skip to content

Commit

Permalink
✨ Bonus SPL Token lesson example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Nov 14, 2024
1 parent fa6b4f0 commit 72a3a2c
Show file tree
Hide file tree
Showing 13 changed files with 4,303 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Bonus-SPL-Token/lesson-example/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.anchor
.DS_Store
target
**/*.rs.bk
node_modules
test-ledger
.yarn
7 changes: 7 additions & 0 deletions Bonus-SPL-Token/lesson-example/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.anchor
.DS_Store
target
node_modules
dist
build
test-ledger
18 changes: 18 additions & 0 deletions Bonus-SPL-Token/lesson-example/Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[toolchain]

[features]
resolution = false
skip-lint = false

[programs.localnet]
lesson_example = "E49Vsg4wbsyYoUJPFrYRbnrMqDpixuqu2xpzD5JDMkF9"

[registry]
url = "https://api.apr.dev"

[provider]
cluster = "Localnet"
wallet = "~/.config/solana/id.json"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
Loading

0 comments on commit 72a3a2c

Please sign in to comment.