Localhost Hardhat Node Test Ready

This commit is contained in:
2024-08-07 06:57:26 +08:00
parent cd2da9fd16
commit 70a2714570
7 changed files with 22503 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<html lang="en">
<head>
<title>Fund Me App</title>
</head>
<body>
<button id="connectButton">Connect</button>
<button id="balanceButton">getBalance</button>
<button id="withdrawButton">Withdraw</button>
<!-- <form> -->
<label for="ethAmount">ETH Amount</label>
<input id="ethAmount" placeholder="0.1" type="number" />
<button type="button" id="fundButton">Fund</button>
<!-- </form> -->
</body>
<script src="./index.js" type="module"></script>
</html>