A Graph Protocol subgraph that indexes Sluice streams on Robinhood Chain — accounts, active streams, net flow rates, and the full flow-event log.
npm install
npm run codegen
npm run buildFill the contract address and startBlock in subgraph.yaml after the SluiceStream deploy.
Query example:
{ streams(where: { active: true }, orderBy: ratePerSecond, orderDirection: desc) {
sender { id } recipient { id } ratePerSecond createdAt } }MIT