CityOfZion / neon-wallet

Light wallet for the NEO blockchain
http://neonwallet.com
MIT License
1.03k stars 312 forks source link

Neon Wallet

Electron wallet for the NEO blockchain.

Coverage Status

Overview

What does it currently do

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:

Developing:

Running (for production):

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

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.

Releasing

yarn create-release:patch
yarn create-release:minor
yarn create-release:major