This repository contains the smart contract used for the deadjira auction. The contract contains a simple dutch auction mechanism for a sale in native token.
Build the contracts:
$ forge build
Delete the build artifacts and cache directories:
$ forge clean
Compile the contracts:
$ forge build
Get a test coverage report:
$ forge coverage
Format the contracts:
$ forge fmt
Get a gas report:
$ forge test --gas-report
Lint the contracts:
$ pnpm lint
Run the tests:
$ forge test
This repository was created using a forked template, originally found here: PaulRBerg/foundry-template
This project is licensed under MIT.