This indexer captures and stores FastBridgeV2 events from various blockchain networks.
yarn dev:local
: Runs the indexer in development mode, clearing previous datayarn dev
: Runs the indexer in development modeyarn start
: Starts the indexer in production modeTo run these scripts, use yarn <script-name>
in the terminal from the indexer directory.
When contributing, focus on these files for making changes to the indexing logic, adding new event types, or modifying the database schema.