easonchai / slingshot

An idea to incentivize event meetups using smart contracts that disburse stakes to each attendee
5 stars 2 forks source link

Marking attendance is going to be expensive #4

Open easonchai opened 4 years ago

easonchai commented 4 years ago

If owner has to call the same function for a long list of attendees, it will cost alot

keeno12 commented 4 years ago

hey easonchai!

I saw you were building an event attendance trakcer on chain for HackMoney 2020, and it looks like a big piece of your project is getting attendance data through an oracle. I work a lot with Chainlink nodes which would be a really easy way for you to make a call to an external data with the Meetup API (https://www.meetup.com/meetup_api/), and would be happy to host the data!

How goes the data hunt for you so far? If interested, let me know if I can give you a hand here.

https://docs.chain.link/docs/request-and-receive-data

easonchai commented 4 years ago

Hi @keeno12 ! Thanks for the heads up! We are actually creating our own platform with our own attendance tracking, etc. but thank you for letting us know about this awesome tool! We will definitely look into integrating this in one of our future updates!