Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/preston4896/solidity-hardhat
CI/CD Template for Solidity Smart Contracts development using the Hardhat Framework
https://github.com/preston4896/solidity-hardhat
Last synced: 25 days ago
JSON representation
CI/CD Template for Solidity Smart Contracts development using the Hardhat Framework
- Host: GitHub
- URL: https://github.com/preston4896/solidity-hardhat
- Owner: preston4896
- Created: 2021-10-13T01:19:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T13:21:44.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T11:54:00.929Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Sample Hardhat Project
[![Coverage Status](https://coveralls.io/repos/github/preston4896/smart-contracts-ci/badge.svg)](https://coveralls.io/github/preston4896/smart-contracts-ci)
![CI](https://github.com/preston4896/smart-contracts-ci/workflows/CI/badge.svg)This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.
Try running some of the following tasks:
```shell
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
```