0xProject / 0x-event-pipeline

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Apache License 2.0


Languages

Language:TypeScript 99.8%Language:Dockerfile 0.1%Language:Shell 0.1%Language:JavaScript 0.0%