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
- Host: GitHub
- URL: https://github.com/vaporyjs/vaporyjs-block
- Owner: vaporyjs
- License: mpl-2.0
- Created: 2018-03-04T04:42:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T21:07:06.000Z (over 4 years ago)
- Last Synced: 2024-04-27T02:01:48.645Z (about 1 year ago)
- Topics: vaporyjs
- Language: JavaScript
- Homepage: https://vapory.org
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SYNOPSIS
[](https://www.npmjs.org/package/vaporyjs-block)
[](https://travis-ci.org/vaporyjs/vaporyjs-block)
[](https://coveralls.io/r/vaporyjs/vaporyjs-block)
[]() or #vaporyjs on freenode[](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))