csunny / py-bitcoin
比特币的python简易实现,主要介绍比特币底层技术。如Base58编码、椭圆加密算法、MerkleTree、P2P对等网络、RPC通信、UTXO、虚拟机、DHT、DAG、链上数据的持久化存储等。
☆313Updated 5 years ago
Alternatives and similar repositories for py-bitcoin:
Users that are interested in py-bitcoin are comparing it to the libraries listed below
- 迷你区块链python实现(mini blockchain in python)☆139Updated 6 years ago
- 以太坊源码分析文档库☆193Updated 6 years ago
- bitcoin0.1.0 source☆113Updated 7 years ago
- 以太坊源码研读☆177Updated 6 years ago
- 开源教程:从零开始写区块链☆542Updated 6 years ago
- Demo for how algorithms dpos with pbft works