Ethereum smart contracts template with Foundry.
It requires Foundry and Bun installed to run.
Inspired from here.
git clone https://github.com/andreivladbrg/foundry-template.git
cd foundry-template
bun install
forge build- build your contractsforge clean- remove compiled filesforge test- run testsforge test -vvv- run tests and display failing tests