From 33ded574a0713e819fbdba186a2bd4a98c4d8f8f Mon Sep 17 00:00:00 2001 From: tinkerbaj Date: Sun, 1 May 2022 18:32:35 +0200 Subject: [PATCH] Fix jeiwan url for golang blockchain tutorial --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ae283f5..922215d 100644 --- a/README.md +++ b/README.md @@ -356,13 +356,13 @@ These apps run on a custom built **blockchain, an enormously powerful shared glo - [**Crystal**: _Write your own blockchain and PoW algorithm using Crystal_](https://medium.com/@bradford_hamilton/write-your-own-blockchain-and-pow-algorithm-using-crystal-d53d5d9d0c52) - [**C++**: _Blockchain from Scratch_](https://github.com/openblockchains/awesome-blockchains/tree/master/blockchain.cpp) - [**Go: _Building Blockchain in Go_**](https://github.com/Jeiwan/blockchain_go) / [Chinese version 1](https://github.com/liuchengxu/blockchain-tutorial/blob/master/content/part-1/basic-prototype.md) / [Chinese version 2](https://zhangli1.gitbooks.io/dummies-for-blockchain/content/) - - [_Part 1: Basic Prototype_](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/) - - [_Part 2: Proof-of-Work_](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/) - - [_Part 3: Persistence and CLI_](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/) - - [_Part 4: Transactions 1_](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/) - - [_Part 5: Addresses_](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/) - - [_Part 6: Transactions 2_](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/) - - [_Part 7: Network_](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/) + - [_Part 1: Basic Prototype_](https://jeiwan.net/posts/building-blockchain-in-go-part-1/) + - [_Part 2: Proof-of-Work_](https://jeiwan.net/posts/building-blockchain-in-go-part-2/) + - [_Part 3: Persistence and CLI_](https://jeiwan.net/posts/building-blockchain-in-go-part-3/) + - [_Part 4: Transactions 1_](https://jeiwan.net/posts/building-blockchain-in-go-part-4/) + - [_Part 5: Addresses_](https://jeiwan.net/posts/building-blockchain-in-go-part-5/) + - [_Part 6: Transactions 2_](https://jeiwan.net/posts/building-blockchain-in-go-part-6/) + - [_Part 7: Network_](https://jeiwan.net/posts/building-blockchain-in-go-part-7/) - [**Go**: _Building A Simple Blockchain with Go_](https://www.codementor.io/codehakase/building-a-simple-blockchain-with-go-k7crur06v) - [**Go**: _Code your own blockchain in less than 200 lines of Go_](https://medium.com/@mycoralhealth/code-your-own-blockchain-in-less-than-200-lines-of-go-e296282bcffc) - [**Go**: _Code your own blockchain mining algorithm in Go_](https://medium.com/@mycoralhealth/code-your-own-blockchain-mining-algorithm-in-go-82c6a71aba1f)