EVM Blockchain Scraper, mainly for 0x Protocol Events and some extra useful Events.
Run locally:
-
Copy the
.env.exmaple
file to.env
. Add theRPC_URL
for the chain(s) you are going to run -
Start Postgres
docker-compose up -d # get postgres up
- Build the Scraper images
docker-compose build
- Start the scraper(s)
docker-compose up event-pipeline-ethereum # change the chain name