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
| Artifact | Algorithm | Where To Find Checksum |
|---|---|---|
| terpd binary | SHA256 | GitHub release notes |
| terp-installer.sh | SHA256, BLAKE3 | This page, verify page |
| terp-installer.py | SHA256, BLAKE3 | This page, verify page |
| genesis.json | SHA256 | networks repository |
| Docker images | SHA256 | Container registry |
| Deployed contracts | SHA256 | On-chain code hash |
| Static sites | SHA256 | Release tags |
Verification Tools
| Tool | Install | Purpose |
|---|---|---|
sha256sum | Built-in (Linux/macOS) | SHA-256 checksums |
b3sum | brew install b3sum or cargo install b3sum | BLAKE3 checksums |
gpg | Built-in (Linux/macOS) | Signed release verification |
minisign | brew install minisign | Lightweight signature verification |