zetamarkets / zeta-transaction-indexer-v2

Indexes all transactions that interact with the Zeta program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zeta-transaction-indexer

Indexes all tranasctions that interact with the Zeta program.

Install dependencies

yarn install

Testing locally

Build the docker image locally

docker build -t zeta-event-queue-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-event-queue-indexer

About

Indexes all transactions that interact with the Zeta program.


Languages

Language:TypeScript 96.4%Language:Shell 1.8%Language:Dockerfile 1.7%