foundry-template

UNLICENSE License

Stars
12

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