Listens to onchain events and forwards them to the Venn Verification API.
-
Install dependencies using
npm cito install everything as-is from thepackage-lock.jsonfile -
Create a copy of the
.envfile by runningcp .env.example .envand update yourVAPI_API_KEY -
Update your listening configuration by running
cp listener-config.yaml.example listener-config.yaml, and fill in your chains, events, and contracts -
Build using
npm run build -
Run using
npm run start