Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oniani/blockchain
A toy, Proof-of-Work-based Blockchain implementation in pure Rust
https://github.com/oniani/blockchain
blockchain proof-of-work rust
Last synced: about 2 months ago
JSON representation
A toy, Proof-of-Work-based Blockchain implementation in pure Rust
- Host: GitHub
- URL: https://github.com/oniani/blockchain
- Owner: oniani
- License: mit
- Created: 2021-10-05T14:54:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-01T08:17:11.000Z (about 3 years ago)
- Last Synced: 2023-03-05T12:50:01.704Z (almost 2 years ago)
- Topics: blockchain, proof-of-work, rust
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- 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)