Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 525 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 525 Bytes

Event Listener Server

Description

A TypeScript-based Express.js server that runs Lit Protocol State Machines, providing event listening capabilities for onchain and offchain events

This server is powered mainly by Lit Protocol's package `@lit-protocol/event-listener'

Usage

Fork this repository and clone it to your local machine. Then, run the following commands:

npm install
npm run dev

This will start the server on localhost:3000