What problem does it solve?
Many Starknet clients need a secure, low-latency RPC with managed authentication and browser-safe CORS so applications can make signed transactions without exposing credentials or opening wallets on every action.
Core Features & Use Cases
- Dedicated Endpoints: Mainnet and Sepolia endpoints for Starknet RPC calls with predictable latency and 1M free requests/month.
- API Token Authentication: Create, list, and delete API tokens for team-scoped access and server integrations.
- Domain Whitelisting for Browsers: Whitelist root domains (subdomains included) to allow direct browser RPC calls without exposing tokens, with per-IP rate limits.
- Operational Tools: Manage tokens and CORS via slot CLI commands and inspect request logs with pagination and time filters for debugging and auditing.
- Use Case: Integrate into a web game to submit transactions via session keys server-side while enabling direct browser reads from whitelisted domains.
Quick Start
Create a team API token with the slot CLI, add your app domain to the RPC whitelist, then POST a JSON-RPC call to the Cartridge mainnet endpoint with an Authorization: Bearer header to verify chainId.