This repository has been archived on 2019-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
rustchain/README.md

32 lines
732 B
Markdown
Raw Permalink Normal View History

2018-04-23 11:43:54 +00:00
Rustchain
=========
This is a simple blockchain implementation written in Rust. I wrote it to learn the Rust language and how blockchains work in practice.
2018-04-24 18:04:38 +00:00
Some relevant projects and blog posts for reference:
https://hackernoon.com/learn-blockchains-by-building-one-117428612f46
https://amarszalek.net/blog/2018/03/20/simple-blockchain-in-kotlin/
https://github.com/lholznagel/carina
https://github.com/stevenpack/learnnet
https://github.com/dvf/blockchain
2018-04-23 11:43:54 +00:00
Building
--------
You need to have the Rust compiler and `cargo` installed. Then simply run one of the following commands:
```
cargo run
```
```
cargo build
```
License
-------
This project is licensed under GPLv3. Please see the license file for more information.