This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Metamask sign tx poc</title> | |
</head> | |
<body> | |
<button class="enableEthereumButton btn" type="button">Enable Ethereum</button> | |
<button class="sendEthButton btn" type="button">Sign Transaction</button> | |
<p>Signed transaction:</p> |