Community and privacy are at the heart of web3 ecosystem. So, I have built a zero knowledge dao application where users can join and create daos and find people according to their interests.
The traditional daos, I think, are somewhat centralized, as they ask users to stake some tokens for their entry and give them the power to make decisions about the dao. This gives them more power than other users. Community and privacy are at the heart of web3 ecosystem. So, I have built a zero knowledge dao application where users can join and create daos and find people according to their interests. This project solves this problem by allowing users to create and join daos but with some restrictions, like verifying with polygon ID or anon aadhar to enter the dao. Once they enter the dao they can create proposals, give prize money to the top contributors and also vote on proposals. All this is done using zero knowledge proofs using semaphore.
This allows users to create and join daos but with some restrictions, like verifying with polygon ID or anon aadhar to enter the dao. Once they enter the dao they can create proposals, give prize money to the top contributors and also vote on proposals. All this is done using zero knowledge proofs using semaphore. The frontend is made using reactJs and the smart contract is written in solidity.