An open API service indexing awesome lists of open source software.

https://github.com/rst-tech/ledger-rust

Simple PoW blockchain implementation with Rust
https://github.com/rst-tech/ledger-rust

blockchain ledger proof-of-work rust

Last synced: about 2 months ago
JSON representation

Simple PoW blockchain implementation with Rust

Awesome Lists containing this project

README

          

Blockchain implementation with PoW and network interaction with tokio

1. Build project `cargo build`
2. Start peer `run --package peer --bin peer`
3. Send transactions via client: `node::tests::send_transactions_to_network()`
4. Check transactions onchain `node::node::tests::receive_blockchain_request_and_response_ok()`