Initial commit from template

This commit is contained in:
StackClass
2025-09-05 09:47:38 +00:00
commit 454f111c40
10 changed files with 184 additions and 0 deletions

9
Anchor.toml Normal file
View File

@@ -0,0 +1,9 @@
[provider]
cluster = "devnet"
wallet = "~/.config/solana/id.json"
[programs.devnet]
voting_program = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"