Compare commits
No commits in common. "ff408351a2b8b12e7ad22d14d2e79ef08e0a79f2" and "fee9bfd3afeef02e237e93335fa2076c30b9d6d6" have entirely different histories.
ff408351a2
...
fee9bfd3af
14
README.md
14
README.md
|
@ -2,10 +2,10 @@
|
||||||
|
|
||||||
A blockchain implementation in Go, as described in these articles:
|
A blockchain implementation in Go, as described in these articles:
|
||||||
|
|
||||||
1. [Basic Prototype](https://jeiwan.net/posts/building-blockchain-in-go-part-1/)
|
1. [Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/)
|
||||||
2. [Proof-of-Work](https://jeiwan.net/posts/building-blockchain-in-go-part-2/)
|
2. [Proof-of-Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
|
||||||
3. [Persistence and CLI](https://jeiwan.net/posts/building-blockchain-in-go-part-3/)
|
3. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
|
||||||
4. [Transactions 1](https://jeiwan.net/posts/building-blockchain-in-go-part-4/)
|
4. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)
|
||||||
5. [Addresses](https://jeiwan.net/posts/building-blockchain-in-go-part-5/)
|
5. [Addresses](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/)
|
||||||
6. [Transactions 2](https://jeiwan.net/posts/building-blockchain-in-go-part-6/)
|
6. [Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/)
|
||||||
7. [Network](https://jeiwan.net/posts/building-blockchain-in-go-part-7/)
|
7. [Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/)
|
||||||
|
|
Loading…
Reference in New Issue