Commit Graph

4800 Commits

Author SHA1 Message Date
Dennis Dawson
4ed809b055 Fix labels 2022-04-13 15:39:59 -07:00
Dennis Dawson
0d3e07238a Fix labels 2022-04-13 15:38:05 -07:00
Dennis Dawson
35dca21ce0 Fix header 2022-04-13 15:35:37 -07:00
Dennis Dawson
dbefcd5a31 fix header 2022-04-13 15:33:17 -07:00
Dennis Dawson
cad34f334e fix header 2022-04-13 15:31:46 -07:00
Dennis Dawson
6e2335539e Add link to the samples archive 2022-04-13 15:22:56 -07:00
Dennis Dawson
86edc58dda Add Quickstart step 4, transfer NFTokens 2022-04-13 15:20:10 -07:00
Dennis Dawson
4eba1dff84 Screenshots for the XRPL Quickstart Tutorial 2022-04-13 14:48:52 -07:00
Dennis Dawson
d3b1adc690 Add NFToken disclaimer 2022-04-13 13:59:05 -07:00
Dennis Dawson
2d961c4625 Add links to sample archive 2022-04-13 13:54:26 -07:00
Dennis Dawson
6e5758b8b8 Create mint-nfts.md
Step 3 in the Quickstart Tutorial.
2022-04-13 13:49:14 -07:00
Dennis Dawson
3eb60c43b0 Create create-trustline-send-currency.md
Step 2 in the Quickstart tutorial.
2022-04-13 11:29:30 -07:00
Dennis Dawson
5e12858c49 Update Quickstart samples URL 2022-04-13 10:40:20 -07:00
Dennis Dawson
cc2ee1a994 The archive of Quickstart JavaScript files. 2022-04-13 10:19:06 -07:00
Dennis Dawson
865ec7e4a2 Incidental landing page for quickstart samples 2022-04-13 10:17:39 -07:00
Dennis Dawson
698403f070 Add Lesson: Get Accounts and Send XRP 2022-04-12 17:00:10 -07:00
Dennis Dawson
b350e99c2b Quickstart landing page 2022-04-12 15:55:12 -07:00
Dennis Dawson
0b69914da4 Merge pull request #1387 from JST5000/patch-2
Fix broken example on NFTokenMint + explain Issuer
2022-04-11 14:43:38 -07:00
Dennis Dawson
70d45bbc46 Style updates
Thanks very much for the help, Jackson. I did some tech writing tomfoolery.
2022-04-11 14:41:36 -07:00
Jackson Mills
eecdc2f53d Fix broken example on NFTokenMint + explain Issuer
In response to this thread on Discord:
* Initial problem: https://discord.com/channels/886050993802985492/890685878068969472/962675085557235742
* Response: https://discord.com/channels/886050993802985492/890685878068969472/963111448995831838

