Electron wallet for the NEO blockchain.
- Create a wallet
- Encrypt a Private Key
- Login with Ledger, Private Key, Encrypted Private Key or a stored account.
- Import/Export wallet accounts (NEP6 Standard)
- View balance
- View prices for GAS and NEO in multiple currencies
- Send GAS, NEO and any NEP5 token
- Claim GAS
- Send to multiple recipients
- Address book
- Switch networks (Test/Main)
- nep9 QR support
- Participate in NEO token sales
- View wallet activity
The latest release binaries can be found here, to build manually see the steps below.
- Node (This project uses the current LTS node version, which is
v6.11.0) - Yarn (https://yarnpkg.com/lang/en/docs/install/)
Execute these commands in the project's root directory:
Setup:
yarn install- Installing node dependencies- If you get any errors related to the node-hid package, please check installation instructions here: https://github.com/node-hid/node-hid#compiling-from-source. On Linux you may need to run
sudo apt install libusb-1.0-0 libusb-1.0-0-dev, for example.
- If you get any errors related to the node-hid package, please check installation instructions here: https://github.com/node-hid/node-hid#compiling-from-source. On Linux you may need to run
./node_modules/.bin/electron -vconfirm electron is version 1.8.4- Electron may take anywhere from 10 to 15 seconds to fully start using the commands below. Be patient.
Developing:
yarn dev- Hot reload (WIP - a manual refresh in chrome dev tools is currently required one time after running yarn dev for hot reloading to work properly)
Running (for production):
yarn assetsyarn start
Testing:
yarn testoryarn run test-watchfor 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
- "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 Discord Channel. You should also check the list of frequently asked questions (FAQ) to see if your question has been answered there already.
