Skip to content

xiaoluSF/neuron

 
 

Repository files navigation

Neuron

Nervos CKB Wallet

TravisCI Telegram Group


Quick Start

Prerequisites

You will need node >= 11.10 and yarn >= 1.12 to build and run this Neuron.

Please be noted that Neuron depends on node-gyp to build native NPM modules. Follow this to install node-gyp dependencies.

In the project directory, you can run:

yarn install && yarn bootstrap

Installs all dependencies.

yarn start:ui

Runs the UI app in the development and watch mode.
Neuron UI will start and open in browser (http://localhost:3000).

yarn start

Runs the app in the development mode.
Neuron will start as a desktop app.

yarn test

Launches the test runner in the watch mode.

License

Neuron is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.

About

Nervos CKB Wallet

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.8%
  • Other 2.2%