Initial commit from template

This commit is contained in:
StackClass
2025-12-31 03:33:58 +00:00
commit f15547dc06
17 changed files with 4499 additions and 0 deletions

19
Anchor.toml Normal file
View File

@@ -0,0 +1,19 @@
[toolchain]
anchor_version = "0.30.1"
[features]
resolution = true
skip-lint = false
[programs.localnet]
lending = "LendZ1111111111111111111111111111111111111"
[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"