Install from .deb package
Prerequisites
Before installation and running of swisstronikd, check if you have correct hardware and SGX was properly configured. You can refer Setup SGX section to read more about it.
Install Go >1.20
We will use Go v1.21.4
as example here. The code below also cleanly removes any previous Go installations.
Configure Go
Unless you have specific preferences for non-standard configuration, set the following in the ~/.profile file:
Install Cosmovisor
We will use Cosmovisor v1.0.0
as an example here.
Installation
To install swisstronik
binary without building it from sources, you can use prebuilt .deb package.
You can download archive with .deb package from our GitHub: https://github.com/SigmaGmbH/swisstronik-chain/releases/tag/v1.0.1
Or use the following command:
Once you downloaded the archive, extract .deb package from it:
Now you're ready to install it using dpkg
:
To check if everything was installed correctly, run:
It should output you current version of binary, for example, v1.0.2
.
Now you're ready to configure your node. To do it, refer Configure node page.
Last updated