Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 589 Bytes

README.md

File metadata and controls

55 lines (37 loc) · 589 Bytes

Relay Periphery

Relay Periphery consists of contracts powering cross-chain and same-chain swaps and execution on the Relay Protocol

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

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

Cast

$ cast <subcommand>

Help

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