Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jobyid committed Nov 7, 2021
0 parents commit f088d47
Show file tree
Hide file tree
Showing 11 changed files with 2,352 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

.anchor
.DS_Store
target
**/*.rs.bk
node_modules
12 changes: 12 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[programs.localnet]
myepicproject = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

[registry]
url = "https://anchor.projectserum.com"

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

[scripts]
test = "node tests/myepicproject.js"
Loading

0 comments on commit f088d47

Please sign in to comment.