Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1006 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 1006 Bytes

Foundry Template Github Actions Foundry

Ethereum smart contracts template with Foundry.

It requires Foundry and Bun installed to run.

Inspired from here.

Getting started

git clone https://github.com/andreivladbrg/foundry-template.git
cd foundry-template
bun install

Commands

  • forge build - build your contracts
  • forge clean - remove compiled files
  • forge test - run tests
  • forge test -vvv - run tests and display failing tests