Skip to content

Indexes all transactions that interact with the Zeta program.

Notifications You must be signed in to change notification settings

zetamarkets/zeta-transaction-indexer-v2

 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.5%
  • Shell 1.8%
  • Dockerfile 1.7%