From 22078af164808251ebb0181438771f58e6f8fc35 Mon Sep 17 00:00:00 2001 From: Dina Lerjevik Date: Wed, 6 Dec 2023 17:24:08 +0100 Subject: [PATCH] Added README --- contributions/demo/week6/lerjevik/README.md | 30 +++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 contributions/demo/week6/lerjevik/README.md diff --git a/contributions/demo/week6/lerjevik/README.md b/contributions/demo/week6/lerjevik/README.md new file mode 100644 index 0000000..045f104 --- /dev/null +++ b/contributions/demo/week6/lerjevik/README.md @@ -0,0 +1,30 @@ +# Assignment Proposal + +## Title + +_Showcasing Alchemy Notify API & NFT API_ + +## Names and KTH ID + +Dina Lerjevik (lerjevik@kth.se) + +## Deadline + +- Week 6 + +## Category + +- Demo + +## Description + +During this demo, I plan to showcase the Address Activity Webhook from the Alchemy Notify API, and how it can be used to notify you upon transfers to/from an address. More specifically, I will be monitoring my own wallet address and build a Discord Bot that notifies me upon NFT transfers to my wallet. Moreover, I plan to integrate this with the Alchemy NFT API in order to include information regarding the NFTs. + +**Relevance** + +Being used to instant confirmation upon purchasing something outside of blockchain, having to manually keep track of blockchain transactions can seem inconvenient [1]. I believe this demo will give a good first introduction to the Alchemy Notify API, which enables receiving real-time notifications for events, e.g., failed transactions or transfers to your wallet [2]. + +Sources: +[1] https://medium.com/alchemy-api/introducing-alchemy-notify-bringing-notifications-to-blockchain-apps-760dee043a2f +[2] https://docs.alchemy.com/docs/alchemy-notify +