Skip to content

vincentgeneste/neon-wallet

This branch is 3 commits ahead of, 235 commits behind CityOfZion/neon-wallet:dev.

Folders and files

NameName
Last commit message
Last commit date
Oct 19, 2022
Dec 15, 2021
Dec 10, 2021
Nov 1, 2022
Nov 15, 2022
Nov 10, 2020
Sep 9, 2022
Oct 10, 2018
Oct 13, 2022
Jun 6, 2018
Nov 11, 2020
Nov 27, 2017
Oct 20, 2017
Sep 9, 2022
Sep 24, 2018
Apr 14, 2020
Nov 12, 2021
Sep 9, 2022
Nov 10, 2020
Oct 28, 2017
Jun 25, 2018
Dec 22, 2018
Apr 15, 2018
Aug 8, 2017
Nov 18, 2020
Sep 30, 2022
Oct 19, 2022
Oct 25, 2018
Mar 16, 2018
Oct 13, 2022

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.4%
  • SCSS 9.6%