0.2.12 • Published 5 years ago

@mblackmblack/crypto v0.2.12

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@liquality/crypto

Build Status Coverage Status Standard Code Style MIT License @liquality/crypto Gitter Telegram Greenkeeper badge

:warning: This project is under heavy development. Expect bugs & breaking changes.

:pencil: Introductory Blog Post: The Missing Tool to Cross-Chain Development

Query different blockchains with account management using a single and simple interface.

Installation

npm i @liquality/crypto

or

<script src="https://cdn.jsdelivr.net/npm/@liquality/crypto@0.2.3/dist/crypto.min.js"></script>
<!-- sourceMap at https://cdn.jsdelivr.net/npm/@liquality/crypto@0.2.3/dist/crypto.min.js.map -->
<!-- available as window.Crypto -->

Usage

import {
  base58,
  bech32,
  sha256,
  ripemd160,
  hash160,
  ensureBuffer,
  padHexStart,
  isHex
} from '@liquality/crypto'

License

MIT