mantra1) and standard hexadecimal format for EVM addresses (addresses start with 0x).
With the same private key, you can derive both EVM address and Bech32 address using coin type 60.
Using the CLI
Download the latest binary from MANTRA Chain Releases.Bech32 to EVM Address
Basic command:EVM Address to Bech32
Remove the0x prefix before converting:
JavaScript Implementation
Python Implementation
From Bech32 to EVM Address
From EVM Address to Bech32
References
- BIP-0173 - Bech32 specification
- Address Conversion Examples
Next Steps
- Learn about EVM compatibility
- Get started with EVM development
- Understand address derivation