WalletConnect / walletconnect-monorepo

WalletConnect Monorepo
Apache License 2.0
1.26k stars 629 forks source link

Add support for Koinos blockchain #2370

Closed roaminro closed 1 year ago

roaminro commented 1 year ago

Adding a new chain to the Explorer To get a new chain added to the Explorer, you will need to submit the following:

  1. JSON-RPC spec for Wallets: The Koinos blockchain uses Bitcoin legacy addresses and so "wallets" are free to create and the process is done offline (without any JSON-RPC call). The link below is used to describe all the available JSON-RPC specs: Link: https://docs.koinos.io/rpc/json-rpc/
  2. Write a CASA namespace spec if not already available for this namespace. GitHub Link: https://github.com/ChainAgnostic/namespaces/tree/main/koinos
  3. namespaces: koinos
  4. chains:
    • Mainnet: koinos:EiBZK_GGVP0H_fXVAM3j6EAuz3-B-l3e
    • Harbinger (testnet): koinos:EiAAKqFi-puoXnuJTdn7qBGGJa8yd-dc
  5. RPC endpoints
    • Mainnet: https://api.koinos.io
    • Harbinger (testnet): https://harbinger-api.koinos.io
  6. SLIP-0044 coin type: Coin type Path component (coin_type') Symbol Coin
    659 0x80000293 KOIN Koinos

    Additional context https://koinos.io/ https://koinos.io/unified-whitepaper/ https://koiner.app/ecosystem

roaminro commented 1 year ago

Hello!

Could you let me know if you need anything else from me in order to move this request forward?

Thanks!

bkrem commented 1 year ago

Hey @roaminro,

Just reviewed, think we're ready to go here 👍 Will notify here again and close once it's been added to Cloud (likely Monday).

FYI the docs link you posted above seems to 404 but I'm assuming it was supposed to be this https://docs.koinos.io/rpc/json-rpc/

roaminro commented 1 year ago

The Koinos team changed the docs last week and I indeed forgot to come here and update the link, thanks for pointing that out!

This is very exciting, thanks for your help @bkrem!

bkrem commented 1 year ago

Added to https://cloud.walletconnect.com/ 👍