用Go构建一个区块链系列(1-7)

地址:https://github.com/liuchengxu/blockchain-tutorial
本教程演绎自 blockchain_go的系列文章。包括:基本原型工作量证明持久化和命令行接口交易(1)地址交易(2)

用 Go 构建一个区块链

http://www.jianshu.com/p/92311d2cb9a7 Part 1: 基本原型
http://www.jianshu.com/p/7b1028861122 Part 2: 工作量证明
http://www.jianshu.com/p/f32640fe86d7 Part 3: 持久化和命令行接口
http://www.jianshu.com/p/c50bfd955a27 Part 4: 交易(1)
http://www.jianshu.com/p/cb25c768b3b7 Part 5: 地址
http://www.jianshu.com/p/bfda51cd340d Part 6: 交易(2)
http://www.jianshu.com/p/40d8b54e6236 Part 7: 网络

链接:

  1. Source codes
  2. Bitcoin protocol documentation
  3. Bitcoin network

原文:Building Blockchain in Go. Part 7: Network

    原文作者:大圣2017
    原文地址: https://www.jianshu.com/p/1e0f3325493e
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