JSPM

  • Created
  • Published
  • Downloads 354969
  • Score
    100M100P100Q37827F
  • License MPL-2.0

Provides Block serialization and help functions

Package Exports

  • ethereumjs-block
  • ethereumjs-block/from-rpc
  • ethereumjs-block/header
  • ethereumjs-block/header-from-rpc
  • ethereumjs-block/header.js

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-block) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

SYNOPSIS

NPM Package Build Status Coverage Status Gitter or #ethereumjs on freenode

js-standard-style

Implements schema and functions related to Ethereum's block.

INSTALL

npm install ethereumjs-block

BROWSER

This module work with browserify.

API

./docs

TESTING

Tests in the tests directory are partly outdated and testing is primarily done by running the BlockchainTests from within the ethereumjs-vm repository.

Relevant test folders:

  • bcTotalDifficultyTest
  • TODO

LICENSE

MPL-2.0