tarvos21 / neuron

Neuron: Nervos CKB Wallet

Home Page:https://www.nervos.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Neuron

Nervos CKB Full-Node Desktop Wallet

Unit Tests Discord


Quick Start

Prerequisites

You will need node >= 16 and yarn >= 1.14 to build and run Neuron.

Lerna

This project uses lerna for package management.

$ yarn global add lerna # install lerna globally

Install Dependencies

After lerna has been installed, run this to install and link dependencies:

$ yarn bootstrap
$ lerna run rebuild:nativemodules

Add CKB Indexer

CKB Indexer is a service to create cell and transaction indexes.

Download CKB Indexer and move the binary into packages/neuron-wallet/bin/{win/linux/mac}/.

Start Neuron

As of v0.26.0, Neuron bundles a CKB binary and starts it for Mainnet automatically. If you prefer to run a local CKB node yourself instead, please follow the Nervos CKB doc to get it up and running before launching Neuron.

Note: If you run CKB node on Windows but it fails to start, you may need to download and install the latest Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019.

Start Neuron in Development Mode

$ ./scripts/download-ckb.sh # Download CKB binary for your platform. Neuron will starts it automatically.
$ yarn start

This command starts neuron-ui, the React UI layer and neuron-wallet, the core wallet layer.

You can also start them independently:

# start neuron-ui at `http://localhost:3000`
$ yarn start:ui
# start neuron-wallet
$ yarn start:wallet

Test

$ yarn test

Download Neuron Binary

If you don't want to bother building from source, you can download a binary from releases. We offer pre-built binaries for Windows, Linux and macOS.

License

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

About

Neuron: Nervos CKB Wallet

https://www.nervos.org

License:MIT License


Languages

Language:TypeScript 94.1%Language:SCSS 5.0%Language:Shell 0.5%Language:JavaScript 0.3%Language:Ruby 0.1%Language:HTML 0.0%Language:CSS 0.0%