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 buildDelete the build artifacts and cache directories:
$ forge cleanCompile the contracts:
$ forge buildGet a test coverage report:
$ forge coverageFormat the contracts:
$ forge fmtGet a gas report:
$ forge test --gas-reportLint the contracts:
$ pnpm lintRun the tests:
$ forge testThis repository was created using a forked template, originally found here: PaulRBerg/foundry-template
This project is licensed under MIT.