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.
- Host: GitHub
- URL: https://github.com/mateusfg7/blockchain-rs
- Owner: mateusfg7
- Created: 2024-01-04T01:12:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-03T03:55:26.000Z (7 months ago)
- Last Synced: 2026-01-06T10:28:35.443Z (7 months ago)
- Topics: blockchain, chrono, serde-json, sha256
- Language: Rust
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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