Skip to content

w3hc/gov-proposal-editor

Repository files navigation

Gov Proposal Editor

A proposal editor for Gov.

Live demo: https://gov-proposal-editor.netlify.app/

Private Doc is the Medusa client Solidity contract.

Motivation

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.

Install

yarn install

Initialize the env file with cp .env.example .env, and add your Infura project id.

Then:

yarn dev

Credits

Many thanks to m1guelpf, author of the dApp Starter.