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

https://github.com/tahinli/rust-blockchain

Blockchain in Rust
https://github.com/tahinli/rust-blockchain

blockchain network rust

Last synced: 9 months ago
JSON representation

Blockchain in Rust

Awesome Lists containing this project

README

          

# rust-blockchain

It's a simple blockchain project that is based on server-client structure not p2p connection. Normally it should be p2p but since I want to focus on structure not the actual network strategy, it's enough for now.