From c030a932ce9331a664e7b13b8467a5c9b3bdab1a Mon Sep 17 00:00:00 2001 From: CoffeeeAtNight <98992091+CoffeeeAtNight@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:33:39 +0200 Subject: [PATCH] Updated JavaScript (Node.js) Blockchain URL Updated the URL for the tutorial "Writing a Blockchain in Node.js", since the given URL wasn't available anymore. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a788f0f..d10e72a 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**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://github.com/SavjeeTutorials/SavjeeCoin) * [**JavaScript**: _How To Launch Your Own Production-Ready Cryptocurrency_](https://hackernoon.com/how-to-launch-your-own-production-ready-cryptocurrency-ab97cb773371) -* [**JavaScript**: _Writing a Blockchain in Node.js_](https://www.hackdoor.io/articles/writing-a-blockchain-in-nodejs-6512fec33307) +* [**JavaScript**: _Writing a Blockchain in Node.js_](https://betterprogramming.pub/create-blockchain-with-node-js-e65dfc40479e) * [**Kotlin**: _Let’s implement a cryptocurrency in Kotlin_](https://medium.com/@vasilyf/lets-implement-a-cryptocurrency-in-kotlin-part-1-blockchain-8704069f8580) * [**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)