Skip to content

Commit 9fa402e

Browse files
committed
chore: add vanilla anchor
1 parent cb02c49 commit 9fa402e

File tree

12 files changed

+3577
-0
lines changed

12 files changed

+3577
-0
lines changed

lazer/solana-anchor/.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.anchor
2+
.DS_Store
3+
target
4+
**/*.rs.bk
5+
node_modules
6+
test-ledger
7+
.yarn

lazer/solana-anchor/.prettierignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.anchor
2+
.DS_Store
3+
target
4+
node_modules
5+
dist
6+
build
7+
test-ledger

lazer/solana-anchor/Anchor.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[features]
2+
resolution = true
3+
skip-lint = false
4+
5+
[programs.localnet]
6+
solana_anchor = "FpmpVrP57C6ADT8d4dQp9TkM1vmxohZJ5WEQQc9RGLPY"
7+
8+
[registry]
9+
url = "https://api.apr.dev"
10+
11+
[provider]
12+
cluster = "Localnet"
13+
wallet = "~/.config/solana/id.json"
14+
15+
[scripts]
16+
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

0 commit comments

Comments
 (0)