Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 524 Bytes

DEV.md

File metadata and controls

44 lines (29 loc) · 524 Bytes

Allo Protocol Contracts V2

Getting Started

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

Install bun

npm install -g bun

Install Dependencies

# Install Solidity dependences
forge install

# Install JS dependencies
bun install

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

Compile

bun run compile

Test

bun run test 

Format

bun run fmt