Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sluice-subgraph

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 build

Fill 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 } }

License

MIT

About

The Graph subgraph indexing Sluice streams on Robinhood Chain.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages