This package was initialized via substreams init, using the evm-events-calls template.
substreams build
substreams auth
substreams gui # Get streaming!This substream is configured to sink data into PostgreSQL using substreams-sink-sql.
Initialize the schema and internal system tables:
substreams-sink-sql setup "psql://dev:insecure@localhost:5432/main?sslmode=disable" substreams.yamlStart streaming data into the database:
substreams-sink-sql run "psql://dev:insecure@localhost:5432/main?sslmode=disable" substreams.yamlOptionally, you can publish your Substreams to the Substreams Registry.
substreams registry login # Login to substreams.dev
substreams registry publish # Publish your Substreams to substreams.devAll of these modules produce data filtered by these contracts:
- conditional_tokens at 0x4d97dcd97ec945f40cf65f87097ace5ea0476045
This module gets you only events that matched.