# icjs-block

> Provides Block serialization and help functions

Latest version **0.0.1** (published 2018-08-08) · MPL-2.0 license · 0 weekly downloads

## Install

```sh
npm install icjs-block
pnpm add icjs-block
yarn add icjs-block
bun add icjs-block
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-08-08 |
| First published | 2018-08-08 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 793.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | IrChain Team |
| Maintainers | irchain-io |
| Keywords | irchain, block |

## Links

- npm: https://www.npmjs.com/package/icjs-block
- Repository: https://github.com/icjs/icjs-block
- Homepage: https://github.com/icjs/icjs-block#readme
- Issues: https://github.com/icjs/icjs-block/issues
- npm.io page: https://npm.io/package/icjs-block

## Dependencies (5)

- [async](https://npm.io/package/async.md) ^2.0.1
- [icjs-tx](https://npm.io/package/icjs-tx.md) ^0.0.2
- [icjs-mpt](https://npm.io/package/icjs-mpt.md) ^0.0.1
- [icjs-util](https://npm.io/package/icjs-util.md) ^0.0.1
- [icjs-common](https://npm.io/package/icjs-common.md) ^0.0.1

## Alternatives

- [@oh-my-pi/pi-natives](https://npm.io/package/@oh-my-pi/pi-natives.md) — 51.8K weekly downloads
- [@capgo/capacitor-light-sensor](https://npm.io/package/@capgo/capacitor-light-sensor.md) — 3.0K weekly downloads
- [@heyhuynhgiabuu/pi-diff](https://npm.io/package/@heyhuynhgiabuu/pi-diff.md) — 492 weekly downloads
- [@lotsa/verdant-lang-asm](https://npm.io/package/@lotsa/verdant-lang-asm.md) — 38 weekly downloads
- [new-era-syntax](https://npm.io/package/new-era-syntax.md) — 20 weekly downloads

## Recent versions

- 0.0.1 (latest) — 2018-08-08

## README

# SYNOPSIS  
[![NPM Package](https://img.shields.io/npm/v/icjs-block.svg?style=flat-square)](https://www.npmjs.org/package/icjs-block)
[![Build Status](https://img.shields.io/travis/icjs/icjs-block.svg?branch=master&style=flat-square)](https://travis-ci.org/icjs/icjs-block)
[![Coverage Status](https://img.shields.io/coveralls/icjs/icjs-block.svg?style=flat-square)](https://coveralls.io/r/icjs/icjs-block)
[![Gitter](https://img.shields.io/gitter/room/icjs/icjs-lib.svg?style=flat-square)]() or #icjs 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 IrChain's block.

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

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

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

---
_Source: https://npm.io/package/icjs-block · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
