Replicate basic functionality of `crowdnode-cli`, but in the browser. Try to move/copy code into `./lib` here and use it rather than framework-ify-ing where possible. - [ ] Generate Private Key (WIF) (lib) - [ ] Store in localStorage (vue) - [ ] Show QR (qr-svg) - [ ] Signup (crowdnode) - [ ] Agree to Terms (crowdnode) - [ ] Deposit (crowdnode) - [ ] Show Balance (crowdnode and dashsight) - [ ] Withdraw (crowdnode) - [ ] Transfer (dashsight instant send) Later: abstract storage and encryption.
Replicate basic functionality of
crowdnode-cli, but in the browser.Try to move/copy code into
./libhere and use it rather than framework-ify-ing where possible.Later: abstract storage and encryption.