zcash-primitives-js/README.md

27 lines
563 B
Markdown
Raw Permalink Normal View History

2017-06-01 21:46:07 -07:00
# zcash-primitives
2017-06-01 21:54:19 -07:00
[![NPM](https://img.shields.io/npm/v/zcash-primitives.svg)](https://www.npmjs.org/package/zcash-primitives)
2017-06-01 21:46:07 -07:00
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
A pure JavaScript library for Node.js and browsers, implementing the primitives
necessary to support Zcash in a full library.
## Development status
Alpha - API is still being designed
## Installation
`npm install zcash-primitives`
## Setup
### Node.js
var zcashPrimitives = require('zcash-primitives')