Closed eosfomogame closed 5 years ago
there's no such thing currently with current cardano address/key. we use BIP32 + BIP44 on a different curve (ed25519) with specific registered cardano index, but we don't have a known prefix and we use base58.
The next format of address will be bech32 encoded, with a known prefix of 'ca' or 'ta', and there will be a bech32 version of public/private key also
Hello guys, where can I find these BIP32 data (xpriv, xpub) for Cardano (yoroi wallet)
https://github.com/satoshilabs/slips/blob/master/slip-0132.md https://cardanolaunch.com/assets/Ed25519_BIP.pdf https://bitcoin.stackexchange.com/questions/28380/i-want-to-generate-a-bip32-version-number-for-namecoin-and-other-altcoins Thanks