Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
quanghuynguyen1902 committed Dec 26, 2022
0 parents commit 97f8ca6
Show file tree
Hide file tree
Showing 31 changed files with 3,556 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
test-ledger
Anchor.toml
.idea
8 changes: 8 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.anchor
.DS_Store
target
node_modules
dist
build
test-ledger
17 changes: 17 additions & 0 deletions Anchor.toml.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[features]
seeds = false
skip-lint = false
[programs.localnet]
contract_tip_bot = "3J1FznG6CXjV9HqQrvfaxLtN4vqbkNdFu7Gr3G3yVH2g"
[programs.devnet]
contract_tip_bot = "3J1FznG6CXjV9HqQrvfaxLtN4vqbkNdFu7Gr3G3yVH2g"

[registry]
url = "https://api.apr.dev"

[provider]
cluster = "devnet"
wallet = "/Users/quanghuy/.config/solana/id.json"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
Loading

0 comments on commit 97f8ca6

Please sign in to comment.