Skip to content

Commit

Permalink
Initial Setup with token staking
Browse files Browse the repository at this point in the history
  • Loading branch information
TopDeveloper917 committed Aug 19, 2021
1 parent dd78cba commit f153075
Show file tree
Hide file tree
Showing 20 changed files with 9,481 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.anchor
.DS_Store
target
**/*.rs.bk
./node_modules
node_modules
test-ledger
10 changes: 10 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "/Users/nprince/.config/solana/id.json"

[scripts]
test = "npm run test"
env = "echo $ANCHOR_PROVIDER_URL"
Loading

0 comments on commit f153075

Please sign in to comment.