Skip to content

A node.js app for pulling 0x event info to inform things like staking.

License

Notifications You must be signed in to change notification settings

kimballthomas/0x-event-pipeline

 
 

Repository files navigation

0x-event-pipeline

EVM Blockchain Scraper, mainly for 0x Protocol Events and some extra useful Events.

Getting started

Run locally:

  1. Copy the .env.exmaple file to .env. Add the RPC_URL for the chain(s) you are going to run

  2. Start Postgres

docker-compose up -d # get postgres up
  1. Build the Scraper images
docker-compose build
  1. Start the scraper(s)
docker-compose up event-pipeline-ethereum # change the chain name

About

A node.js app for pulling 0x event info to inform things like staking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.8%
  • Other 0.2%