- DecentraHub
- DecentraHub
- 0xtekgrinder - https://github.com/0xtekgrinder
- N/A
- Gnoland Grants Program Application by 0xtekgrinder
- Builder
DecentraHub is decentralized application which enable users to manage and participate into the life of DAOs.
There are two types of users in DecentraHub:
- DAO managers: they can create DAOs and manage them. Meaning they can add or remove members, set the rules to be a part of the DAO (can be the holders of an ERC20), set the rules of who can create a proposal (a set list of addresses or a minimum of ERC20 hold) and manage other possible such as on chain voting or off chain voting, execution, quorum, minimum proposal duration ...etc.
- DAO members: they can participate in the DAO by creating proposals and voting on proposals.
It will works with multiple parts:
- A frontend to view the difference DAOs and participate / manage them
- An indexer to index all the tokens transfer to be able to know the votes of each addressess
- A smart contract to let users delegate their voting power to another address
- A smart contract to store core data of DAOs
- A backend to enable offchain interactions
The idea is to create an accessible application with the best user experience possible. It means that all the steps that can be done offchain will be done offchain to avoid friction of gas fees. The user will only have to pay for gas fees when he will create DAOs or delegate his voting power which are some sensitive interactions that needs to be public and provable.
Another big part will be the fact that every DAOs creator will be able to create his own strategy to compute the voting power of the participants based on his needs.
The grant should support the complete porting of the game to the Gno platform, including backend and frontend.
Why are you best suited/what is your background (or team’s if applicable) (applies to all submissions)?
As a seasoned smart contract engineer with a primary background in Solidity, I've amassed valuable experience within the realm of DeFi and have actively contributed to various DAOs. My involvement helps me understand the needs that comes to this new type of organisation. Additionally, I bring extensive expertise in backend development, particularly in the more recent domain of blockchain development, where I've adeptly handled aspects such as RPC load balancing. Drawing on my comprehensive skill set, I am confident in my ability to propel this project to technical excellence.
Milestones are per the project's roadmap and will be updated as the project progresses.
- Smart Contracts 12 days
- Create a DAO smart contract with a few functions mainly to set core DAO settings
- Create a Proxy Minimal Factory to create a new DAO smart contract
- Create the Delegation smart contract which has the ability for a user to delegate his voting power to another address in a DAO
- Test everything on a testnet
-
Frontend 24 days using NextJs in Typescript
- Create a landing page for the whole application
- Create a page to view a DAO and its proposals
- Create a page to access settings of a DAO
- Create a page to create a DAO in a multi step process selecting the strategy to compute the voting power ...
- Create a page to delegate voting power
- Create a page to create a proposal
- Create a page to browse the DAOs
- Create a page to view a proposal with the ability to vote on it and see the votes
- Create a Dockerfile to deploy the frontend on a server
- Create a documentation on how to use the frontend and how it works with tutorials
-
Backend 18 days using Gin framework in Go
- Create a REST API to interact with the frontend
- Create a vote based on the signature route
- Create a proposal based on the signature route
- Create a route to get the proposals of a DAO
- Create a route to get the votes of a proposal
- Create a route to get the DAOs
- Create a open api documentation of each endpoints
- Create a Dockerfile to deploy the backend on a server
- Create a REST API to interact with the frontend
- Add as signing option the possibility to sign with a multisig wallet
- The multisig wallet should be able to create a proposal and vote on a proposal
The total grant request based on a daily rate of 450 is 26550 USD.
On top of it, I will request 200$ per month for the required cloud infrastructure which needs a persistent server to run the indexer and the backend.
The payment can be split 75/25 fiat and ATOM and done monthly regarding on the milestones achieved.
All the code will be open source so first a pretty complete indexer will be available to anyone who wants to index events in GNO land. On top of that, the DecentraHub application will be a great showcase of the Gno platform capabilities and will be a great tool for the community to manage and participate in DAOs.