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

https://github.com/mateusfg7/blockchain-rs

A simple blockchain implementation in Rust. For study purposes.
https://github.com/mateusfg7/blockchain-rs

blockchain chrono serde-json sha256

Last synced: 6 months ago
JSON representation

A simple blockchain implementation in Rust. For study purposes.

Awesome Lists containing this project

README

          

# Blockchain Rust
A simple blockchain implementation in rust. _For study purposes_.

This code is a variation from [this post](https://dev.to/ecj222/how-to-build-a-blockchain-from-scratch-in-rust-46) examples.

## to-do

- [x] Initial blockchain and mining
- [x] Run thought a CLI front-end
- [ ] Storage persistent blockchain