Initial commit

This commit is contained in:
stackclass
2025-10-12 15:00:41 +00:00
commit e5ba960f9f
17 changed files with 2181 additions and 0 deletions

9
Anchor.toml Normal file
View File

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