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
- Host: GitHub
- URL: https://github.com/rst-tech/ledger-rust
- Owner: chibasn
- Created: 2024-12-16T12:05:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T12:06:20.000Z (10 months ago)
- Last Synced: 2025-07-27T15:56:37.534Z (2 months ago)
- Topics: blockchain, ledger, proof-of-work, rust
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 15
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()`