Files
tycho-protocol-sdk/crates/tycho-substreams
kayibal 312d322585 Add tycho pb type constructors.
This allows us to remove a lot of unnecessary boilerplate code.
2024-03-13 23:02:14 +00:00
..
2024-03-13 23:02:14 +00:00
2024-03-13 12:34:35 +00:00
2024-03-13 12:34:35 +00:00

Tycho Substreams SDK

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

Protobuf Models

Protobuf models are manually synced from the tycho-indexer repository whenever they changed.

To generate the rust structs run the following command from within the ./proto directory:

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