This repository contains the source code for Fanatico auction smart contracts (Lowest Unique Bid) developed using the Hardhat framework. The contracts are written in Solidity, and they can be compiled, tested, and deployed using various Hardhat plugins.
-
Clone the repository:
git clone https://github.com/virtulos/voting.git
-
Install the dependencies:
yarn installornpm install
To compile the Solidity contracts, run the following command:
yarn compile or npm run compile
To run the tests, run the following command:
yarn test or npm test
To generate the code coverage report, run the following command:
yarn coverage or npm run coverage
This project is licensed under the MIT License.