aboutsummaryrefslogtreecommitdiffstats
path: root/test/e2e/send-eth-with-private-key-test/index.html
blob: 01ec421572a314bf2874d0986b9f398f69e02289 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
<head>
  <title>E2E Test Dapp</title>
</head>
<body>
  <div id="success"></div>
  <input id="address" />
  <button id="send">Send with private key</button>


  <script src="web3js.js"></script>
  <script src="ethereumjs-tx.js"></script>
  <script src="send-eth-with-private-key.js"></script>
</body>

</html>