.. _ethereumjs-lib: ################################################################################ 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