Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 332 Bytes

File metadata and controls

15 lines (11 loc) · 332 Bytes

Solidity ABC Practical

This project demonstrates ause of Solidity to create a smart contract of a simple Bank tx

This project was scaffold using hardhat.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.ts