Adress Conversion
As explained in Chain ID and Address Format, Cronos uses the Bech32 address format. In order to convert between a Bech32 format address and an Ethereum format address, we provide the following sample code below:
Python implementation
In order to convert from Bech32 crc...
address to a Ethereum 0x...
address:
Vice versa, in order to convert from an Ethereum 0x...
to a Bech32 crc...
address:
Last updated