Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coral-xyz/sealevel-attacks

☠️ Common Security Exploits and Protections on Solana
https://github.com/coral-xyz/sealevel-attacks

Last synced: about 1 month ago
JSON representation

☠️ Common Security Exploits and Protections on Solana

Awesome Lists containing this project

README

        

# 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.