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

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

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)