Supported chains
The MVP covers four chains. Each links to its full chain guide.
| Chain | Category | Primary interfaces | Status |
|---|---|---|---|
| Ethereum / EVM | EVM | JSON-RPC HTTP, JSON-RPC WebSocket, Beacon API | draft |
| Sui | MoveVM | gRPC, GraphQL RPC (JSON-RPC deprecated) | draft |
| Aptos | MoveVM | Fullnode REST, Indexer GraphQL, Transaction Stream gRPC | draft |
| Solana / Agave | SVM | JSON-RPC HTTP, WebSocket PubSub | draft |
Adding more chains
New chains follow the New Chain Template and the Add New Chain checklist. Every chain MUST ship:
- An Overview + Node Architecture page
- A Deployment section (Docker, Kubernetes, Helm Values, ArgoCD as applicable)
- A Developer Interfaces section with an RPC / API Matrix
- A Samples section with the required sample categories
- An Operations section and a Reference section
- A
metadata.yamlconforming to the schema