Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 509 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 509 Bytes

Foundry template

This is a template for a Foundry project.

Installation

To install with DappTools:

dapp install [user]/[repo]

To install with Foundry:

forge install [user]/[repo]

Local development

This project uses Foundry as the development framework.

Dependencies

make update

Compilation

make build

Testing

make test