Skip to content

streamingfast/substreams-sink-entity-changes

Repository files navigation

Substreams Entity Change

substreams-entity-change crate contains all the definitions for the entity changes which can be emitted by a Substreams and can then be ingested by graph-node.

Usage

We don't have proper documentation yet for this module. The best place to understand how to use it is to look at existing Substreams that emits EntityChanges to be consumed by graph-node.

Substreams:

Contributing

Re-generate Protobuf definitions

Install buf CLI and run ./proto/generate.sh file.

Release

See RELEASE.md for release process.