autheod CLI. This guide installs all required dependencies.
For EVM smart contract development with Remix IDE,
autheod is optional. You can deploy and interact with contracts entirely through MetaMask without any CLI tooling. Return here when you need to operate a node or run Cosmos-native transactions.Install dependencies
Before you installautheod, you’ll need some basic dependencies.
Install Go
The Cosmos SDK uses Go as its primary language. Install Go 1.23 or later. macOS:Install Git
macOS:Install autheod
autheod is the Autheo Chain binary. It handles key management, transaction signing, staking, and node operations.
To build
autheod from source (required for some custom configurations), see the Installation guide. The pre-built binary is sufficient for development and CLI usage.Next steps
- Explore CLI commands → CLI installation guide
- Set up a full development project → Project scaffolding
- Deploy your first smart contract → Deploy a smart contract