block_chain/
lib.rs

1
2
3
4
5
6
7
//!
//! Modules in the crypto currency application
//!

pub mod block;
pub mod blockchain;
pub mod wallet;