## Description As been proposed in this [Discord post](https://discord.com/channels/912718559954747442/1353999635890311239/1393332232004964372): * In web applications using a browser wallet following the [wallet standard](https://github.com/wallet-standard/wallet-standard/) (i.e. IOTA Wallet or Nightly Wallet) will be more or less mandatory * We need an example how to implement our [TransactionSigner](https://github.com/iotaledger/product-core/blob/main/bindings/wasm/iota_interaction_ts/src/bindings/wasm_transaction_signer.rs#L19) interface using these wallets ## Motivation Demonstrate how to use IOTA trust framework products with standard browser wallets ## Requirements Ideally: - provide a Vercel app or a Cyprus test demonstrating how to implement this