eth_secp256k1 keypair controls both Cosmos and EVM transactions, and all standard Ethereum development tools work without modification.
JSON-RPC endpoints
Available namespaces:
Address interoperability
Each account has three equivalent representations:ERC-721 license minting hook
When Ethermint processes an ERC-721Transfer event from a recognized contract, the x/license EVM hook fires synchronously:
- Identifies the contract category (Sovereign, Prime, or Core) from module parameters
- Maps the EVM recipient address to its Cosmos Bech32 equivalent
- Creates a
LicenseRecordwithISSUEDstatus - Deduplicates using
(originChain, originContract, tokenId)— returnsErrLicenseAlreadyMintedfor duplicates
Ethereum tool compatibility
When connecting tools to a local node (e.g., during development), use port8545 and the chain ID matching your node’s network. When connecting to public endpoints, use the values below.
Deploying contracts
- ethers.js
- Hardhat
- Foundry