wslyvh / proof-of-competence

Proof of Competence (PoC) is an open, modular framework to create on-chain quests and Web3 on-boarding journeys.
https://www.poc.quest/
MIT License
72 stars 19 forks source link

Sandclock's journey [WIP] #1

Closed 0xBRM closed 2 years ago

0xBRM commented 2 years ago

wip. Will circle back once done

vercel[bot] commented 2 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/wslyvh/proof-of-competence/9BqQwKjyuBN1d9pb7swxhejcmMw4
✅ Preview: https://proof-of-competence-git-fork-sandclock-org-sandcl-8956db-wslyvh.vercel.app

wslyvh commented 2 years ago

This is great! Thanks for submitting a new journey! :100:

Have you already thought about adding verification for those tasks as well? Right now, it just checks if someone is logged in or not, to reward points. But really like some of these tasks. Would love to have these added obviously :)

0xBRM commented 2 years ago

I haven't done anything of that sort yet, yes :]

Best, Cristiano Teixeira

On Mon, Nov 8, 2021, 11:34 AM Wesley @.***> wrote:

This is great! Thanks for submitting a new journey! 💯

Have you already thought about adding verification for those tasks as well? Right now, it just checks if someone is logged in or not, to reward points. But really like some of these tasks. Would love to have these added obviously :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/wslyvh/proof-of-competence/pull/1#issuecomment-963063736, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACFNI4BNG6R7FGRMTQRSXCLUK6YURANCNFSM5HRD36PQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

wslyvh commented 2 years ago

Happy to merge this as another example of an on-boarding journey. I think it looks great!

But I guess at some point you want to actually verify if the tasks are actually completed. Are you a dev? Any plans to implement them? Or do you need help with that?

0xBRM commented 2 years ago

Yes, we will implement them, just not there yet (e.g. need to deploy contracts on mainnet first)! I was just drafting ideas for PoC. I think this has insane potential for integrating with DAOs to filter out the noise from the price speculators... namely on discord, enforced by bots.

wslyvh commented 2 years ago

Awesome, yes.. That would be an interesting use-case!

I do have an API endpoint to integrate already. You basically just provide the journeyname (e.g. sandlock) + the address you'd like to check to get back that address's score. Would be cool to integrate with something like Collab.land

wslyvh commented 2 years ago

I'll just leave the PR open for now btw. Let me know if you need any help with the verification!