/solidity-study-material

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

Primary LanguageSolidityGNU General Public License v3.0GPL-3.0

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