Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)