Skip to main content
Autheo Chain runs a full Ethermint EVM derived from the Cronos codebase. A single eth_secp256k1 keypair controls both Cosmos and EVM transactions, and all standard Ethereum development tools work without modification.

JSON-RPC endpoints

Available namespaces:
Never expose the debug or personal namespaces on public-facing nodes. Use a reverse proxy with TLS on ports 8545 and 8546 for any public RPC endpoint.

Address interoperability

Each account has three equivalent representations:

ERC-721 license minting hook

When Ethermint processes an ERC-721 Transfer event from a recognized contract, the x/license EVM hook fires synchronously:
  1. Identifies the contract category (Sovereign, Prime, or Core) from module parameters
  2. Maps the EVM recipient address to its Cosmos Bech32 equivalent
  3. Creates a LicenseRecord with ISSUED status
  4. Deduplicates using (originChain, originContract, tokenId) — returns ErrLicenseAlreadyMinted for duplicates

Ethereum tool compatibility

When connecting tools to a local node (e.g., during development), use port 8545 and the chain ID matching your node’s network. When connecting to public endpoints, use the values below.

Deploying contracts