/yoin

Minimal Bitcoin Wallet and Client

Primary LanguageGoApache License 2.0Apache-2.0

yoin

Complete Bitcoin Wallet And Client Implement by Golang

完整的比特币实现,代码里面有很多中文注释。详情可以看博客

代码结构

  • core 区块链核心代码
    • addr.go 地址相关
    • base58.go 易读地址编解码
    • block.go 区块相关
    • block_check.go 区块正确性检查
    • blockdb.go 区块数据库
    • chain.go 链相关
    • chain_node.go 链结构节点相关
    • dbif.go 数据库接口
    • target.go 难度调整
    • tx.go 交易相关
    • uin256.go hash32byte一些辅助函数
    • util.go 一些功能函数