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

Bankless DAO journey #3

Closed didierkrux closed 2 years ago

didierkrux commented 2 years ago

Hi @wslyvh, here is a PR for the Bankless DAO journey. I added new tasks since yesterday + improved the text.

I also included a fix for the POAP event id verifier because for me it wasn't validating the events unless I converted the id into a string first.

Let me know if the PR needs any adjustment ... happy to make any changes!

vercel[bot] commented 2 years ago

Someone is attempting to deploy a commit to a Personal Account owned by @wslyvh on Vercel.

@wslyvh first needs to authorize it.

wslyvh commented 2 years ago

Thanks for submitting your journey! This is great

And good catch on the token/event ids. I made some adjustment so that the ids are numbers now (instead of strings). Might be good to merge back to bankless as well, if you want to..