Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
efecan-kutluk committed Jun 2, 2024
0 parents commit 347dd6d
Show file tree
Hide file tree
Showing 76 changed files with 20,829 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
**/node_modules
**/*wallet.json
**/target/
**/.DS_Store
**/.vscode
**/assets

**/.yarn

# Swap the comments on the following lines if you wish to use zero-installs
# In that case, don't forget to run `yarn config set enableGlobalCache false`!
# Documentation here: https://yarnpkg.com/features/caching#zero-installs

#!.yarn/cache
**/.pnp.*

#solana dev
**/*_wallet.json
**/.env
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "capstone"]
path = capstone
url = https://github.com/efecan-kutluk/wishbourne.git
1 change: 1 addition & 0 deletions capstone
Submodule capstone added at f8e880
5 changes: 5 additions & 0 deletions class_code/escrow/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

.anchor/test-ledger/rocksdb/000059.sst
**/.anchor
**/node_modules
**/target
18 changes: 18 additions & 0 deletions class_code/escrow/Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[toolchain]

[features]
resolution = true
skip-lint = false

[programs.localnet]
escrow = "91aPi6eEmNW9GDfn9ypRM7ydLT4mhdLVh8kQ57xAv3tS"

[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 347dd6d

Please sign in to comment.