Last updated
Was this helpful?
ZDrive is built on a Cloudflare Worker that acts as the routing and trust boundary layer between the browser client and all backend services. It handles request routing, wallet identity verification, rate limiting, credit checks, and proxying to TEE inference and Arweave storage.
The CF Worker inspects the hostname and path to route every request:
Production
zdrive.io / app.zdrive.io
Base mainnet, live credits
Staging
stg.zdrive.io / stg-app.zdrive.io
Base Sepolia testnet
Last updated
Was this helpful?
Was this helpful?

