console.log( `<h2>Connecting the runtime instance at ${runtimeURL} and the ${walletName} Wallet Extension</h2>` ); construntimeLifecycle=awaitmkRuntimeLifecycle({ walletName:walletName, runtimeURL:runtimeURL, }); console.log(""); console.log("Connected to runtime..."); console.log("");
This module provides a helper function to create a RuntimeLifecycle using a CIP-30 wallet in the browser.