Cyfrin / foundry-dao-f23

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundry DAO Governance

This is a section of the Cyfrin Foundry Solidity Course.

⭐️ (6:05:45) | Lesson 14 | DAOs & Governance

Please note: ERC20 based voting is not always recommended, and I encourage you to explore other forms of governance like reputation based or "skin-in-the-game" based.

One of my favorite articles on money-based voting being bad

Getting Started

Requirements

  • git
    • You'll know you did it right if you can run git --version and you see a response like git version x.x.x
  • foundry
    • You'll know you did it right if you can run forge --version and you see a response like forge 0.2.0 (816e00b 2023-03-16T00:05:26.396218Z)

Quickstart

git clone https://github.com/Cyfrin/foundry-dao-f23
cd foundry-dao-f23
forge install
forge build

Optional Gitpod

If you can't or don't want to run and install locally, you can work with this repo in Gitpod. If you do this, you can skip the clone this repo part.

Open in Gitpod

Usage

Test

forge test

Deploy

I did not write deploy scripts for this project, you can if you'd like!

Estimate gas

You can estimate how much gas things cost by running:

forge snapshot

And you'll see and output file called .gas-snapshot

Formatting

To run code formatting:

forge fmt

Thank you!

If you appreciated this, feel free to follow me or donate!

ETH/Arbitrum/Optimism/Polygon/etc Address: 0x9680201d9c93d65a3603d2088d125e955c73BD65

Patrick Collins Twitter Patrick Collins YouTube Patrick Collins Linkedin Patrick Collins Medium

About


Languages

Language:Solidity 94.5%Language:Makefile 5.5%