diff options
Diffstat (limited to 'test/e2e/beta/contract-test/index.html')
-rw-r--r-- | test/e2e/beta/contract-test/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/e2e/beta/contract-test/index.html b/test/e2e/beta/contract-test/index.html new file mode 100644 index 000000000..0868633f7 --- /dev/null +++ b/test/e2e/beta/contract-test/index.html @@ -0,0 +1,8 @@ +<html> +<body> + <button id="deployButton">Deploy Contract</button> + <button id="depositButton">Deposit</button> + <button id="withdrawButton">Withdraw</button> +</body> +<script src="contract.js"></script> +</html>
\ No newline at end of file |