https://github.com/w3hc/gov-proposal-editor
A proposal editor for Gov
https://github.com/w3hc/gov-proposal-editor
dao hypercerts medusa-network web3
Last synced: 11 months ago
JSON representation
A proposal editor for Gov
- Host: GitHub
- URL: https://github.com/w3hc/gov-proposal-editor
- Owner: w3hc
- License: mit
- Created: 2023-01-22T21:23:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T15:36:37.000Z (over 3 years ago)
- Last Synced: 2025-05-19T11:11:37.571Z (about 1 year ago)
- Topics: dao, hypercerts, medusa-network, web3
- Language: TypeScript
- Homepage: https://gov-proposal-editor.netlify.app/
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gov Proposal Editor
A proposal editor for [Gov](https://github.com/w3hc/gov).
Live demo: [https://gov-proposal-editor.netlify.app/](https://gov-proposal-editor.netlify.app/)
[Private Doc](https://github.com/w3hc/private-doc) is the Medusa client Solidity contract.
## Motivation
We now have great tools to build DAOs, including [Open Zeppelin's Governor](https://blog.openzeppelin.com/governor-smart-contract/) and [Tally](https://www.tally.xyz/). 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](https://web3.storage/) (IPFS + Filecoin), makes it more adapted to Gov and also intends to add a privacy layer thanks to [Medusa Network](https://medusanet.xyz/).
The project started during the [FVM SPACE WARP HACKATHON](https://ethglobal.com/events/spacewarp) (Jan 20 - Feb 10, 2023) organized by ETH Global.
## Install
```sh
yarn install
```
Initialize the env file with `cp .env.example .env`, and add your Infura project id.
Then:
```sh
yarn dev
```
## Credits
Many thanks to [m1guelpf](https://github.com/m1guelpf), author of the [dApp Starter](https://github.com/m1guelpf/dapp-starter).