Skip to content

Commit

Permalink
🔒️ Add Sealevel attacks
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed May 6, 2024
1 parent 01e1d46 commit 28fb139
Show file tree
Hide file tree
Showing 115 changed files with 6,205 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 7.lesson/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# 7. Lecture - Security

Inspired by [Sealevel Attacks](https://github.com/coral-xyz/sealevel-attacks)
TODO check sealevel attacks if up to date
6 changes: 6 additions & 0 deletions 7.lesson/sealevel-attacks/.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 7.lesson/sealevel-attacks/Anchor.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[programs.localnet]
raw = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"

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

[provider]
cluster = "localnet"
wallet = "/home/armaniferrante/.config/solana/id.json"

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

0 comments on commit 28fb139

Please sign in to comment.