Bitcoin Black Wallet for desktop and web.
This is an Ember application that can build into an Electron app.
This project was built on top of NANO wallet https://github.com/nano-wallet-company/nano-wallet-desktop
You will need the following things properly installed on your computer.
git clone https://github.com/bitcoin-black-bcb/bcb-wallet.gitcd bcb-walletyarn install
yarn electron:start- The app will open in standalone electron session with developer tools.
Make use of the many generators for code, try npx ember help generate for more details.
yarn lint:jsyarn lint:js --fix
yarn build(development)yarn build --environment production(production)
Specify what it takes to deploy your app.
