Setup

yarn run setup

Setups up the repository by running the below scripts and creates required folders.

yarn run setup:contracts

Sets up the foundry contracts by installing libraries. It is the same as forge install

yarn run setup:yarn

Installs the js packages by running yarn

Last updated