XRPL-Labs/Xaman-Issue-Tracker

Feature: allow for custom IOU (TrustLine) xApp binding (button)

Opened this issue · 1 comments

Right now, if the curated assets are like this:

xapp_identifier = null
Screenshot 2023-12-22 at 10 52 10

If the xApp identifier is not null:
Screenshot 2023-12-22 at 10 52 01
... We render Buy & Sell buttons:
image

Addition

If xapp_custom is given, with:

  • xapp_identifier
  • title
Screenshot 2023-12-22 at 10 51 59

We will render one (one) extra button. Either it'll be the only one, or combined with the regular xApp identifier, there will be three buttons.

  • The xapp_custom button comes first.
  • The icon will be the xApp icon
  • The title will be as given
  • It opens the given xApp with the same entry params as the existing buy/sell buttons
image

Goal: Teleporter/cross chain IOU swaps xApp