This attempts to:
1. Simplify the initial example to just work without any setup (Fixing issues which make copy + pasting simply not work)
2. Add a section on minting with another issuer to handle that specific case, with a more complicated example that also simply works to copy + paste. (And putting the "Set the MinterAccount" instruction at the top rather than as a foot note.
2022-04-11 09:47:28 -07:00
Dennis Dawson
8ef1fefcfd Merge branch 'master' into dd-NFT-Jira-Fixes20200322 2022-04-07 11:11:50 -07:00
Dennis Dawson
40e50a3d81 Merge pull request #1386 from XRPLF/dd-NFT-refactor
Dd nft refactor
2022-04-07 11:01:51 -07:00
Dennis Dawson
953f0ba387 Update variable names in TokenOffers note.
Renaming the variable to nft_offer_index makes the distinction less critical. Ultimately we'll probably remove the note on line 45 entirely.
2022-04-07 10:47:40 -07:00
Dennis Dawson
a0ff9fb9a9 Remove reference to lsfIssuerCanCancelOffers
* The issuer of the token identified by the `TokenUID` field in the `NFTokenOffer` object, if the token has the `lsfIssuerCanCancelOffers` flag set.
2022-04-06 16:53:22 -07:00
Dennis Dawson
440a28d2ca Fix NFTokenMinter 2022-04-06 16:48:23 -07:00
Dennis Dawson
b31cb160d4 Fix NFTokenSellOffer, NFTokenBuyOffer 2022-04-06 16:45:34 -07:00
Dennis Dawson
ddc0cb4cd0 Fix MintedNFTokens 2022-04-06 16:37:55 -07:00
Dennis Dawson
0879a0cdad Fix MintedNFTokens, BurnedNFTokens, NFTokenMinter 2022-04-06 16:34:26 -07:00
Rome Reginelli
be5441262e Fix typo in decentralized exchange note (#1384) 2022-04-06 09:44:27 -07:00
Jackson Mills
ebdc068767 Add missing Owner field to NFTokenBurn page (#1385)
When burning a token which has `lsfBurnable` enabled as the original minter, the `Owner` field is required to specify which NFTokenPages to search for the NFTokenID. 

Here's the original issue which prompted this discovery: https://github.com/XRPLF/xrpl.js/issues/1947
2022-04-06 09:43:52 -07:00
Dennis Dawson
638b6a4222 Updates for SField changes
tokenid -> nft_id
TokenID -> NFTokenID
TokenOffers -> NFTokenOffers
index -> nft_offer_index
2022-04-05 17:56:26 -07:00
Dennis Dawson
b3b73479a3 Updates for SField changes.
Minter -> NFTokenMinter
TokenTaxon -> NFTokenTaxon
temBAD_TRANSFER_RATE -> temBAD_NFTOKEN_TRANSFER_FEE
2022-04-05 17:12:46 -07:00
Dennis Dawson
eac3a6923c Updates for SField changes.
TokenID -> NFTokenID
2022-04-05 16:49:28 -07:00
Dennis Dawson
158408c9b6 Update for SField changes
TokenOffers -> NFTokenOffers
2022-04-05 16:46:41 -07:00
Dennis Dawson
093d025fc7 Update for SField name changes
TokenID -> NFTokenID
2022-04-05 16:42:14 -07:00
Dennis Dawson
9d11aeb315 Updates for SField name changes.
BuyOffer -> NFTokenBuyOffer
SellOffer -> NFTokenSellOffer
TokenID -> NFTokenID
2022-04-05 16:37:33 -07:00
Amarantha Kulkarni
d9efb317fd Remove duplicate definition for the term sidechain (#1381)
* Remove duplicate definition for the term sidechain

* Apply suggestions from code review

Co-authored-by: Rome Reginelli <rome@ripple.com>

* Order terms alphabetically

Co-authored-by: Rome Reginelli <rome@ripple.com>
2022-03-30 14:14:31 -07:00
Rome Reginelli
2e0e944202 Merge pull request #1383 from JakeatRipple/events-march
Add new events
2022-03-29 13:49:58 -07:00
Jake
1533a5014e PR comments.
Jinja comment to hide html
Past events display most recent first.
2022-03-29 13:34:12 -07:00
Jake
9f22242da5 Hide top event banner 2022-03-29 13:14:13 -07:00
Jake
589d79024f Updated event date 2022-03-29 12:17:43 -07:00
Jake
53f0ec7114 Add new events and images 2022-03-28 19:51:02 -07:00
Rome Reginelli
bf543473b9 Merge pull request #1380 from itsocialist/patch-1
Update issue-a-fungible-token.md
2022-03-28 11:17:35 -07:00
itsocialist
3d58b9e4b0 Update issue-a-fungible-token.md
Correct grammar describing tutorial
2022-03-27 22:22:23 -04:00
Jake
e9262f917b Added new events 2022-03-25 15:53:20 -07:00
Dennis Dawson
cd1977b271 Update TransferFee per spec change
Per https://ripplelabs.atlassian.net/browse/RIPD-1799, the spec changed to allow for a range of 0-50,000.
2022-03-22 13:33:44 -07:00
Dennis Dawson
d90a86337d Add owner field description
Per https://ripplelabs.atlassian.net/browse/RIPD-1800, when the issuer burns a NFToken with tfBurnable set the burn request must include the Owner field.
2022-03-22 13:03:58 -07:00
Dennis Dawson
1f8dbda012 remove reference to lsfIssuerCanCancelOffers
This feature has been removed.
2022-03-22 12:27:00 -07:00
Dennis Dawson
9d25fd99b4 Add clarification for NFTokenOfferID response
Per TOK-52, providing a value with a valid format can result in a success response, even though no NFTokenOffer has been removed.
2022-03-22 11:18:36 -07:00
Rome Reginelli
be793039bb Merge pull request #1374 from XRPLF/rr-patch-token-format
Data Types: issued currency→token
2022-03-21 15:56:56 -07:00