Skip to content

Commit b69f2bf

Browse files
add create-nullifier (#25)
1 parent 54f0e7f commit b69f2bf

File tree

12 files changed

+11321
-0
lines changed

12 files changed

+11321
-0
lines changed

.github/workflows/typescript-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- create-and-update
3131
- basic-operations/anchor/burn
3232
- basic-operations/anchor/create
33+
- basic-operations/anchor/create-nullifier
3334
- basic-operations/anchor/update
3435
- basic-operations/anchor/close
3536
- basic-operations/anchor/reinit
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[toolchain]
2+
anchor_version = "0.31.1"
3+
4+
[features]
5+
resolution = true
6+
skip-lint = false
7+
8+
[programs.localnet]
9+
create_nullifier = "CkmVPuPjBr6hcviQvoRKuHh9xk4pRmy9udm6egBk56wS"
10+
11+
[registry]
12+
url = "https://api.apr.dev"
13+
14+
[provider]
15+
cluster = "localnet"
16+
wallet = "~/.config/solana/id.json"
17+
18+
[scripts]
19+
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

0 commit comments

Comments
 (0)