Added relevant links to readme
This commit is contained in:
parent
401d5cc423
commit
f728e72c6c
1 changed files with 9 additions and 0 deletions
|
@ -3,6 +3,15 @@ Rustchain
|
||||||
|
|
||||||
This is a simple blockchain implementation written in Rust. I wrote it to learn the Rust language and how blockchains work in practice.
|
This is a simple blockchain implementation written in Rust. I wrote it to learn the Rust language and how blockchains work in practice.
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
|
Reference in a new issue