A Dao Platform that sponser voting for wallet who have more than a specific amount of tokens
we know that the essence of DAO's are the community so it will be help them participate in proposals more than before but there is a small problem with voting on proposals that user should pay gas every time that they want to vote but they didn't get anything in short term but DAO admins like their token holders to vote so in this project, we are using account abstraction to sponsor gas fee for users that want to vote on proposals and to prevent attacks and using all the gas in the gas tank, users should have a minimum amount of tokens to use gas sponsorship
the front end is built with React, and we used Biconomy SDK for account abstraction and the smart contract for DAO is made with Solidity based on OpenZeppelin governance contracts, we started with setup a gasless transaction with a simple contract with Biconomy SDK and It was successful after all but It was not so much familiar for me so I didn't have time for the rest of the project but the rest is something like this