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
40e50a3d81
Merge pull request #1386 from XRPLF/dd-NFT-refactor
...
Dd nft refactor
2022-04-07 11:01:51 -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
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
mDuo13
9a09afdc69
[JA] fix links
2022-03-21 14:31:09 -07:00
Rome Reginelli
42f6d89f81
Merge pull request #1373 from XRPLF/paychan_key_deriv
...
Clarify payment channel key derivation
2022-03-21 13:44:20 -07:00
Rome Reginelli
79b4e54a6a
Improve Docs for Decentralized Exchange ( #1357 )
...
* Decentralized Exchange concept article
1st draft
* DEX: example trade diagram, offers rewording
* Offers: more rewriting/updates
* OfferCreate: Add error cases + other updates
* Known Amendments: fix tecEXPIRED, DepositPreauth
- tecEXPIRED was initially attached to the Checks amendment but got
moved to DepositPreauth before either became released. The docs weren't
previously updated to reflect this change
- A change to the snippets caused the DepositPreauth amendment reference
link to get overwritten so the table links to the feature page rather than the
amendment description. Special cases this one link.
* OfferCreate error cases: switch to table
* DEX/Offers: edits per review
2022-03-21 08:11:13 -07:00
Rome Reginelli
7d24a34e78
Data Types: issued currency→token
2022-03-17 14:30:32 -07:00
Rome Reginelli
2945394335
Merge pull request #1358 from develoQ/translate/ja
...
Translate to Japanese
2022-03-17 11:41:59 -07:00
mDuo13
a56ad55247
Clarify payment channel key derivation
2022-03-17 11:39:33 -07:00
Rome Reginelli
1050456f54
Merge pull request #1372 from jakeatdocforce/remove-top-banner
...
Update info in top banner
2022-03-17 11:26:08 -07:00
Jake
ea82a59d66
Update top banner with new info
2022-03-17 09:49:18 -07:00
Jake
c206b4ed75
Hide top banner. Move events card to past
2022-03-17 08:57:13 -07:00
develoQ
773947c5e9
fix: pointed out in the review
2022-03-16 21:33:55 +09:00
Rome Reginelli
9b34bb6865
Merge pull request #1361 from khancode/fix-nft-cancel-offer
...
fix NFTokenCancelOffer code snippets
2022-03-14 14:40:28 -07:00
Rome Reginelli
ec2e584b1c
Merge pull request #1356 from jakeatdocforce/events
...
Events
2022-03-14 10:23:35 -07:00
Rome Reginelli
e7c1601a5a
Merge pull request #1364 from mDuo13/build_wallet_fixes
...
Build wallet fixes
2022-03-11 15:31:37 -08:00
Rome Reginelli
c3fb8b0fb9
Merge pull request #1362 from XRPLF/rr-accountset-tf-flags-clarification
...
Clarify tf flag usage
2022-03-11 12:55:56 -08:00
Jake
09c2a8faa5
Updated css output
2022-03-10 17:24:07 -07:00
Jake
d73460e1c8
Merge branch 'master' of https://github.com/jakeatdocforce/ripple-dev-portal into events
...
# Conflicts:
# assets/css/devportal2021-v6.css
# styles/package.json
# template/base.html.jinja
2022-03-10 17:21:30 -07:00
Rome Reginelli
e96138b079
AccountSet flags: asf is for newer settings
2022-03-10 15:03:38 -08:00
Omar Khan
89bc839a80
fix whitespace indentation
2022-03-10 17:08:12 -05:00
Rome Reginelli
2d4eb66245
Merge pull request #1342 from XRPLF/contrib_theme_aware_diagrams
...
Contributing: document theme-aware diagram tech
2022-03-10 13:33:09 -08:00
Rome Reginelli
7409b3f4f8
Merge pull request #1368 from XRPLF/rr-contrib-indentation
...
Contributor Guidelines: Clarify use of spaces for indentation
2022-03-10 13:32:53 -08:00
Rome Reginelli
d50fc61457
Contrib: Clarify use of spaces for indentation
...
We've been (largely) following this rule but it has not been formally documented until now.
2022-03-10 13:25:54 -08:00