Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 454 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 454 Bytes

Solana Security Workshop

Welcome to our Solana Security Workshop!

All details are in the docs. To check it out online, visit https://workshop.neodyme.io.

To build it yourself, install mdbook (cargo install mdbook) and run mdbook serve.

My notes

# quick start
# compile all contracts
cargo build-bpf --workspace

# run level0 exploit in pocs/src/bin/level0.rs
RUST_BACKTRACE=1 cargo run --bin level0