# simplechainjs-util

> a collection of utility functions for Simplechain

Latest version **6.1.2-sipc** (published 2019-05-30) · MPL-2.0 license · 0 weekly downloads

## Install

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

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 6.1.2-sipc |
| Published | 2019-05-30 |
| First published | 2019-05-13 |
| Weekly downloads | 0 |
| License | MPL-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 8 |
| Unpacked size | 118 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 601 |
| Author | mjbecze |
| Maintainers | qcd |
| Keywords | ethereum, utilties |

## Links

- npm: https://www.npmjs.com/package/simplechainjs-util
- Repository: https://github.com/ethereumjs/ethereumjs-util
- Homepage: https://github.com/simplechain-org/ethereumjs-util
- Issues: https://github.com/ethereumjs/ethereumjs-util/issues
- npm.io page: https://npm.io/package/simplechainjs-util

## Dependencies (8)

- [rlp](https://npm.io/package/rlp.md) ^2.0.0
- [bn.js](https://npm.io/package/bn.js.md) ^4.11.0
- [keccak](https://npm.io/package/keccak.md) ^1.0.2
- [axlsign](https://npm.io/package/axlsign.md) ^1.0.0
- [secp256k1](https://npm.io/package/secp256k1.md) ^3.0.1
- [ethjs-util](https://npm.io/package/ethjs-util.md) 0.1.6
- [create-hash](https://npm.io/package/create-hash.md) ^1.1.2
- [safe-buffer](https://npm.io/package/safe-buffer.md) ^5.1.1

## Recent versions

- 6.1.2-sipc (latest) — 2019-05-30
- 6.1.1-sipc — 2019-05-24
- 6.1.0-sipc — 2019-05-14
- 6.1.0 — 2019-05-13

## README

# SYNOPSIS

[![NPM Package](https://img.shields.io/npm/v/ethereumjs-util.svg?style=flat-square)](https://www.npmjs.org/package/ethereumjs-util)
[![Build Status](https://img.shields.io/travis/ethereumjs/ethereumjs-util.svg?branch=master&style=flat-square)](https://travis-ci.org/ethereumjs/ethereumjs-util)
[![Coverage Status](https://img.shields.io/coveralls/ethereumjs/ethereumjs-util.svg?style=flat-square)](https://coveralls.io/r/ethereumjs/ethereumjs-util)
[![Gitter](https://img.shields.io/gitter/room/ethereum/ethereumjs-lib.svg?style=flat-square)](https://gitter.im/ethereum/ethereumjs-lib) or #ethereumjs 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 ethereum. It can be used in node.js or can be in the browser with browserify.

# API

[./docs/](./docs/README.md)

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

---

Additionally ethereumjs-util re-exports a few commonly-used libraries. These include:

- `BN` ([bn.js](https://github.com/indutny/bn.js))
- `rlp` ([rlp](https://github.com/ethereumjs/rlp))
- `secp256k1` ([secp256k1](https://github.com/cryptocoinjs/secp256k1-node/))

# LICENSE

MPL-2.0

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