Initial commit from template

This commit is contained in:
StackClass
2026-01-08 09:20:05 +00:00
commit 15672855b0
18 changed files with 2816 additions and 0 deletions

18
Anchor.toml Normal file
View File

@@ -0,0 +1,18 @@
[toolchain]
[features]
resolution = true
skip-lint = false
[programs.localnet]
swap-program = "G8m2Q8kMhkHf3xkVtb9nKfLeiWaSY352QBYsZGH3YfBT"
[registry]
url = "https://api.apr.dev"
[provider]
cluster = "localnet"
wallet = "~/.config/solana/id.json"
[scripts]
test = "cargo test -- --nocapture"