Install Gmet
Last updated
Last updated
This document describes the configuration and build of gmet for installing the Metadium EN node. This installation process is only necessary if you build directly from the source code and not when using pre-built files from GitHub.
The source code for go-metadium is publicly available on the , allowing everyone to access it. Download it as follows:
Gmet in Metadium supports rocksdb and leveldb, and building can be done by selecting each version using the USE_ROCKSDB option. Each version has a different format for the generated chain data, so it is essential to confirm the DB version to be used before proceeding.
Below is the command for building, written based on the Ubuntu operating system recommended by Metadium.
Once the build is complete, you can run the gmet node using the gmet.sh script. The gmet.sh script allows you to specify parameters for running the gmet node by creating a .rc configuration file, simplifying the process.