Skip to content

Angie-O/Web_3_Bank_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB 3 BANK APP

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

  1. Register
  2. Log in
  3. Deposit
  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published