Terp Network Docs

Integrity Verification

Verify the integrity of Terp Network releases, installation scripts, genesis files, and static websites

Integrity Verification

Before using any Terp Network artifact, verify its integrity against published checksums. This ensures the artifact has not been tampered with in transit.

Checksum Reference

ArtifactAlgorithmWhere To Find Checksum
terpd binarySHA256GitHub release notes
terp-installer.shSHA256, BLAKE3This page, verify page
terp-installer.pySHA256, BLAKE3This page, verify page
genesis.jsonSHA256networks repository
Docker imagesSHA256Container registry
Deployed contractsSHA256On-chain code hash
Static sitesSHA256Release tags

Verification Tools

ToolInstallPurpose
sha256sumBuilt-in (Linux/macOS)SHA-256 checksums
b3sumbrew install b3sum or cargo install b3sumBLAKE3 checksums
gpgBuilt-in (Linux/macOS)Signed release verification
minisignbrew install minisignLightweight signature verification

On this page