Go to file
Jack Grigg ad4dd9d275
Fix bug in JSDescription.withWitness()
2017-06-09 20:22:18 +12:00
src Fix bug in JSDescription.withWitness() 2017-06-09 20:22:18 +12:00
test Implement JSDescription creation (minus proof) 2017-06-02 16:02:02 +12:00
.gitignore Add code coverage 2017-05-31 13:44:15 +12:00
LICENSE Rename package 2017-06-02 16:17:08 +12:00
README.md Add NPM badge 2017-06-02 16:54:19 +12:00
package-lock.json Add README, lockfile, metadata 2017-06-02 16:46:07 +12:00
package.json Add README, lockfile, metadata 2017-06-02 16:46:07 +12:00

README.md

zcash-primitives

NPM

js-standard-style

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')