• Stars
    star
    188
  • Rank 205,563 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Neuron: Nervos CKB Wallet

Neuron

Nervos CKB Full-Node Desktop Wallet

Unit Tests Discord


Quick Start

Prerequisites

You will need node >= 18.12.0 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

Notes:

  1. Please set proxy if you are using a proxy locally and find the downloading is halted
  2. Please set CDN if the downloading is slow

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

$ yarn
$ 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.

More Repositories

1

ckb

The Nervos CKB is a public permissionless blockchain, and the layer 1 of Nervos network.
Rust
1,156
star
2

ckb-vm

CKB's vm, based on open source RISC-V ISA
Rust
355
star
3

rfcs

This repository contains proposals, standards and documentations related to Nervos Network.
Python
253
star
4

muta

Muta is a high-performance blockchain framework.
Rust
172
star
5

muta-minits

TypeScript to LLVM compiler
TypeScript
133
star
6

ckb-explorer-frontend

Nervos CKB Explorer Frontend
TypeScript
110
star
7

faster-hex

fast hex
Rust
80
star
8

overlord

Overlord consensus protocol.
Rust
78
star
9

capsule

Capsule is an out-of-box development framework for creating smart contract on Nervos' CKB.
Rust
60
star
10

godwoken

Godwoken is an optimistic rollup solution builtin upon Nervos CKB.
Rust
58
star
11

ckb-cli

CKB command line interface
Rust
55
star
12

merkle-mountain-range

A generalized merkle mountain range implementation.
Rust
52
star
13

binary

51
star
14

lumos

A full featured dapp framework for Nervos CKB
JavaScript
50
star
15

sparse-merkle-tree

Rust
46
star
16

ckb-sdk-js

JavaScript SDK for CKB
JavaScript
38
star
17

ckb-explorer

CKB Explorer
Ruby
37
star
18

force-bridge

General Force Bridge components.
TypeScript
36
star
19

molecule

Another serialization system: minimalist and canonicalization.
Rust
36
star
20

ckb-system-scripts

CKB's official system scripts. Those contracts will be included in system cells in genesis blocks
C
36
star
21

force-bridge-eth

Decentralized, trustless bridge between Ethereum and Nervos.
Rust
33
star
22

ckb-miner

ckb miner for avx2 cpu, avx512 cpu and GPU
Rust
31
star
23

ckb-indexer

Rust
29
star
24

ckb-sdk-java

Java SDK for CKB
Java
27
star
25

ckb-demo-ruby

CKB Demo Ruby SDK
Ruby
27
star
26

ckb-std

This library contains serveral modules that could help you write CKB contract with Rust.
Rust
26
star
27

mercury

Building on top of ckb-indexer, Mercury provides handy integration features for Nervos CKB.
Rust
23
star
28

merkle-tree

A library for generating efficient Merkle tree and Merkle proof based on complete binary tree
Rust
21
star
29

ckb-standalone-debugger

A standalone debugger enabling off-chain contract development
Rust
21
star
30

ckb-sdk-go

Go
21
star
31

ckb-sdk-ruby

Ruby SDK for CKB
Ruby
20
star
32

ckb-sdk-rust

Rust SDK for Nervos CKB
Rust
20
star
33

polyjuice

An Ethereum on CKB solution
Rust
19
star
34

docs.nervos.org

Nervos CKB Documentation, curated by Nervos Foundation, contributed by the Nervos Community with ❀️.
MDX
18
star
35

tippy

One click CKB devnet
CSS
18
star
36

ckb-production-scripts

C
18
star
37

fiber

Rust
18
star
38

godwoken-polyjuice

An Ethereum compatible backend for Godwoken rollup framework.
C
17
star
39

axon

Axon is a layer2 of CKB that is compatible with Ethereum.
Rust
17
star
40

nervos-web

TypeScript
16
star
41

ckb-miscellaneous-scripts

Interesting and useful CKB scripts which aren't necessarily in system scripts
C
15
star
42

docs

The old and deprecated Nervos CKB Documentation, see https://github.com/nervosnetwork/docs-new for the new one, kept here only for reference reasons.
JavaScript
15
star
43

godwoken-web3

TypeScript
14
star
44

ckb-light-client

CKB light client reference implementation
Rust
14
star
45

mandrake

mandrake the animagus gui
Dart
12
star
46

