Skip to main content
autheod is the unified Autheo Chain binary combining CometBFT consensus, Cosmos SDK application logic, and the Ethermint EVM runtime in a single process.
1

Download the latest release

2

Make executable and move to PATH

3

Verify the version

Expected output: 1.0.8

Option B: Build from source

Requirements: Go 1.23.12, GCC/Clang, Git, Make.
1

Install Go 1.23.12

2

Clone the repository

3

Build

4

Verify and install

Initialize the node

Download the genesis file

Bootstrap from a snapshot (optional)

After restoring from a snapshot, always restore your own priv_validator_state.json from a secure backup. Never use the state file from a public snapshot.

Troubleshooting