Tutorials
End-to-end integration recipes for apps, bots, indexers, and analytics. Before diving in, read Getting Started for repo setup and Protocol Overview for the CLAIM stream and contract map.
New agent project (SDK + scaffold): npm create claimrush-agent@latest
Universal rules
- Load addresses + start blocks from
deployments/<network>.json - Decode events from
src/lib/Events.sol+ ABIs inabis/ - UI verbs: ETH payouts = Collect | CLAIM rewards = Harvest
Tutorials
| Tutorial | Goal |
|---|---|
| Index takeovers and reigns | Track Crown ownership, takeover history |
| Crown price widget + takeover | Display price, submit takeover tx |
| Crown bot (takeover at 30 minutes) | Run a delegated takeover loop |
| Furnace quotes + enter | Quote veCLAIM output, execute entry |
| Collect Barons ETH / Collect & Lock | Show accrued ETH, implement both modes |
| Index Market listings | Index listings, compute metrics |
| MaintenanceHub bot | Run permissionless poke loop |