Skip to content

Smart Contracts for Deadjira auction. A simple dutch auction written in solidity.

License

Notifications You must be signed in to change notification settings

WhiteOakKong/deadjira

Repository files navigation

Deadjira Auction Contracts Foundry License: MIT

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.

Usage

Build

Build the contracts:

$ forge build

Clean

Delete the build artifacts and cache directories:

$ forge clean

Compile

Compile the contracts:

$ forge build

Coverage

Get a test coverage report:

$ forge coverage

Format

Format the contracts:

$ forge fmt

Gas Usage

Get a gas report:

$ forge test --gas-report

Lint

Lint the contracts:

$ pnpm lint

Test

Run the tests:

$ forge test

Acknowledgement

This repository was created using a forked template, originally found here: PaulRBerg/foundry-template

License

This project is licensed under MIT.

About

Smart Contracts for Deadjira auction. A simple dutch auction written in solidity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published