An open API service indexing awesome lists of open source software.

https://github.com/vaporyjs/vaporyjs-block

schema and functions related to Vapory's block
https://github.com/vaporyjs/vaporyjs-block

vaporyjs

Last synced: 4 months ago
JSON representation

schema and functions related to Vapory's block

Awesome Lists containing this project

README

        

# SYNOPSIS
[![NPM Package](https://img.shields.io/npm/v/vaporyjs-block.svg?style=flat-square)](https://www.npmjs.org/package/vaporyjs-block)
[![Build Status](https://img.shields.io/travis/vaporyjs/vaporyjs-block.svg?branch=master&style=flat-square)](https://travis-ci.org/vaporyjs/vaporyjs-block)
[![Coverage Status](https://img.shields.io/coveralls/vaporyjs/vaporyjs-block.svg?style=flat-square)](https://coveralls.io/r/vaporyjs/vaporyjs-block)
[![Gitter](https://img.shields.io/gitter/room/vapory/vaporyjs-lib.svg?style=flat-square)]() or #vaporyjs on freenode

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)

Implements schema and functions related to Vapory's block.

# INSTALL
`npm install vaporyjs-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 [vaporyjs-vm](https://github.com/vaporyjs/vaporyjs-vm) repository.

Relevant test folders:
- ``bcTotalDifficultyTest``
- TODO

# LICENSE
[MPL-2.0](https://tldrlegal.com/license/mozilla-public-license-2.0-(mpl-2))