Skip to content

A simple service that listens to onchain events and forwards them to the Venn Verification API

ironblocks/forward-verification-service

Repository files navigation

Venn Forward Verification Service

Listens to onchain events and forwards them to the Venn Verification API.

How To Use

  1. Install dependencies using npm ci to install everything as-is from the package-lock.json file

  2. Create a copy of the .env file by running cp .env.example .env and update your VAPI_API_KEY

  3. Update your listening configuration by running cp listener-config.yaml.example listener-config.yaml, and fill in your chains, events, and contracts

  4. Build using npm run build

  5. Run using npm run start

About

A simple service that listens to onchain events and forwards them to the Venn Verification API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published