From 9c252896a33aab579f67f763aa36cbef84230db3 Mon Sep 17 00:00:00 2001 From: Sandoche ADITTANE Date: Sat, 18 Aug 2018 11:00:19 +0200 Subject: [PATCH] Add Cryptocurrency proof of stake tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04d21a9..1ce8eb8 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ * [**Python**: _Let’s Build the Tiniest Blockchain_](https://medium.com/crypto-currently/lets-build-the-tiniest-blockchain-e70965a248b) * [**Ruby**: _Programming Blockchains Step-by-Step (Manuscripts Book Edition)_](https://github.com/yukimotopress/programming-blockchains-step-by-step) * [**TypeScript**: _Naivecoin: a tutorial for building a cryptocurrency_](https://lhartikk.github.io/) +* [**TypeScript**: _NaivecoinStake: a tutorial for building a cryptocurrency with the Proof of Stake consensus_](https://naivecoinstake.learn.uno/) #### Build your own `Bot`