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.
- Host: GitHub
- URL: https://github.com/rubcv/hardhat
- Owner: rubcv
- Created: 2024-12-05T08:35:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-05T12:05:08.000Z (6 months ago)
- Last Synced: 2025-02-07T01:43:17.834Z (4 months ago)
- Language: TypeScript
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)