kateberryd / cohort-1-24

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 

About


Languages

Language:Solidity 68.3%Language:JavaScript 31.7%