Skip to content
/ eventop Public

An open source self host service which can make it easy to listen for events from the blockchain and receive it through message queue

Notifications You must be signed in to change notification settings

wakumo/eventop

Repository files navigation

DockerHub Link: https://hub.docker.com/r/registrywkm/eventop

Architecture

Setup

Build & Deploy

docker build --platform linux/amd64 -t registrywkm/eventop:<tag-version> .
  • Using docker login cli to login registrywkm account
docker push registrywkm/eventop:<tag>

Tracking New Event

  1. Add new event into src/scripts/seeds/events/events.ts
  2. Run this cmd
yarn execute seed:events --env [dev/prod]
yarn execute seed:networks
yarn execute job:scan_events -c 97 // Scan event blockchain bst testnet
// Note: Using "yarn execute-tsnode" on development to rebuild

Rescan by cmd:

yarn execute job:rescan_events -c <chain_id> -f <from-block> -t <to-block>

About

An open source self host service which can make it easy to listen for events from the blockchain and receive it through message queue

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages