From f81c48870184469398ab947b2b3651136c82d14d Mon Sep 17 00:00:00 2001 From: davidcuellarrdx Date: Thu, 18 Jul 2024 10:33:00 +0100 Subject: [PATCH 1/2] Update: README for mobile support --- packages/dapp-toolkit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dapp-toolkit/README.md b/packages/dapp-toolkit/README.md index 8f946156..c019ae77 100644 --- a/packages/dapp-toolkit/README.md +++ b/packages/dapp-toolkit/README.md @@ -48,7 +48,7 @@ Radix dApp Toolkit (RDT) is a TypeScript library that automates getting users logged in to your dApp using a Persona, maintains a browser session for that login, and provides a local cache of data the user has given permission to your app to access associated with their Persona. It also provides an interface to request accounts and personal data from the user's wallet, either as a permission for ongoing access or as a one-time request, as well as to submit transaction manifest stubs for the user to review, sign, and submit in their wallet. -The current version only supports desktop browser webapps with requests made via the Radix Wallet Connector browser extension. It is intended to later add support for mobile browser webapps using deep linking with the same essential interface. +RDT supports both desktop and mobile browser web apps. For desktop browsers, it uses the Radix Wallet Connector browser extension. For mobile browsers, it employs deep linking, while maintaining the same essential interface for both. **RDT is composed of:** From e9e70550b56d4033859175a2b8c4b1fc80ff6ebe Mon Sep 17 00:00:00 2001 From: davidcuellarrdx Date: Thu, 18 Jul 2024 10:56:04 +0100 Subject: [PATCH 2/2] docs(README): add mobile support --- packages/dapp-toolkit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dapp-toolkit/README.md b/packages/dapp-toolkit/README.md index c019ae77..354082c7 100644 --- a/packages/dapp-toolkit/README.md +++ b/packages/dapp-toolkit/README.md @@ -48,7 +48,7 @@ Radix dApp Toolkit (RDT) is a TypeScript library that automates getting users logged in to your dApp using a Persona, maintains a browser session for that login, and provides a local cache of data the user has given permission to your app to access associated with their Persona. It also provides an interface to request accounts and personal data from the user's wallet, either as a permission for ongoing access or as a one-time request, as well as to submit transaction manifest stubs for the user to review, sign, and submit in their wallet. -RDT supports both desktop and mobile browser web apps. For desktop browsers, it uses the Radix Wallet Connector browser extension. For mobile browsers, it employs deep linking, while maintaining the same essential interface for both. +RDT supports both desktop and mobile browser web apps. For desktop browsers, it uses the Radix Wallet Connector browser extension. For mobile browsers, it employs deep linking, while maintaining the same essential interface for both. **RDT is composed of:**