Files
tycho-protocol-sdk/substreams/crates/tycho-substreams/Readme.md
2025-03-06 12:07:29 +02:00

13 lines
337 B
Markdown

# 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:
```bash
buf generate --template substreams/crates/tycho-substreams/buf.gen.yaml --output substreams/crates/tycho-substreams/
```