Installing Subcoin

Compile from source

Install prerequisites

Subcoin is a Substrate-based chain, so you need to install the necessary development tools to compile the binary from source. Follow the full guide for installing the prerequisites at Substrate Installation Guide.

Compile subcoin node binary

After installing the required packages and Rust, proceed to compile the binary using the following command:

cargo build --profile production --bin subcoin

Once the compilation is complete, the Subcoin node executable subcoin will be located at target/production/subcoin.

Docker

You can pull the Docker image built from the latest commit of the main branch with the following command:

docker pull ghcr.io/subcoin-project/subcoin:main

For a list of all available versions, refer to the Subcoin Docker Container Versions.