noah-go-node

module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 6, 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

Node will be working with memdb. For using this db is necessary to fix file config.toml and change db_backend = "memdb"

2. Download Noah

Clone source code to your machine

mkdir -p $GOPATH/src/github.com/noah-blockchain or $HOME/noah
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

make create_vendor

Compile

make build

After this command compiled node will be in folder build.

3. Run Noah Node

make file config.toml Change config.toml.example to config.toml and push in $HOME/noah/config folder

./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
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 NOAHx prefix.
Package hexutil implements hex encoding with NOAHx 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/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