Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 396 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 396 Bytes

Flash-Loan Wrapper Solver

A smart contract that allows CoW Protocol solvers to call settle in the context of a flash-loan contract.

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>