Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

nano-wallet-company/nano-wallet-desktop

Nano Wallet Desktop

Travis CI Status AppVeyor Status

An ambitious Nano wallet for desktop and web.

Screenshot

This is an Ember application that can build into an Electron app.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/nano-wallet-company/nano-wallet-desktop.git
  • cd nano-wallet-desktop
  • yarn install

Running / Development

Simple

  • yarn electron:start
  • The app will open in standalone electron session with developer tools

Standalone node

Code Generators

Make use of the many generators for code, try npx ember help generate for more details.

Running Tests

  • yarn test
  • yarn test --server

Linting

  • yarn lint:js
  • yarn lint:js --fix

Building

  • yarn build (development)
  • yarn build --environment production (production)

Using Docker Compose

You can optionally develop and test using Docker Compose.

  • docker-compose build
  • docker-compose run --rm --service-ports app

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links