spam-program 1.2.0

The ultimate Solana testnet challenge! Make transactions, stress test the network, and earn SPAM tokens.
Documentation
1
2
3
4
5
6
7
8
9
mod bus;
mod hash;
mod proof;
mod treasury;

pub use bus::*;
pub use hash::*;
pub use proof::*;
pub use treasury::*;