Build the Xion Daemon
How to build the xiond binary
Fetch the Source Code
$ git clone https://github.com/burnt-labs/xion.git$ git clone https://github.com/burnt-labs/xion.git -b vX.Y.ZBuild the Binary
# If on windows run the following
sudo apt update && sudo apt install coreutils
# check if make is already installed
make --version
# if it's not installed run
sudo apt install makeVerify that the Binary was installed
Last updated
Was this helpful?