# icjs-util

> a collection of utility functions for IrChain

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

## Install

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

## 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-04 |
| First published | 2018-08-04 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 136.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | irchain |
| Maintainers | irchain-io |
| Keywords | irchain, utilties |

## Links

- npm: https://www.npmjs.com/package/icjs-util
- Repository: https://github.com/icjs/icjs-util
- Issues: https://github.com/icjs/icjs-util/issues
- npm.io page: https://npm.io/package/icjs-util

## Dependencies (8)

- [rlp](https://npm.io/package/rlp.md) ^2.0.0
- [bn.js](https://npm.io/package/bn.js.md) ^4.11.6
- [keccak](https://npm.io/package/keccak.md) ^1.0.2
- [secp256k1](https://npm.io/package/secp256k1.md) ^3.0.1
- [create-hash](https://npm.io/package/create-hash.md) ^1.1.2
- [safe-buffer](https://npm.io/package/safe-buffer.md) ^5.1.1
- [is-hex-prefixed](https://npm.io/package/is-hex-prefixed.md) 1.0.0
- [strip-hex-prefix](https://npm.io/package/strip-hex-prefix.md) 1.0.0

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2018-08-04

## README

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

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



A collection of utility functions for irchain. It can be used in node.js or can be in the browser with browserify.

# API
[./docs/](./docs/index.md)

Most of the string manipulation methods are provided by [util](https://github.com/ethjs/util)

# LICENSE
MPL-2.0

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