JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q51810F
  • License MPL-2.0

NodeJS and browser JS library for Ethereum

Package Exports

  • ethereumjs-lib

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ethereumjs-lib) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 vitural machine and state processing functions
  • Blockchain - Blockchain managment
  • Block - Block Schema definition and validation
  • Transaction - Transaction Schema definition and validation
  • Account - Account Schema definition and validation
  • rlp - Recusive 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.

BUGS

When you find issues, please report them:

LICENSE

MPL-2.0