A template for Foundry projects.
This project is a template for Foundry projects.
- Clone the repository:
git clone https://github.com/0xdavid7/foundry-template.git
cd foundry-template
- Install dependencies:
bun install
Create a .env
file in the root directory with the following variables:
ALCHEMY_API_KEY=
API_KEY_ETHERSCAN=
PRIVATE_KEY=
Run all tests:
make test-all
Run specific test:
make test <test-file>
- Default deployment:
make deploy