Skip to content

kennedybaird/nano-wallet-desktop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 run lint:js
  • yarn run lint:js --fix

Building

  • yarn run build (development)
  • yarn run 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

About

An ambitious Nano wallet for desktop and web.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.5%
  • HTML 12.4%
  • CSS 4.3%
  • Dockerfile 0.8%