https://github.com/oniani/blockchain
A toy, Proof-of-Work-based Blockchain implementation
https://github.com/oniani/blockchain
blockchain proof-of-work rust
Last synced: about 1 year ago
JSON representation
A toy, Proof-of-Work-based Blockchain implementation
- Host: GitHub
- URL: https://github.com/oniani/blockchain
- Owner: oniani
- License: mit
- Created: 2021-10-05T14:54:25.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T08:17:11.000Z (over 4 years ago)
- Last Synced: 2025-07-05T11:51:42.298Z (about 1 year ago)
- Topics: blockchain, proof-of-work, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blockchain
A toy, Proof-of-Work-based Blockchain implementation in pure Rust.
## API
The app is located at [`src/main.rs`](src/main.rs) and can be run using the
command below:
```console
RUST_LOG=info cargo run --release
```
## References
- [Blockchain](https://en.wikipedia.org/wiki/Blockchain)
## License
[MIT License](LICENSE)