Skip to content

Commit f4cf96b

Browse files
authored
Start anchor program (#282)
* Start anchor program * pythnet folder * Renames
1 parent bfb3b7b commit f4cf96b

File tree

7 files changed

+1379
-0
lines changed

7 files changed

+1379
-0
lines changed

pythnet/remote-executor/.gitignore

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

pythnet/remote-executor/Anchor.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[features]
2+
seeds = false
3+
[programs.localnet]
4+
remote_executor = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
5+
6+
[registry]
7+
url = "https://anchor.projectserum.com"
8+
9+
[provider]
10+
cluster = "localnet"
11+
wallet = "/Users/gbescos/.config/solana/id.json"
12+
13+
[scripts]
14+
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"

0 commit comments

Comments
 (0)