Skip to content

Commit

Permalink
feat: solana intent contract
Browse files Browse the repository at this point in the history
  • Loading branch information
bishalbikram committed Dec 19, 2024
1 parent c7dae72 commit 1c1c081
Show file tree
Hide file tree
Showing 45 changed files with 8,720 additions and 0 deletions.
7 changes: 7 additions & 0 deletions contracts/solana/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.anchor
.DS_Store
target
**/*.rs.bk
node_modules
test-ledger
.yarn
7 changes: 7 additions & 0 deletions contracts/solana/.prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.anchor
.DS_Store
target
node_modules
dist
build
test-ledger
18 changes: 18 additions & 0 deletions contracts/solana/Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[toolchain]

[features]
resolution = false
skip-lint = false

[programs.localnet]
intent = "4nTmHeE5qdFuKoqeakERkMn3iFFV2X76zkvdDA26LPCG"

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

[provider]
cluster = "Localnet"
wallet = "~/.config/solana/id.json"

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

0 comments on commit 1c1c081

Please sign in to comment.