Merge pull request #24 from tinkerbaj/fix-jeiwan-url

Fix - Go: Building Blockchain in Go - wrong link url
This commit is contained in:
yjjnls 2022-05-20 11:04:19 +08:00 committed by GitHub
commit 12daa2501c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)