You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our demo wallet currently does not support using SEP-38 quotes in SEP-6 or SEP-31 transaction flows.
What would you like to see?
When initiating a SEP-6 or SEP-31 transaction, the demo wallet should:
Check if SEP-38 is support
Check if the Stellar asset being transacted has off-chain asset exchange pairs
Open a modal asking if the user wants to exchange an off-chain asset for the on-chain asset, and if so, have the user select the off-chain asset the user would like to provide/receive.
Update the modal to display an estimated exchange rate between the two assets and have the user accept it
Create a quote with the anchor's POST /quote endpoint
Use the quote in the SEP-6 or SEP-31 transaction as defined by each protocol
The text was updated successfully, but these errors were encountered:
What problem does your feature solve?
Our demo wallet currently does not support using SEP-38 quotes in SEP-6 or SEP-31 transaction flows.
What would you like to see?
When initiating a SEP-6 or SEP-31 transaction, the demo wallet should:
POST /quote
endpointThe text was updated successfully, but these errors were encountered: