Implemented loading Settings from file. Implemented mining of Keystore (key pair). Changed Transaction structure a lot. Added an icon to windows build. Changed some HTML.
This commit is contained in:
+1
-2
@@ -3,13 +3,12 @@ pub use crate::block::Block;
|
||||
mod blockchain;
|
||||
pub use crate::blockchain::Blockchain;
|
||||
pub mod transaction;
|
||||
pub use crate::transaction::Action;
|
||||
pub use crate::transaction::Transaction;
|
||||
pub mod utils;
|
||||
pub use crate::utils::*;
|
||||
pub mod keys;
|
||||
pub use crate::keys::Keystore;
|
||||
pub use crate::keys::Key;
|
||||
pub use crate::keys::Bytes;
|
||||
pub mod miner;
|
||||
pub mod context;
|
||||
pub use crate::context::Context;
|
||||
|
||||
Reference in New Issue
Block a user