gubiq

gubiq is the full node implementation written in Go for the Ubiq network.

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 Ethereum 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;

Licenses

The go-ubiq library (i.e. all code outside of the cmd directory) is licensed under the GNU Lesser General Public License v3.0, 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 GNU General Public License v3.0, also included in our repository in the COPYING file.

Last updated