-
Notifications
You must be signed in to change notification settings - Fork 25
NFT mint (XRPL) #269
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFT mint (XRPL) #269
Conversation
We have the network change in the top right corner. What are your thoughts on this? @pandablue0809 @Anna15170221 |
|
@pandablue0809 I see you have "Add digest" for the XRPL. I thought Digest was only available for uritokens on Xahau. Does it do anything for the XRPL transaction? if not, that can be removed from XRPL. |
|
@Anna15170221, please create a separate ticket to make "issuer" inputs search only through NFT issuer addresses. @ildaruz can provide the endpoint and examples for the query. |
|
That might look a bit confusing for newcomers. a checkbox like And when it's checked, show the field |
|
I see Expiration on the screenshot, but I don't see it the page now. |
|
I think we also need here a checkbox like Create a Sell offer
Thi all Sell offer functionality can be added in a separate PR later, if you want to make the first PR simpler. |
|
hi @ihomp |
|
The created component
|
Oh, I see, the Expiration shows up when someone enters the Amount. So we have two options for the PR:
OR
That would show those additional fields
|
|
From a UI perspective: checkbox: Create an initial Sell offer: The expiration should be hidden when the checkbox Create an initial Sell offer is checked; it should just show
|
|
It would also be good to split the flags checkboxes from the terms checkboxes. Maybe add some space in between? |
|
for the fields with addresses, Also the placeholder texts should be as simple as We need to make sure that when a username is entered, the address is passed to the transaction, not the username. |
|
hi @ihomp |
Just remove them, as they seem unnecessary. |
|
Component It is used on the line 420 |
ihomp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requires some changes, as specified in comments
|
|
|
Just as a cleanup: We can remove: from both requests in NFTokenMint and in URITokenMint |
|
hi @ihomp |
|
I've updated paths for components and utils.. otherwise I couldn't test =) |
|
hi @ihomp |
|
The code looks good to me now! 👍 @Anna15170221 Please test:
There is no indication that we are awaiting the NFT crawler before showing that NFT was minted... but that is a separate ticket we can create after merging this. |
ihomp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
|
@ihomp |
|
@Anna15170221 works on devnet and testnet for me with CrossMark with xaman doesn't work when there is a estination for a sellOffer - I've sent them a bug report |
|
when user enters the Amount as 0 I don't think this is the case now. |
|
We should not add to tx: Flags: 0 If there are no Flags, do not add Flags to the transaction. |
|
@ihomp |
|
I'll merge this, but we need fixes for flags:0 and Amount:0 |
Issue
NFT mint (XRPL)
Discription