Skip to content

Commit

Permalink
feat(setup): add sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
vovacodes committed Dec 23, 2022
1 parent 4da5a77 commit 0fc3fb9
Show file tree
Hide file tree
Showing 24 changed files with 1,491 additions and 118 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
.keys
.turbo

.anchor
.DS_Store
target
**/*.rs.bk
node_modules
test-ledger

lib
.crates
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules
dist
build
test-ledger
generated
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[features]
seeds = false
skip-lint = false

[programs.localnet]
multisig = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

Expand All @@ -12,5 +13,4 @@ cluster = "localnet"
wallet = "./.keys/upgrade-authority.json"

[scripts]
#test = "node -r ts-mocha/register -t 1000000 tests/**/*.ts"
test = "npx mocha --node-option require=ts-node/register --extension ts -t 1000000 tests/**/*.ts"
Loading

0 comments on commit 0fc3fb9

Please sign in to comment.