@fastnear/wallet-adapter-widget
Version:
User interfaces for select NEAR Protocol web3 wallets
22 lines (21 loc) • 529 B
HTML
<html>
<head>
<title>Sign Transaction</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
height: 100vh;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
}
</style>
<script src="../dist/umd/browser.global.js"></script>
</head>
<body>
<button id="sign-transaction">Sign Transaction</button>
</body>
</html>