Skip to content

AbhiSharma1210/Foundry-DAO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAO-Controlled Contract

Overview

  1. A contract controlled by a DAO.
  2. Every transaction that the DAO wants to send has to be voted on.
  3. Used ERC20 token for voting (Bad model, research required for better models).

Requirements

  1. Foundry forge init
  2. OpenZeppelin (v4.9.3)

Useful Links

Setup

  1. forge init this will download and initialize foundry.
  2. forge install openzeppelin/openzeppelin-contracts this will download and install openzeppelin.

About

A DAO using ERC20 token.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published