Skip to content

OZTR/NanoWallet

 
 

Repository files navigation

Nano Wallet

How to use Nano Wallet ?

After downloading https://nem.io/

How to import NCC wallet ?

Open NCC and your wallet, clicking on user icon should reveal a drop-down menu with "Export for Lightwallet". Once your have your wallet (.json format), open Nano and import it from the login page. It'll ask for an upgrade and trigger the download of your updated wallet. Do not delete your old NCC wallet and keep it safe somewhere.

Imported accounts that are already harvesting using NCC

NCC is using a different way to generate the remote associated with an account. Nano Wallet uses BIP32 to generate it deterministically and make everything easier. In order to manage and monitor harvesting, you'll need to deactivate the old remote account from NCC and activate your new remote account from Nano. Alternatively you can use a custom delegated public key in Nano Wallet importance transaction page.

Build from source

  1. Install gulp
npm install -g gulp-cli
  1. Open a console to the path of the NanoWallet folder and install all the needed dependencies
npm install
  1. Build:
gulp
OR
  1. Run NanoWallet as App
npm run devApp
OR
  1. Build NanoWallet
gulp build-app

Person IDE

Speace

About

Cross-platform lite wallet written in JavaScript

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 75.1%
  • HTML 21.8%
  • CSS 1.7%
  • MQL5 1.2%
  • MQL4 0.2%