0 Members and 1 Guest are viewing this topic.
Ok, so I've made some changes to the web wallet which look good, but now I want to build the lite wallet with my changes, so I can hand it out for testing - how can I build it?
After you run Code: [Select]npm run build in web/ dir, the package files will be copied to electron/build, so you need to go to electron dir and type Code: [Select]npm run release to create light wallet installer.
npm run build
npm run release
npm install usually fixes errors about missing stuff - you need npm install inside ./electron as well.
Look at console in DevTools (available via View menu).
Quote from: cass on November 06, 2015, 03:42:13 pmQuote from: monsterer on November 06, 2015, 03:07:13 pmThanks cass - and this is not the web wallet? Are they separate?The light wallet is the web wallet just wrapped built on Electron (http://electron.atom.io/) AFAIKThanks Any idea where this logs runtime errors? I've got errors in my react component, but not sure what they are
Quote from: monsterer on November 06, 2015, 03:07:13 pmThanks cass - and this is not the web wallet? Are they separate?The light wallet is the web wallet just wrapped built on Electron (http://electron.atom.io/) AFAIK
Thanks cass - and this is not the web wallet? Are they separate?
cd cli; npm installcd ../dl; npm installcd ../ios; npm installcd ../web; npm install