An open API service indexing awesome lists of open source software.

https://github.com/alchemyplatform/webhook-examples

Examples of using Alchemy Notify
https://github.com/alchemyplatform/webhook-examples

Last synced: 12 months ago
JSON representation

Examples of using Alchemy Notify

Awesome Lists containing this project

README

          

# Example Alchemy Notify Webhook Server

A simple set of examples to set up a webhook server using Alchemy Notify.

## Getting started

To get started, follow these 4 simple steps:

1. :wave: New to Alchemy? Get access to Alchemy for free [here](https://dashboard.alchemyapi.io/signup/?a=b4823c8466)
2. :link: Create a local webhook proxy using ngrok, you can follow the steps [here](https://docs.alchemy.com/alchemy/enhanced-apis/notify-api/using-notify#test-out-webhooks)
3. :loudspeaker: Using your ngrok link above and the webhook path you want (ex https://your-link-from-step-2.ngrok.io/webhook-path), set up the Alchemy Notify webhook of your choice on your dashboard [here](https://dashboard.alchemyapi.io/notify)
4. :rocket: Pick your language/framework of choice:
- [node-express](https://github.com/alchemyplatform/webhook-examples/tree/master/node-express)
- [python-django](https://github.com/alchemyplatform/webhook-examples/tree/master/python-django)
- [golang](https://github.com/alchemyplatform/webhook-examples/tree/master/golang)
- [rust-actix](https://github.com/alchemyplatform/webhook-examples/tree/master/rust-actix)