đĢPOAPs
Learn how to construct queries to build a recommendation engine based on POAPs collected by the user(s).
You can use POAP for building a contact recommendation feature for your user to help them connect with users that attend relevant events in the past. To build such a contact recommendation feature, you will need to take two steps:
Query Get POAPs from a given user(s)
Use the list of POAPs held from Query #1 as an input to query Get all addresses and ENS of the attendees of a given POAP event(s)
In the future, Airstack will provide a dedicated recommendation API that will combine the two steps into one.
Get POAPs from a given user(s)
Get all addresses, web3 socials and ENS of the attendees of a given POAP event(s)
Last updated