ethereumjs-account

Encoding, decoding and validation of Ethereum's Account schema


Keywords
ethereum, account, ethereumjs, schema
License
MPL-2.0
Install
npm install ethereumjs-account@3.0.0

Documentation

SYNOPSIS

NPM Package Actions Status Coverage Status Gitter js-standard-style

This library eases the handling of Ethereum accounts, where accounts can be either external accounts or contracts (see Account Types docs).

Note that the library is not meant to be used to handle your wallet accounts, use e.g. the web3-eth-personal package from the web3.js library for that. This is just a semantic wrapper to ease the use of account data and provide functionality for reading and writing accounts from and to the Ethereum state trie.

Note: The library implements EIP-161 to determine empty accounts, and as such doesn't support hardforks before the Spurious Dragon.

INSTALL

npm install ethereumjs-account

BROWSER

This module work with browserify.

API

./docs/

EthereumJS

See our organizational documentation for an introduction to EthereumJS as well as information on current standards and best practices.

If you want to join for work or do improvements on the libraries have a look at our contribution guidelines.