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
10
11
12
13
14
15
mod claim;
mod initialize;
mod mine;
mod register;
mod reset;
mod update_admin;
mod update_difficulty;

pub use claim::*;
pub use initialize::*;
pub use mine::*;
pub use register::*;
pub use reset::*;
pub use update_admin::*;
pub use update_difficulty::*;