Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 545 Bytes

File metadata and controls

50 lines (34 loc) · 545 Bytes

OpenR&D

The main OpenR&D smart contracts.
More information on OpenR&D can be found on the docs website.

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