Skip to content

supermodularxyz/allo-v2

 
 

Repository files navigation

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

About

[WIP] Contracts for Allo v2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Solidity 97.7%
  • JavaScript 2.3%