Skip to content

Commit

Permalink
anchor init project
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Jun 18, 2024
0 parents commit adebd1e
Show file tree
Hide file tree
Showing 11 changed files with 3,262 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[toolchain]

[features]
resolution = true
skip-lint = false

[programs.localnet]
protocol_contracts_solana = "9WSwbVLthCsJXABeDJcVcw4UQMYuoNLTJTLqueFXU5Q2"

[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 adebd1e

Please sign in to comment.