ethereumjs-block
Version:
Provides Block serialization and help functions
30 lines (20 loc) • 1.26 kB
Markdown
# SYNOPSIS
[](https://www.npmjs.org/package/ethereumjs-block)
[](https://travis-ci.org/ethereumjs/ethereumjs-block)
[](https://coveralls.io/r/ethereumjs/ethereumjs-block)
[]() or #ethereumjs on freenode
[](https://github.com/feross/standard)
Implements schema and functions related to Ethereum's block.
# INSTALL
`npm install ethereumjs-block`
# BROWSER
This module work with `browserify`.
# API
[./docs](./docs/index.md)
# TESTING
Tests in the ``tests`` directory are partly outdated and testing is primarily done by running the ``BlockchainTests`` from within the [ethereumjs-vm](https://github.com/ethereumjs/ethereumjs-vm) repository.
Relevant test folders:
- ``bcTotalDifficultyTest``
- TODO
# LICENSE
[MPL-2.0](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2))