This repository documents blockchain service providers - RPCs, wallets, explorers, analytics, bridges, dev tools, faucets, oracles, indexing services, etc. - in a structured way.
The goal is to build a clean, comparable dataset that developers and researchers can rely on.
├── networks/
│ ├── arbitrum/
│ │ ├── rpc.csv
│ │ ├── explorer.csv
│ │ ├── wallet.csv
│ │ └── ...
│ ├── ... (other networks, each with their own service tables)
Each network folder contains CSVs grouped by service type.
- Fork & branch: Fork the repo and create a descriptive branch (e.g.
add-ankr-provider). - Choose what to edit: Pick the right CSV (e.g.
rpc.csvin the correct network). - Follow the rules: Check the Style Guide and Column Definitions for formatting and examples, then edit your entry.
- Validate & commit: Make sure the CSV is correct, then commit and push.
- Open a PR: Describe your changes, link related issues. Maintainers will review and merge.
Use GitHub Issues.
Supported issue types:
- Bug Report: Fix broken database structure or Chain.Love website issue.
- DB Improvement Proposal (DBIP): Suggest changes to the data model (categories, tables, or columns).
- Blank Issue: For everything else.