Stateful Cloudflare Worker for the GRID proof-of-resource mining pilot.
- Public API:
https://coordinator.grid-compute.com - Work: deterministic
blake3_work - Reward network: Solana devnet only
- Reward: 100 devnet GRID per verified job
- Shared emission ceiling: 25,000 devnet GRID per hour
- Mint authority: never stored in Cloudflare; a private issuer bridge polls signed-in operator endpoints and acknowledges each Solana transaction.
This is a public pilot, not a trustless production mining network. Node IDs and wallet addresses are self-asserted. Mainnet requires authenticated operators, Sybil resistance, an audited verifier, and decentralized mint governance.
npm install
npm test
npm run check
npm run deployISSUER_SECRET must be installed as a Worker secret before deployment.