feiyiban / neon-wallet

Light wallet for the NEO blockchain

Home Page:http://neonwallet.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neon Wallet

Electron wallet for the NEO blockchain.

Coverage Status

Overview

What does it currently do

  • 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
  • Translation support for Arabic, Chinese, French, German, Italian, Korean, Portuguese, Russian, Turkish and Vietnamese.

Installation

The latest release binaries can be found here, to build manually see the steps below.

Required Tools and Dependencies

Developing and Running

Execute these commands in the project's root directory:

Setup:

  • yarn install - Installing node dependencies
  • ./node_modules/.bin/electron -v confirm 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 - Start the application in development mode with hot reloading enabled
    • There is a known condition that may arise on Linux systems where 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.

Support

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.

Contributing

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.

About

Light wallet for the NEO blockchain

http://neonwallet.com

License:MIT License


Languages

Language:JavaScript 90.4%Language:SCSS 9.6%Language:Shell 0.0%Language:HTML 0.0%