UNPKG

react-web3-network-status

Version:

Simple and subtle Ethereum network status indicator inspired by MetaMask. 🌐🔌

13 lines (12 loc) 247 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Demo Dapp</title> <link rel="icon" type="image/x-icon" href="favicon.ico"> </head> <body> <div id="root"></div> </body> <script src="app.js"></script> </html>