This commit is contained in:
Armani Ferrante 2022-01-12 16:12:32 -05:00
parent 05a865c5e8
commit f3495712b3
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 7 additions and 0 deletions

7
README.md Normal file
View File

@ -0,0 +1,7 @@
# 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.