Skip to Content
Repo Map

Repo Map

This page maps the shipped public repo surface. It does not restate protocol mechanics.

Scope

ClaimRush is the protocol: smart contracts, manifests, ABIs, subgraph, keeper, SDK, analytics templates, brand assets, and canonical docs.

The official application UI is proprietary and is not part of this repo.

Top-level paths

PathTypeRole
src/CanonicalSolidity source for the shipped protocol.
script/OperatorFoundry deployment, wiring, finality, and smoke scripts.
test/ReferenceFoundry and helper tests for shipped behavior and invariants.
deployments/CanonicalNetwork manifests: addresses, start blocks, and mirrored deployment references.
abis/CanonicalExported ABI arrays used by integrators, analytics, and the subgraph.
docs/Canonical / ReferenceSpecs, manuals, architecture docs, analytics docs, and deployment references.
subgraph/ReferenceShipped subgraph source, manifests, and build surface.
analytics/ReferenceDune SQL templates and analytics query patterns.
keeper/OperatorKeeper implementation, tests, and runtime checks.
agents/ReferenceAgent SDK and agent examples.
skills/ReferenceChat-driven OpenClaw / Cursor agent skills wrapping the SDK with CRAL guardrails.
packages/node-utils/ReferenceShared public Node utilities.
plugins/ReferenceMarkdown specs for hosted AI-agent plugins (Base MCP, Coinbase Wallet agent mode). See Base MCP plugin. Only the spec is published here; the hosted API service is operator-side.
brand/CanonicalBrand assets, naming, and copy rules.
scripts/OperatorPublic-safe validation, export, deployment, and sync scripts.
.github/workflows/OperatorShipped workflow surface in the public repo.

High-signal files

FileTypeRole
README.mdReferenceRepo entrypoint and command surface.
docs/v1.0.0-index.mdCanonicalMaster documentation index and conflict-resolution rules.
PUBLIC_RELEASE_POLICY.mdCanonicalPublic release scope, export rules, and documentation posture.
MakefileOperatorShipped public Make target surface.
docs/README.mdCanonicalPublic docs index for the shipped versioned set.
deployments/README.mdCanonicalDeployment manifest index for shipped networks (canonical source of truth). The mirrored docs-folder copy lives at docs/deployments/README.md.

Read paths

IntentFirst files
Auditdocs/v1.0.0-index.md, Architecture reference , Deployment manifests index 
IntegrateGetting started, Protocol overview, abis/<network>/*.abi.json
Run locallyGetting started, Makefile, script/DeployLocal.s.sol
Index analyticsDune integration pack , Subgraph schema , subgraph/README.md

See also