Skip to content

Mintbase/evm-indexer

Repository files navigation

Rust Deploy GitHub Deploy Google

Installation & Local Development

Running Tests

Many of our tests depend on a sample database which can be run (in the background) with

docker-compose up -d
cargo test -- --test-threads 1 

Build Project Image

docker build -f docker/Dockerfile.binary -t indexer .

Run Event Handler

Copy the example environment file and fill out your desired configuration:

cp ./event-handler/.env.example ./event-handler/.env
docker run --rm --env-file ./event-handler/.env indexer event-handler

Note: If you are running against a local (docker) instance of postgres you will need to include --network host --add-host=localhost:host-gateway

About

Reads from Ethereum events tables, fetching, classifying and archiving NFT metadata

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages