Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 521 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 521 Bytes

从0到1构建一条区块链

教你如何从0到1构建一条基于BitCoin的区块链,用Go语言来实现

开发环境

  1. OS:Win10
  2. Golang
  3. BoltDB(存储)
  4. IDE:GoLand

具体实现思路

个人博客