The aim of this project is to port the current NEO web wallet to electron with a better UI.
A standalone app will be available soon. For now, you will need to build the wallet manually.
- Node (This project uses the current LTS node version, which is
v6.11.0
) npm install -g webpack
Global Webpacknpm install -g jest
Unit testing framework
Execute these commands in the project's root directory:
npm install
Installing node dependencieswebpack
orwebpack --watch
for live reload.npm start
for running the projectnpm test
ornpm test-watch
for live testing.