This commit is contained in:
spirobel 2025-02-26 13:01:45 +00:00
parent c138f08c78
commit 82f985eef3

View File

@ -129,7 +129,7 @@ Currently Monero shoppers have to copy and paste addresses from the tor browser
This can be made more convenient and secure by a browser wallet.
The Monero Browser Wallet PoC that I wrote is fundamentally different from typical browser wallets.
Instead of injecting Javascript into the page and excusively communicating via message events, it uses a REST api.
Instead of injecting Javascript into the page and exclusively communicating via message events, it uses a REST api.
The initial trigger in the PoC still happens through a message, but the plan is to get rid of that.
As a result the checkout will work in a Javascript disabled environment while providing the same seamless user experience.