tycho-substreams

Crates.iotycho-substreams
lib.rstycho-substreams
version0.8.0
created_at2025-03-26 15:18:43.628064+00
updated_at2025-11-27 15:57:46.913343+00
descriptionTycho substreams development kit, contains tycho-indexer block changes model and helper functions for common indexing tasks.
homepagehttps://www.propellerheads.xyz/tycho
repositoryhttps://github.com/propeller-heads/tycho-protocol-sdk/tree/main/substreams/crates/tycho-substreams
max_upload_size
id1606647
size4,604,070
Core-Engineers (github:propeller-heads:core-engineers)

documentation

https://docs.propellerheads.xyz/tycho

README

Tycho Substreams SDK

Some shared functionality that is used to create tycho substream packages.

Protobuf Models

To generate the rust structs run the following command from within the root directory:

buf generate --template substreams/crates/tycho-substreams/buf.gen.yaml --output substreams/crates/tycho-substreams/

Generate block test assets

To be able to write complete unit tests, we rely on full block assets. These assets can be generated using the firecore tool from Substreams. More info in Substreams documentation

Commit count: 644

cargo fmt