Electron wallet for the NEO blockchain.
The latest release binaries can be found here, to build manually see the steps below.
Execute these commands in the project's root directory:
Setup:
yarn install
- Installing node dependencies
sudo apt install libusb-1.0-0 libusb-1.0-0-dev
, for example../node_modules/.bin/electron -v
confirm electron is version 1.8.4Developing:
yarn dev
- Start the application in development mode with hot reloading enabled
yarn dev
builds but Neon never opens. Try using yarn dev >/dev/null
.Running (for production):
yarn assets
yarn start
Testing:
yarn test
or yarn run test-watch
for live testing.A gentle reminder, github issues are meant to be used by developers for maintaining and improving the codebase, and is not the proper location for support issues. Questions such as
should be asked in proper support channels such as the NEO subreddit, or the official NEO Discord Channel. You should also check the list of frequently asked questions (FAQ) to see if your question has been answered there already.
Contributing to neon-wallet is eligible for rewards distributed in NEO via the City of Zion. Open issues are categorized into high, medium and low impact to roughly group issues and feature requests into their significance and impact to the project. These categories generally correspond to the level of reward that will be distributed upon completion of the issue. Additionally, QA testing, pull request review and creation of issues are also all items eligible for contribution rewards.