tchain 0.1.3

A blockchain using proof of selection for mining
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//!
//! For connecting nodes over
//! a network
//!
pub mod peer;
pub mod server;

#[cfg(test)]
mod tests {

    #[test]
    fn test_server_setup() {}
}