Dev Tools
Mollusk
📖O que é
A lightweight SVM testing harness that executes Solana program instructions directly without spinning up a validator or simulated runtime. Mollusk loads a program's compiled SBF binary and processes individual instructions against a minimal account set, providing fast unit-test-level feedback. It supports both native and BPF programs, making it ideal for rapid iteration on instruction logic without the overhead of solana-test-validator or full Bankrun setup.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Testes (Programas Solana)Dev Tools
The process of validating Solana programs through unit tests, integration tests, and fuzz …
Ver termo →LiteSVMDev Tools
A lightweight Solana VM for testing Rust programs. LiteSVM provides a minimal SVM environm…
Ver termo →solana-program-testDev Tools
A Rust testing framework in the solana-sdk that provides a BanksClient for in-process prog…
Ver termo →