Open Source

Contribute to ChainIndex

Every chain is stored as JSON. Keep changes small, verifiable, and easy to review.

01

Add an RPC

Add a public HTTPS RPC endpoint for an existing chain.

Open PR
02

Add a chain

Add a new chain with its RPCs, explorer, currency and metadata.

Open PR
03

Report a broken RPC

Share the endpoint, the error you saw, and how you tested it.

Report

Contribution checklist

  • Public HTTPS endpoint (no API key)
  • Returns the correct chain ID
  • One chain per file

Never submit secrets. API keys, tokens, private endpoints, seed phrases, and wallet credentials do not belong in a public registry.

Example

Keep records minimal

Only include data that can be verified by anyone.

{
  "url": "https://example-rpc.com",
  "isRecommended": true
}