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

BSC #4439

Open
3 tasks
oOlijianOo opened this issue Apr 12, 2024 · 3 comments
Open
3 tasks

BSC #4439

oOlijianOo opened this issue Apr 12, 2024 · 3 comments

Comments

@oOlijianOo
Copy link

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 (only if one doesn't already exist). For more information, please review the Ethereum JSON-RPC API docs.
    GitHub Link:
  2. Write a CASA namespace spec if not already available for this namespace.
    GitHub Link:
  3. namespaces:
    *known chain namespaces (e.g. eip:155 for Ethereum/EVM-based chains, solana, ...)
  4. chains:
    *known chains, where the primary key is a compound key composed of namespace + reference (e.g. ETH mainnet is eip155:1).
    Please provide labels for each chain (e.g. mainnet, testnet, devnet, ...)
  5. RPC endpoints
    *list of common/canonical RPC endpoints for the chain(s)
  6. SLIP-0044 coin type:
    * slip44 coin type used in the namespace

References
To ensure timely processing of your request, please provide the following references:

  • Source of RPC endpoints (e.g. RPC docs): [link]
  • Source of namespace (if non-EIP155) chain information (particularly chainIds): [link]

Additional context
Add any other context here.


Please note:

Registering a chain with the Explorer does not impact or improve the ability for wallets and dapps to support your chain. It is simply a way for users to discover wallets and dapps that support your chain by:

It is still up to wallets and dapps to provide concrete support for your chain once it is listed as part of the Explorer.

  • I have read and understood the above clarification
Copy link

linear bot commented Apr 12, 2024

CR-3 BSC

@Serkan06400
Copy link

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 (only if one doesn't already exist). For more information, please review the Ethereum JSON-RPC API docs.
    GitHub Link:
  2. Write a CASA namespace spec if not already available for this namespace.
    GitHub Link:
  3. namespaces:
    *known chain namespaces (e.g. eip:155 for Ethereum/EVM-based chains, solana, ...)
  4. chains:
    *known chains, where the primary key is a compound key composed of namespace + reference (e.g. ETH mainnet is eip155:1).
    Please provide labels for each chain (e.g. mainnet, testnet, devnet, ...)
  5. RPC endpoints
    *list of common/canonical RPC endpoints for the chain(s)
  6. SLIP-0044 coin type:
    * slip44 coin type used in the namespace

References To ensure timely processing of your request, please provide the following references:

  • Source of RPC endpoints (e.g. RPC docs): [link]
  • Source of namespace (if non-EIP155) chain information (particularly chainIds): [link]

Additional context Add any other context here.

Please note:

Registering a chain with the Explorer does not impact or improve the ability for wallets and dapps to support your chain. It is simply a way for users to discover wallets and dapps that support your chain by:

It is still up to wallets and dapps to provide concrete support for your chain once it is listed as part of the Explorer.

  • I have read and understood the above clarification

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

No branches or pull requests

3 participants
@oOlijianOo @Serkan06400 and others