@alayanetwork/ethjs-ens
Version:
An ENS interface module built on EthJS.
33 lines (24 loc) • 527 B
HTML
<html>
<head>
<title>Ethjs ENS</title>
</head>
<body>
<h1>EthJS ENS Example</h1>
<input id="lookupField" placeholder="vitalik.eth"></input>
<button id="searchButton">Search</button>
<br>
<p>Result: </p>
<p id="resultField"></p>
<br>
<a href="https://github.com/ethjs/ethjs-ens">View the source code on Github</a>
</body>
<script src="example/bundle.js"></script>
</html>
<html>
<head>
<title>ENS Test</title>
</head>
<body></body>
</html>