hew / foundry-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU Affero General Public License v3.0


Languages

Language:Solidity 99.8%Language:Makefile 0.2%