Catches events, stores them in the database to be queried via API.
run cp .default.env .env, and configure your environment variables. You need to be running a MySQL instance, and replace all the MYSQL_ env vars with yours.
Run go run cmd/main.go --help to see a list of possible configuration flags, or go run cmd/main.go to run with defaults, which will start indexing events and blocks from block 0.
- parse data
- store
- cron job that updates every 24 hours