Developer Questions

Ask a Question
ANSWERED

Can't set up xApp

Hi. I'm trying to set up xApp on a Typescript project but to no avail.

ANSWERED

Any idea why session cookies aren't being saved?

Hey there,

ANSWERED

EscrowCreate payload throws `ReferenceError: require is not defined at ... require('five-bells-condition')`

Greetings and Salutations, I am trying to adapt my HTML page to XUMM's SignIn and Payment payload to EscrowCreateby adding the following code from Send a Conditionally-Held Escrow. SignIn works and Payment works. However, following code throws ReferenceError: require is not defined at document.getElementById.onclick (*refers to require('five-bells-condition') line*). Is it possible to use XUMM app to EscrowCreate`?

ANSWERED

Submit Signed Transaction Blob to XRP

I have a Signed Transaction Blob (HEX) after setting options.submit: false

ANSWERED

Error: Unable to get network fee

When signing a transfer request in an app (currently in beta, using the nft-devnet), I get a popup saying:

ANSWERED

Get QR code instead of popup window with xumm.authorize().

I am using the PKCE flow for login (xumm.authorize()), but it opens up a popup window with the QR code.
Is there a way to just get the QR code image that I can show on my frontend instead of opening a popup with other info?
Thanks

ANSWERED

What is the best way to send purchase transaction or NFT mint to XUMM wallet for XRPL NFT

Hi there XUMM devs,
I'm new to XRPL and XUMM networks and I'm going to launch an NFT collection of 5000 arts on XRPL networks.
Can you guys please point me in the right direction on how I can set up a XUMM wallet "Connet" on my minting website and how can I send transactions to buyers?
I'm a solidity dev so this is new to me.
All help will be appreciated.

ANSWERED

Regarding trading of nfts with other currency xrpl

I have implemented NFT functionality with XRP but now i want to use other issued tokens on xrpl to trade nfts. What are the validation and changes required for that. I'm using node js at back-end and XRPL node modules.

ANSWERED

How to allow currency other than XRP through XUMM Wallet?

Hey there,
So we have successfully integrated XUMM to create our first version of the NFT marketplace app. We only support XRP right now, but we would like to expand this to allow alternative XRPL-issued tokens like XGBL for example. But we can't seem to figure out how to do so. Let's say I have another 50 XGBL tokens in my wallet. How can I use that token instead of XRP while I buy NFT through a transaction performed by XUMM.

ANSWERED

Regarding RPR Balance endpoint api?

This link ( https://xrpl.org/account_info.html ) gave me info about XRP. Is there any api endpoint for getting the RPR balance of Xumm wallet?