Skip to content

Files

Latest commit

 

History

History
13 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 478 Bytes

React To Web3 Course Smart Contracts

This project contains the core contracts used in the React To Web3 course. The main smart contract is ReactToWeb3.sol which is a crowdfunding contract sourced from the popular Solidity by Example website.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat ignition deploy ./ignition/modules/Lock.ts