summaryrefslogtreecommitdiff
path: root/wallet-setup.js
blob: 97664a5c439bbafbe39626bd420f75015196b010 (plain)
1
2
3
globalThis.__native_sendMessage = (x) => console.log(x);
installNativeWalletListener()
__native_onMessage(JSON.stringify({operation: "init", args: {}}))