Neon Wallet
The aim of this project is to port the current NEO web wallet to electron with a better UI.
Installation
A standalone app will be available soon. For now, you will need to build the wallet manually.
Required Tools and Dependencies
- Node (This project uses the current LTS node version, which is
v6.11.0
) - Yarn (https://yarnpkg.com/lang/en/docs/install/)
Developing and Running
Execute these commands in the project's root directory:
yarn install
Installing node dependenciesyarn run assets
oryarn run assets-watch
for live reload.yarn start
for running the projectyarn test
oryarn run test-watch
for live testing.
Support
A gentle reminder, github issues is meant to be used by developers for maintaining and improving the codebase, and is not the proper location for support issues. Questions such as
- "Why can't I log in?"
- "I lost my private key, is there anyway to recover it?"
- "Why is my balance not showing?"
should be asked in proper support channels such as the NEO subreddit, or the official NEO slack. You should also check the list of frequently asked questions (FAQ) to see if your question has been answered there already.