Developer Questions
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:
Error
Unable to get network fee, please make sure you are connected to the XRPL node.
Any idea what might be going on? I'm omitting the transfer fee from the tx record, as suggested in the docs: https://xumm.readme.io/docs/payload-transaction-data#fee-transaction-fee
My transaction looks like this:
const request: XummPostPayloadBodyJson = {
txjson: {
TransactionType: 'Payment',
Destination: walletAddress
Amount: `${amount * 1000000}` // 1,000,000 drops in 1 xrp
},
options: {
return_url: {
app: returnUrl,
web: returnUrl
}
}
};
Posted by Give 15 days ago
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
Posted by Blaze Dragneel 20 days ago
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.
Thank you
Posted by xRoyalty NFT TestNet 29 days ago
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.
Posted by Deepak Singh about 1 month ago
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.
Thanks for all the help!
Posted by Xungible-Dev about 2 months ago
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?
Posted by Toshal about 2 months ago
Xumm app account api balance
Is there any api endpoint of getting the Xumm app wallet balance?.
Posted by Toshal about 2 months ago
If i install package xumm-xapp-sdk for next js project getting local storage error.
I'm implemeting xapp using next js application. In that i'm trying to consume xapp sdk to open browser from my xapp. If i install and use xumm-xapp-sdk i'm getting local storage not found error. If i use script url not getting any error (<script src="https://xumm.app/assets/cdn/xumm-xapp-sdk.min.js"></script>). But i wanted to use xumm-xapp-sdk by installing package. Could you please help me on this why i'm getting local storage error and how to resolve it.
Posted by Borgia 2 months ago
Customize popup in XUMM
Is it possible to customize popup styles displaying on XUMM (Navigating to browser using xapp.openBrowser) ?
Posted by Sai Kumar 2 months ago
Connecting to the SDK from Unity
Hi there
Do you have any samples of authenticating and sending payloads from Unity engine?
Posted by Willem van Deventer 3 months ago