JavaScript库(ethereumjs-lib)¶
ethereumjs-lib 是 Yellow Paper 中描述的 Ethereum 核心功能javascript库。大多数的JS模块都可以在 ethereumjs 中追踪到。
- VM - 以太坊虚拟机和状态处理功能
- Blockchain - 区块链管理
- Block - 区块结构定义和验证
- Transaction - 交易结构定义和验证
- Account - 帐号结构定义和验证
- rlp - 递归长度前缀序列化
- Trie - 修改版的默克尔.帕特里夏树
- Ethash - 以太坊的工作量证明算法
- utils - 各种各样的帮助说明
- devp2p - 对等网络协议
- devp2p-dpt - The disputed peer table
相关链接:
- GitHub: https://github.com/ethereumjs/ethereumjs-lib
- Join the Gitter chat: https://gitter.im/ethereum/ethereumjs-lib