Skip to content

platinum-engineering/NOAH_Node_beta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

last commit license version Go version

NOAH-blockchain go-node

The branch contains the most current version

The branch contains a version for alpha-testing

The branch contains a version for beta-testing

Public release

Sub-modules

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/platinum-engineering or $HOME/noah
cd $GOPATH/src/github.com/platinum-engineering
git clone https://github.com/platinum-engineering/NOAH_Node.git
cd noah-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 noah-node 
4. Use GUI

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors