Skip to content

ssr1ram/bitcoinjslib-wallet

 
 

Repository files navigation

To get started

  1. bower install
  2. npm install

Use: Generate Static html

  1. grunt
  2. open app/app.html

Develop: Serve html & watch for changes

  1. grunt serve
  2. goto http://localhost:8282
  3. Modify js/.js or jade/.jade and grunt will recreate .min.js and .html accordingly

Notes

The following files are not being brought in by bower

mnemonic.js
qrcode.js
electrum.js
bitcoinjs-min.js

About

SF Devs build a Bitcoinjs-lib deterministic wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.4%
  • CSS 43.6%