For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deep Links Schema

In TextRP, deep links are tailored to facilitate interactions by directly connecting users to individual chat sessions or group rooms.

Deep Links to Users: For personal messaging, the deep link incorporates the recipient's XRPL wallet address, providing a straightforward way to start a conversation:

https://app.textrp.io/#/user/@{wallet_address}:synapse.textrp.io

Deep Links to Rooms: To join a conversation in a room, the deep link uses the room's unique identifier, allowing users to access group discussions:

https://app.textrp.io/#/room/!{roomID}:synapse.textrp.io or https://app.textrp.io/#/room/#{roomalias}:synapse.textrp.io

These URLs serve as powerful tools for connecting users seamlessly to the TextRP messaging ecosystem.

Last updated