└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # SYNOPSIS 2 | [![NPM Package](https://img.shields.io/npm/v/ethereumjs-lib.svg?style=flat-square)](https://www.npmjs.org/package/ethereumjs-lib) 3 | [![Gitter](https://img.shields.io/gitter/room/ethereum/ethereumjs-lib.svg?style=flat-square)](https://gitter.im/ethereum/ethereumjs-lib) or #ethereumjs on freenode 4 | 5 | [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) 6 | 7 | 8 | **This library is outdated**. Please refer to the following EthereumJS modules: 9 | 10 | - [VM](https://github.com/ethereumjs/ethereumjs-vm) - The Ethereum virtual machine and state processing functions 11 | - [Blockchain](https://github.com/ethereumjs/ethereumjs-blockchain) - Blockchain management 12 | - [Block](https://github.com/ethereumjs/ethereumjs-block) - Block Schema definition and validation 13 | - [Transaction](https://github.com/ethereumjs/ethereumjs-tx) - Transaction Schema definition and validation 14 | - [Account](https://github.com/ethereumjs/ethereumjs-account) - Account Schema definition and validation 15 | - [rlp](https://github.com/ethereumjs/rlp) - Recursive Length Prefix serialization 16 | - [Trie](https://github.com/ethereumjs/merkle-patricia-tree) - Modified Merkle Patricia Tree 17 | - [Ethash](https://github.com/ethereumjs/ethashjs) - Ethereum's Proof of Work algorithm 18 | - [utils](https://github.com/ethereumjs/ethereumjs-util) - Miscellaneous helper functions 19 | - [devp2p](https://github.com/ethereumjs/node-devp2p) - The networking protocol 20 | - [devp2p-dpt](https://github.com/ethereumjs/node-devp2p-dpt) - The disputed peer table 21 | 22 | # LICENSE 23 | [MPL-2.0](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2)) 24 | --------------------------------------------------------------------------------