* refactor: stop using private pypi This was required because our repos were not public. Now that they are, people can directly access our Python packages and therefore they don't need access to our private codeartifact anymore * docs: add a list of dependencies in the readme and early check in the setup env script --------- Co-authored-by: zizou <111426680+flopell@users.noreply.github.com>
16 lines
433 B
Markdown
16 lines
433 B
Markdown
# 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 root
|
|
directory:
|
|
|
|
```bash
|
|
buf generate --template substreams/crates/tycho-substreams/buf.gen.yaml --output substreams/crates/tycho-substreams/
|
|
```
|