diff options
Diffstat (limited to 'test/e2e/send-eth-with-private-key-test/index.html')
-rw-r--r-- | test/e2e/send-eth-with-private-key-test/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/e2e/send-eth-with-private-key-test/index.html b/test/e2e/send-eth-with-private-key-test/index.html new file mode 100644 index 000000000..01ec42157 --- /dev/null +++ b/test/e2e/send-eth-with-private-key-test/index.html @@ -0,0 +1,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>
\ No newline at end of file |