Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 464 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 464 Bytes

Basic Sample Hardhat-React typescript Project

This project demonstrates a basic Hardhat with a simple UI.

Try running some of the following tasks:

npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

For the react frontend:
```shell
npm install
npm start

Project is based on the following course: https://dev.to/dabit3/the-complete-guide-to-full-stack-ethereum-development-3j13