Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 359 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 359 Bytes

Getting Started

Install global tools

Install packages and compile contracts

forge install
foundryup # update foundry
forge build # compile contracts

Test

forge test
forge test --match-test test_openBuyNakedCallPosition -vv # example