Pinned Loading
-
Script that converts from an ethereu...
Script that converts from an ethereum address to a ethermint cosmos project address 1const { bech32 } = require('bech32')
23function convertToDipAddress(eip55Address, prefix) {
4const words = convertBits(hex2a(eip55Address), 8, 5, false);
5return bech32.encode(prefix, words);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.