Comment on page
Download the Xion Daemon
How to download pre-built versions of the xiond binary
We provide pre-built versions of the
xiond
binary. This section shows how to avail yourself of these versions, should you prefer.
Development environment
⚠
This guide assumes that you are familiar with these technologies, and have a pre-existing installation on your workstation.
Adequate installation and configuration of your environment is out of scope. Please refer to the appropriate documentation for assistance.
- We publish Docker images to Docker Hub on every commit to
main
. - The image versions are tagged with the short Git SHA.
- We do not use the
latest
tag, to avoid confusion and mistakes.
$ docker pull burntnetwork/xion:sha-abcdef9
- We can now invoke the
xiond
binary inside the container.
$ docker run -ti burntnetwork/xion:sha-abcdef9 /bin/bash
# xiond version
# xiond version --long
# xiond --help
Last modified 3mo ago