UNPKG

@eternl/cardano-dapp-connector-bridge

Version:

A postMessage bridge to connect dApps to the Eternl DApp Browser loading apps into an iframe.

22 lines (14 loc) 448 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" type="text/css" href="./dapp/dapp-test.css"> </head> <body> <iframe id="dappIframe" allow="camera; microphone; geolocation; clipboard-read self *; clipboard-write self *;" src="./dapp-test.html" class="w-full h-full"> </iframe> </body> <script type="text/javascript" src="./wallet/cardano-dapp-connector-bridge-init-wallet.js"></script> </html>