Create wallet widget
Lets a visitor create or import a Riddle Wallet from your site. The wallet origin is a popup (action=create), never an iframe.
Widget setup (script, iframe, origin allowlist): Setup Create wallet widget.
RiddleEmbed.mount('#create', { product: 'create', partner: 'acme', theme: 'dark' })
// or
const riddle = RiddlePartners.createClient({ partner: 'acme' })
riddle.mount('#create', { product: 'create' })
riddle.createWallet() // popup onlyAfter the user finishes onboarding, the widget posts riddle-embed:connected with the public address (same as login).