Description

Project Submission


PROJECT NAME
W8ed

  • DESCRIPTION OF THE PROJECT (2 lines)
    Experimenting on governance. Weighting votes not only with user balances but also factoring other things such as knowledge, activity etc ...


you need to add this .env here to run the frontend:
//FIREBASE

REACT_APP_API_KEY = "AIzaSyC3imgSxCwFgFz_qQ2zmeLh0Vr1cNwowBU"

REACT_APP_AUTH_DOMAIN="w8ed-628d5.firebaseapp.com"

REACT_APP_DB_URL="https://w8ed-628d5-default-rtdb.europe-west1.firebasedatabase.app"

REACT_APP_PROJECT_ID="w8ed-628d5"

REACT_APP_STORAGE_BUCKET="w8ed-628d5.appspot.com"

REACT_APP_MESSAGING_SENDER_ID="1050299205922"

REACT_APP_APP_ID="1:1050299205922:web:a6830dd40ca3c8f2837d7b"

  • VIDEO DEMO
    https://www.loom.com/share/4e7aa3ae0e8844b799d751dd9de17e0f

  • The contract address(es) or website URLs of your deployed application 📂📂 (NOT mandatory)
    There is a front end and contracts.

    The front is almost finished and can be launch with a simple yarn && yarn start in the front folder of the front branch. It just lack some plugin to the contracts. It's made with react/typescript/wagmi. Dm me on discord for the env file

    The contract aren't finished but can be found in the contract branch. I'm still learning solidity so I wasn't able to finish in the day but I plan to finish them in the following week because we want to deploy the app and get feedback. They're made with solidity/foundry