Go to file
Kostyan 24555d0448
Fix typo (#19)
2022-07-16 15:07:11 -04:00
migrations Init 2022-01-10 18:19:48 -05:00
programs Fix typo (#19) 2022-07-16 15:07:11 -04:00
tests Fix some builds issue 2022-01-12 16:24:02 -05:00
.gitignore Init 2022-01-10 18:19:48 -05:00
Anchor.toml Init 2022-01-10 18:19:48 -05:00
Cargo.lock feat: Sysvar address check example added (#15) 2022-07-14 12:25:41 -04:00
Cargo.toml feat: Sysvar address check example added (#15) 2022-07-14 12:25:41 -04:00
README.md README 2022-01-12 16:12:32 -05:00
package.json Init 2022-01-10 18:19:48 -05:00
tsconfig.json Init 2022-01-10 18:19:48 -05:00
yarn.lock Init 2022-01-10 18:19:48 -05:00

README.md

Sealevel Attacks

Examples of common exploits unique to the Solana programming model and recommended idioms for avoiding these attacks using the Anchor framework.

The examples in this repo are purposefully not complete. Each program here is meant to showcase a specific issue and recommended fix in isolation.