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.git
cd nano-wallet-desktop
yarn install
yarn electron:start
- The app will open in standalone electron session with developer tools
- Make sure you have
rai_node
running 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 test
yarn test --server
yarn run lint:js
yarn 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 build
docker-compose run --rm --service-ports app
Specify what it takes to deploy your app.