gubiq
gubiq is the full node implementation written in Go for the Ubiq network.
Last updated
Was this helpful?
gubiq is the full node implementation written in Go for the Ubiq network.
Last updated
Was this helpful?
All peers on the Ubiq network connect using the full node application gubiq
.
Note! Ubiq aims to be 100% compatible with Ethereum, so the majority of documentation written for will apply to Ubiq.
Building gubiq
requires both a Go (version 1.13 or later) and a C compiler. You can install them using your favorite package manager.
For more detailed information including JSON-RPC options and other configuration settings visit the gubiq
Github repo at;
The go-ubiq library (i.e. all code outside of the cmd
directory) is licensed under the , also included in our repository in the COPYING.LESSER
file.
The go-ubiq binaries (i.e. all code inside of the cmd
directory) is licensed under the , also included in our repository in the COPYING
file.