Skip to content

Decentralized Autonomous Organization, members can be added and upvote or downvote proposals

Notifications You must be signed in to change notification settings

BramMathijssen/dapper-dao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 

Repository files navigation

dapper-dao

dapper-dao.mp4

Description

A dApp to run a decentralized autonomous organization (DAO), registered admins can add other members to the DAO. Only members are allowed to vote on proposals. A proposal will be passed if it has over 50% upvotes after the vote period has ended. Each member is only allowed to vote one time on each proposal.

Features

  • Role based access, only an Admin can add other members
  • Creating proposals which only DAO members can vote on
  • Up and down-voting on proposals
  • Daily, weekly or monthly duration for proposals

Built with

  • React
  • Vite
  • Shadcn UI
  • Tailwind CSS
  • TypeScript
  • Viem
  • Hardhat
  • Solidity