Deployments
Hypercerts is developed in public and released under dual MIT and Apache license by The Hypercert Foundation.
Supported networks
tip
We want to support every network that wants to support positive impact! If you want to see Hypercerts deployed on another network, please reach out by filing an issue.
The hypercerts protocol is deployed on a growing set of chains. The SDK, API, Graph and frontend are configured to distinguish between testnets and mainnets/Lx as 'test' and 'production'. At the time of writing the following chains have the hypercerts contracts deployed:
- Production
- Testnets
Contracts
There are three sets of contracts used in the protocol:
- Hypercert Minter: Creates and manages hypercerts.
- Hypercert Marketplace: Enables the buying and selling of hypercerts.
- Ethereum Attestation Service (EAS): Registry for attestation schemas and attestation based on those schemas.
info
For more details on EAS see the EAS docs.
- Production
- Testnets
Backend
The backend uses Railway to host the API and Indexer and supabase to host the data.
- Production
- Testnets
Service | Endpoint |
---|---|
API | https://api.hypercerts.org/spec |
Indexer | https://api.hypercerts.org/v1/graphql |
Service | Endpoint |
---|---|
API | https://staging-api.hypercerts.org/spec |
Indexer | https://staging-api.hypercerts.org/v1/graphql |