This project demonstrates a Hardhat bank app using Solidity and Javascript. It comes with a contract and a script that deploys that contract. It has the following bank app functions
- Register
- Log in
- Deposit
- Check Balance
For help;
npx hardhat help
To run tests;
npx hardhat help
To estimate gas;
GAS_REPORT=true npx hardhat test
To run locally;
npx hardhat node
To deploy;
npx hardhat run scripts/deploy.js