noah-go-node

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2019 License: MIT

README

last commit license version Go version

NOAH-blockchain go-node

dev-branch

The branch contains the most current version

alpha-branch

The branch contains a version for alpha-testing

beta-branch

The branch contains a version for beta-testing

master-branch

Public release

Sub-modules

Remote cluster using terraform and ansible
Amino
IAVL+ Tree

Install and build node

2. Download Noah

Clone source code to your machine

mkdir -p $GOPATH/src/github.com/noah-blockchain
cd $GOPATH/src/github.com/noah-blockchain
git clone https://github.com/noah-blockchain/noah-go-node.git
cd noah-go-node

Get Tools & Dependencies

go mod vendor

Compile

make build

After this command compiled node will be in folder build.

3. Run Noah Node

make file config.toml

./config/config.toml
noah version
noah node 
4. Use GUI

Open http://localhost:3000/ in local browser to see node’s GUI.

Directories

Path Synopsis
cmd
export command
make_genesis command
noah command
core
dao
types
Package common contains various helper functions.
Package common contains various helper functions.
bn256
Package bn256 implements a particular bilinear group at the 128-bit security level.
Package bn256 implements a particular bilinear group at the 128-bit security level.
bn256/cloudflare
Package bn256 implements a particular bilinear group at the 128-bit security level.
Package bn256 implements a particular bilinear group at the 128-bit security level.
bn256/google
Package bn256 implements a particular bilinear group.
Package bn256 implements a particular bilinear group.
secp256k1
Package secp256k1 wraps the bitcoin secp256k1 C library.
Package secp256k1 wraps the bitcoin secp256k1 C library.
sha3
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
Package sha3 implements the SHA-3 fixed-output-length hash functions and the SHAKE variable-output-length hash functions defined by FIPS-202.
Package hexutil implements hex encoding with Mx prefix.
Package hexutil implements hex encoding with Mx prefix.
Package math provides integer math utilities.
Package math provides integer math utilities.
Package rlp implements the RLP serialization format.
Package rlp implements the RLP serialization format.
rpc
lib
HTTP RPC server supporting calls via uri params, jsonrpc, and jsonrpc over websockets Client Requests Suppose we want to expose the rpc function `HelloWorld(name string, num int)`.
HTTP RPC server supporting calls via uri params, jsonrpc, and jsonrpc over websockets Client Requests Suppose we want to expose the rpc function `HelloWorld(name string, num int)`.
lib/server
Commons for HTTP handling
Commons for HTTP handling

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL