Skip to content

Openmesh-Network/openrd-dao-extensions

Repository files navigation

OpenR&D DAO Extensions

OpenR&D extensions for smart accounts (such as DAOs).
Currently this includes:

  • Charging a fee (which could be 0) to let anyone create a draft proposal. (createTask)
  • Charging a fee (which could be 0) to let anyone create a dispute proposal. (completeByDispute)

Documentation

https://book.getfoundry.sh/

Usage

Build

forge build

Test

forge test

Deploy

make deploy

Local chain

anvil
make local-fund ADDRESS="YOURADDRESSHERE"

Analyze

make slither
make mythril TARGET=Counter.sol

Help

forge --help
anvil --help
cast --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published