ore-program 1.2.1

Ore is a digital currency you can mine from anywhere, at home or on your phone.
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::*;