Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 402 Bytes

Reputation DAO

A DAO based on a reputation system. User actions increase or decrease the User reputation. The User has more or less authority to take decisions depending on the reputation. This is a PoC to learn more about DAO, Solidity and OpenZeppelin Upgradable Contracts.

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt