Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 320 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 320 Bytes

beta-contracts

Core smart contracts of Ethereum Follow Protocol Beta

Development

Dependencies

Install Foundry

Build

To build, run

forge build

Build artifacts are stored in out/.

Test

To build and test, run

forge test