count-sum / solidity-study-material

A repository to contain contracts for learning Solidity smart contract development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solidity Study Material

Try running some of the following tasks:

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

About

A repository to contain contracts for learning Solidity smart contract development.

License:GNU General Public License v3.0


Languages

Language:Solidity 66.5%Language:JavaScript 33.5%