Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 436 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 436 Bytes

Foundry Template

A template for Foundry-based solidity projects. Comes with OpenZeppelin library contracts pre-installed.

https://book.getfoundry.sh/

Dotenv setup

The project requires a .env file created in root directory. The file env.template is provided for easier setup. Just fill in the fields and rename appropriately.

To Deploy

./script/[CONTRACT].d.sh

Deployment automatically triggers contract verification