From b1c833d89f2e00379aea733dbee2782905acbc58 Mon Sep 17 00:00:00 2001 From: Daniel Stefanovic Date: Sun, 13 May 2018 22:52:17 +0200 Subject: [PATCH] Add tutorial #44 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13bcd26..2c1c225 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ * [**JavaScript**: *A cryptocurrency implementation in less than 1500 lines of code*](https://github.com/conradoqg/naivecoin) * [**JavaScript**: *Build your own Blockchain in Javascript*](https://github.com/nambrot/blockchain-in-js) * [**JavaScript**: *Learn & Build a Javascript Blockchain*](https://medium.com/digital-alchemy-holdings/learn-build-a-javascript-blockchain-part-1-ca61c285821e) +* [**JavaScript**: *Creating a blockchain with Javascript*](https://www.youtube.com/watch?v=zVqczFZr124&list=PLzvRQMJ9HDiTqZmbtFisdXFxul5k0F-Q4) [video] * [**Python**: *Learn Blockchains by Building One*](https://hackernoon.com/learn-blockchains-by-building-one-117428612f46) * [**Python**: *Build your own blockchain: a Python tutorial*](http://ecomunsing.com/build-your-own-blockchain) * [**TypeScript**: *Naivecoin: a tutorial for building a cryptocurrency*](https://lhartikk.github.io/)