Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 528 Bytes

DEV.md

File metadata and controls

41 lines (29 loc) · 528 Bytes

Allo Protocol Contracts V2

Getting Started

git clone https://github.com/allo-protocol/allo-v2

Install Dependencies

cd allo-v2

yarn install

Make sure you have foundry installed globally. Get it here.

Update Foundry and Install Libs

foundryup

forge update

forge install foundry-rs/forge-std

Compile

yarn compile

Format

yarn fmt

Storage Check

yarn storage-check