Integrate wallet IFrame for payments #42

Merged
nabarun merged 27 commits from iv-integrate-frame into main 2024-11-13 13:32:28 +00:00
Showing only changes of commit c74b7c597f - Show all commits

View File

@ -68,10 +68,9 @@ const IFrame = ({
<div>
<iframe
id="walletIframe"
src="http://localhost:3001"
width="500" height="300"
src="http://localhost:3001/WalletEmbed"
sandbox="allow-scripts allow-same-origin"
></iframe>
></iframe>
<Select
label="Select Account"
defaultValue={accounts[0]}