Socket
Book a DemoInstallSign in
Socket

ethereumjs-lib

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-lib

NodeJS and browser JS library for Ethereum

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
1
Created
Source

SYNOPSIS

Gitter or on #ethereum on freenode

A Javascript library of core Ethereum functions as described in the Yellow Paper. This is a simple meta-module that provides the following modules.

  • VM - The Ethereum virtual machine and state processing functions
  • Blockchain - Blockchain management
  • Block - Block Schema definition and validation
  • Transaction - Transaction Schema definition and validation
  • Account - Account Schema definition and validation
  • rlp - Recursive Length Prefix serialization
  • Trie - Modified Merkle Patricia Tree
  • Ethash - Ethereum's Proof of Work algorithm
  • utils - Miscellaneous helper functions
  • devp2p - The networking protocol
  • devp2p-dpt - The disputed peer table

BROWSER

ethereumjs-lib can be used with browserify. With the exception of the networking modules.

CONTRIBUTIONS

Patches welcome! Contributors are listed in the package.json file. Please run the tests before opening a pull request and make sure that you are passing all of them.

If you would like to contribute, but don't know what to work on, check the issues list or ask on the forms or on IRC.

LICENSE

MPL-2.0

Keywords

ethereum

FAQs

Package last updated on 10 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts