mars-program 1.0.0

Mars is a cryptocurrency for sovereign individuals living in Mirascape Horizon across the galaxy.
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::*;