You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
341 B
17 lines
341 B
<!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> |