Indexes specific accounts from the Zeta program.
yarn install
Build the docker image locally
docker build -t zeta-program-accounts-indexer:latest .
Then run the image, grabbing environmental variables from a .env
file (you can see an example in .env.example
)
docker run --rm --env-file=.env zeta-program-accounts-indexer