@digix/eth-lightwallet

v3.0.3
A lightweight ethereum javascript wallet.
ethereum blockchain transactions contracts wallet

build-js

browserify index.js --s lightwallet -g [ babelify --presets [ es2015 react ] ] | uglifyjs -c > dist/lightwallet.min.js

build-dev

browserify index.js -o dist/lightwallet.js --s lightwallet -g [ babelify --presets [ es2015 react ] ]

test

mocha --reporter spec

coverage

istanbul cover _mocha -- -R spec; open coverage/lcov-report/index.html

prepublish

mkdir -p dist && npm run build-dev && npm run build-js
npm i @digix/eth-lightwallet

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/3/2018

Downloads