UNPKG

@alayanetwork/ethjs-ens

Version:
33 lines (24 loc) 527 B
<!doctype 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> <!doctype html> <html> <head> <title>ENS Test</title> </head> <body></body> </html>