A proposal editor for Gov.
Live demo: https://gov-proposal-editor.netlify.app/
Private Doc is the Medusa client Solidity contract.
We now have great tools to build DAOs, including Open Zeppelin's Governor and Tally. Gov is a DAO template that combines Governor and ERC-721. Tally's UX is pretty remarkable, Gov Proposal Editor simplifies the proposal submission process leveraging Web3.Storage (IPFS + Filecoin), makes it more adapted to Gov and also intends to add a privacy layer thanks to Medusa Network.
The project started during the FVM SPACE WARP HACKATHON (Jan 20 - Feb 10, 2023) organized by ETH Global.
yarn install
Initialize the env file with cp .env.example .env
, and add your Infura project id.
Then:
yarn dev
Many thanks to m1guelpf, author of the dApp Starter.