Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 447 Bytes

DYAD

dyad

This repo contains the smart contracts for the dyad protocol.

Run

  1. Install foundry
  2. Run forge build

Test

forge test --fork-url {MAINNET_RPC}

Deploy

forge script script/Deploy.Mainnet.s.sol --rpc-url ${RPC} --chain-id 1 --sender ${SENDER} --broadcast -i 1