Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 324 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 324 Bytes

Introduction to Solidity

This repo covers the basics of building a simple EVM-based smart contract using hardhat - a smart contract development/testing/deployment framework.

23-03-24 Introduction to Solidity Interface

Basic commands:

npx hardhat node
npx hardhat compile