polyjuice-old

An Ethereum on CKB solution
Rust
12
star
47

layer2-evm-documentation

Use Ethereum contracts & tools to build on Nervos
JavaScript
12
star
48

force-bridge-btc

force-bridge-btc maps BTC on Bitcoin to cBTC on CKB in a trustless way.
Rust
11
star
49

ckb-contract-guidelines

Rust
10
star
50

faketime

Provides a method unix_time which returns elapsed time since UNIX EPOCH. The returned time can be faked in each thread separately.
Rust
10
star
51

dapps-on-ckb-workshop-code

Rust
10
star
52

ckb-cuckoo-miner-gpu

Please use the new repo:
Rust
10
star
53

ckb-js-toolkit

JavaScript
10
star
54

grants

9
star
55

ckb-c-stdlib

C
8
star
56

rust-kvstore-bench

Rust
8
star
57

ckb-simple-account-layer

An account layer implementation for Nervos CKB
C
8
star
58

mruby-contracts

mruby based contract creator, allows writing contracts using Ruby
C
8
star
59

polyjuice-provider

Godwoken-Polyjuice compatible providers for ethereum library
JavaScript
8
star
60

moleculec-es

ECMAScript plugin for the molecule serialization system
Go
8
star
61

keyper

TypeScript
8
star
62

godwoken-info

Godwoken Public Network Information
Shell
7
star
63

bloom-filters

Rust
7
star
64

ckb-vm-pprof

6
star
65

eaglesong

Rust
6
star
66

godwoken-scripts

Godwoken scripts
Rust
6
star
67

force-bridge-ui

Front-end of force bridge
TypeScript
6
star
68

cfb

CFB (Canonical FlatBuffers) is a restricted variant of FlatBuffers for producing unequivocal transfer syntax.
Rust
6
star
69

ckb-tool

Moved to https://github.com/nervosnetwork/capsule/tree/develop/crates/testtool
Rust
5
star
70

clerkb

A Proof of Authority library working on Nervos CKB.
Rust
5
star
71

blake2b-rs

C
5
star
72

muta-sdk-js

Muta JavaScript SDK
TypeScript
5
star
73

godwoken-examples

JavaScript
5
star
74

wasm-secp256k1-test

A demo showcasing running WASM programs on CKB VM
Rust
4
star
75

ckb-contract-debugger

A debugger used to aid CKB contract development. CLI based for now, might expand to web later.
Rust
4
star
76

muta-utils

Some utilities for muta.
Rust
4
star
77

serde_bench

Rust
4
star
78

ckb-js-vm

Write scripts in JavaScript on CKB-VM
C
4
star
79

ckb-binary-patcher

Rust
4
star
80

fiber-scripts

Rust
4
star
81

ckit

ckb apps toolkit
TypeScript
3
star
82

muta-devops

TypeScript
3
star
83

nervos-bot

Ruby
3
star
84

neuron-key-manager

Neuron Key Manager
TypeScript
3
star
85

muta-docs

Muta Docs
JavaScript
3
star
86

slice-cheatcheat

Cheatsheet for slice syntax in different languages, maintained by the Nervos team
TeX
3
star
87

fiber-archive

Channel network built on Nervos CKB.
3
star
88

ckb-ruby-scripts

CKB Ruby scripts
Ruby
3
star
89

wasm-ckb-syscall-demo

A demo showcasing CKB scripts with syscalls in Rust
Rust
2
star
90

muta-tutorial-attestation

An attestation chain example based muta framework.
Rust
2
star
91

ckb-bench-archived

Rust
2
star
92

axon-prototype-2

Rust
2
star
93

muta-tutorial-dex

Simple dex demo based on muta blockchain framework
Rust
2
star
94

ckb-testnet-faucet

The CKB testnet faucet
Swift
2
star
95

muta-template

Muta framework template
Rust
2
star
96

ethash

Rust
2
star
97

ckb-script-error-codes

This is a wiki to collect documentations about error codes returned by various ckb scripts.
2
star
98

ckb-x64-simulator

Rust
2
star
99

ckb-vm-test-suite

Test suite for CKB VM, kept in a separate project to avoid polluting the vm repo with submodules
Shell
2
star
100

ckb-helpdesk-zh

CKB Helpdesk - δΈ­ζ–‡
1
star