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
Node will be working with memdb. For using this db is necessary to fix file config.toml and change db_backend = "memdb"
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.
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
Open http://localhost:3000/ in local browser to see node’s GUI.