An ambitious Nano wallet for desktop and web.
This is an Ember application that can build into an Electron app.
You will need the following things properly installed on your computer.
git clone https://github.com/nano-wallet-company/nano-wallet-desktop.gitcd nano-wallet-desktopyarn install
yarn electron:start- The app will open in standalone electron session with developer tools
- Make sure you have
rai_noderunning with the following settings:"rpc_enable: "true""port": "55000""enable_control": "true"
- Run
yarn start - Visit the app at http://localhost:4200.
- Visit the tests at http://localhost:4200/tests.
Make use of the many generators for code, try npx ember help generate for more details.
yarn testyarn test --server
yarn run lint:jsyarn run lint:js --fix
yarn run build(development)yarn run build --environment production(production)
You can optionally develop and test using Docker Compose.
docker-compose builddocker-compose run --rm --service-ports app
Specify what it takes to deploy your app.
