Skip to content

Commit

Permalink
docs(README): add mobile support
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcuellarrdx committed Jul 18, 2024
1 parent 6f1b592 commit 6683d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp-toolkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down

0 comments on commit 6683d23

Please sign in to comment.