trdelnik-cli 0.5.0

Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor.
Documentation
mod build;
pub use build::build;

mod keypair;
pub use keypair::{keypair, KeyPairCommand};

mod fuzz;
pub use fuzz::{fuzz, FuzzCommand};

mod test;
pub use test::test;

mod localnet;
pub use localnet::localnet;

mod explorer;
pub use explorer::{explorer, ExplorerCommand};

mod init;
pub use init::init;