Add README, lockfile, metadata

This commit is contained in:
Jack Grigg 2017-06-02 16:46:07 +12:00
parent 897d25837a
commit c5b8c68b04
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
3 changed files with 2327 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# zcash-primitives
[![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')

2299
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -8,6 +8,10 @@
"keywords": [
"zcash"
],
"repository": {
"type": "git",
"url": "https://github.com/zcash/zcash-primitives-js.git"
},
"scripts": {
"coverage-report": "nyc report --reporter=lcov",
"coverage-html": "nyc report --reporter=html",