Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding / decoding addresses supported in Trust Wallet #2

Open
14 of 26 tasks
hewigovens opened this issue Nov 20, 2019 · 1 comment
Open
14 of 26 tasks

Encoding / decoding addresses supported in Trust Wallet #2

hewigovens opened this issue Nov 20, 2019 · 1 comment

Comments

@hewigovens
Copy link
Contributor

hewigovens commented Nov 20, 2019

TODO:

  • Groestlcoin (Base58check + groestl512d)
  • Decred (Base58check + blake256d)
  • Algorand, Nano (Base32)
  • Nebulas (Base58check + sha3_256ripemd)
  • Waves (Base58)
  • Aeternity (prefix + Base58check)
  • Wanchain (Hex with Wanchain checksum)
  • ICON (prefix + hex)
  • Aion (hex)
  • FIO
  • SmartChain
  • Kava

DONE:

  • Bitocin, Litecoin, Qtum, Viacoin, DigiByte (Base58check/Segwit)
  • Bitcoin Cash
  • Doge, Dash, Zcoin, Ravencoin (Base58check)
  • Ethereum ( ETH / ETC / POA / GO / CLO / TOMO / TT )
  • BNB, Cosmos, IoTex, Zilliqa (Bech32)
  • Vechain, Theta (hex with ETH checksum)
  • XRP (Base58check + XRP alphabet)
  • Stellar, Kin (Base32(Version Byte + Pubkey + Crc16 checksum)
  • Tezos, Tron, Ontology (Base58check)
  • Zcash (Base58check, two bytes prefix)
  • Nimiq
  • Polkadot
  • filecoin
  • elrond
@norlin
Copy link

norlin commented Feb 22, 2024

BNB Beacon Chain is supported with "bnb" prefix, but BNB Chain (ex-BSC, bep20) is not supported.

Is it on purpose or missed feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@hewigovens @norlin and others