Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```