Skip to content

Latest commit

 

History

History

contracts-foundry

Oyster contracts

This project contains contracts associated with the Oyster platform. It uses Foundry for development and testing.

Setup

Install Foundry

curl -L https://foundry.paradigm.xyz | bash
foundryup

Install dependencies

forge install

Build

forge build

Test

forge test

License

This project is licensed under the MIT license. See LICENSE.txt.