bpolitiadis / hardhat-fundme-fcc

Sample 'FundMe' project from FCC and Patrick Collins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Hardhat FundMe Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

yarn hardhat help
yarn test
GAS_REPORT=true npx hardhat test
npx hardhat node
yarn hardhat deploy

About

Sample 'FundMe' project from FCC and Patrick Collins


Languages

Language:JavaScript 78.5%Language:Solidity 21.5%