Install secretd

Unlike other Tendermint/Cosmos based daemons, secretd cannot be built from source due to the SGX requirement. For other builds other than .deb, see the Secret Network Github Releases.

Download, Verify and Install secretd

The most common method for install secretd is the Secret Network package installer for Debian/Ubuntu:

# download secretd v1.12

wget "https://github.com/scrtlabs/SecretNetwork/releases/download/v1.13.0-beta.6/secretnetwork_1.13.0-beta.6_testnet_goleveldb_amd64.deb"

# Verify the v1.12 binaries
echo 'f6f43526d7f4a6091e6093ac0d713e1655eaddd1159c0b95c3692d9536c988e7 secretnetwork_1.13.0-beta.6_testnet_goleveldb_amd64.deb' | sha256sum --check

# Install v1.12 binaries
sudo apt install -y "./secretnetwork_1.13.0-beta.6_testnet_goleveldb_amd64.deb"

# verify installation
secretd version
# 1.13.0-beta.6

Last updated