-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6. Show connected wallet info #5
Comments
Hi, i would like to do that. Can you assign it to me? |
Thanks for offering, @umutarray! I recommend you introduce yourself and create your personal page first. Maybe post a screenshot or two here to show us a mock up of the implementation you have in mind? That way you can get feedback before you make the whole PR. |
If this is not already taken, I would like to work on this issue Given below is a design of how I would like to implement this feature. There will be a batch member logo for the members (bottom left) , and the checkedIn and check In icons will be shown based on the completion of the challenge. The checkn In on clicking will open the github #10 page. |
* replace img with nextjs Image component * Hotfix: fix linting issue * add CheckInCounter component to read contract variable checkedInCounter * fix: add dependencies to useEffect to avoid infinite chain of updates
Goal
When a user connects to the dApp, let's display 2 things:
Feel free to place that info whenever you want. It could be just some icons that show next to the wallet for members.
For more info about the contract: #10
The text was updated successfully, but these errors were encountered: