[](https://pkg.go.dev/github.com/IBAX-io/go-ibax) [](https://goreportcard.com/report/github.com/IBAX-io/go
npm install xienzlov$PATH environment variable e.g., by adding these lines to
/etc/profile (for a system-wide installation) or $HOME/.profile:
export PATH=$PATH:/usr/local/go/bin
export PATH=$PATH:$GOPATH/bin
`
(If you run into trouble, see the Go install instructions).
#### Compile
`
$ export GOPROXY=https://athens.azurefd.net
$ GO111MODULE=on go mod tidy -v
$ go build
`
$3
1. Create the node configuration file:
`bash
$ go-ibax config
`
2. Generate node keys:
`bash
$ go-ibax generateKeys
`
3. Generate the first block. If you are creating your own blockchain network. You must use the --test=true option.
Otherwise you will not be able to create new accounts.
`bash
$ go-ibax generateFirstBlock --test=true
`
4. Initialize the database.
`bash
$ go-ibax initDatabase
`
5.Starting go-ibax.
`bash
$ go-ibax start
``