After downloading https://nem.io/
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.
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.
- Install gulp
npm install -g gulp-cli
- Open a console to the path of the NanoWallet folder and install all the needed dependencies
npm install
- Build:
gulp
- Run NanoWallet as App
npm run devApp
- Build NanoWallet
gulp build-app
Speace