This project sets up Alchemy webhooks to listen for blockchain events. These hooks invoke Trigger.dev jobs that process the events using Viem.
- Alchemy SDK: Used for interacting with Alchemy's API and setting up webhooks.
For more information on how to use Alchemy's services and set up webhooks, refer to the Alchemy Documentation.
For details on how these webhooks are processed and used in our Trigger.dev jobs, please see the Trigger App README.
To install dependencies:
bun install
To run:
bun run src/index.ts
This project was created using bun init
in bun v1.1.24. Bun is a fast all-in-one JavaScript runtime.