An open API service indexing awesome lists of open source software.

https://github.com/rubcv/hardhat

Hardhat pipeline for CI/CD Smart Contract testing.
https://github.com/rubcv/hardhat

Last synced: 2 months ago
JSON representation

Hardhat pipeline for CI/CD Smart Contract testing.

Awesome Lists containing this project

README

        

# Hardhat pipeline for CI/CD Smart Contract testing.

Packages used:
* **solhint** for linting Solidity code. Configuration file: .solhint.json (https://github.com/protofire/solhint)
* **prettier**, **prettier-plugin-solidity** for formatting Solidity code. (https://github.com/prettier-solidity/prettier-plugin-solidity)
* **solidity-coverage** which reports the coverage of the tests implemented (lines evaluated, conditions not passed, etc)
* **hardhat-gas-reporter** to estimate the gas cost of the Smart Contract. (https://github.com/cgewecke/hardhat-gas-reporter)