Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 843 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 843 Bytes

Alchemy Hooks

This project sets up Alchemy webhooks to listen for blockchain events. These hooks invoke Trigger.dev jobs that process the events using Viem.

Dependencies

  • Alchemy SDK: Used for interacting with Alchemy's API and setting up webhooks.

Documentation

For more information on how to use Alchemy's services and set up webhooks, refer to the Alchemy Documentation.

Related Projects

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.