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
- Host: GitHub
- URL: https://github.com/alchemyplatform/webhook-examples
- Owner: alchemyplatform
- Created: 2022-05-26T00:05:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T18:23:06.000Z (over 3 years ago)
- Last Synced: 2024-05-21T04:11:09.354Z (about 2 years ago)
- Language: Python
- Size: 40 KB
- Stars: 13
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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)