From 11616f82fb869635fde04ea5bc08ceb297002404 Mon Sep 17 00:00:00 2001 From: Dennis Dawson Date: Thu, 2 Jun 2022 12:03:29 -0700 Subject: [PATCH] Separate Broker example from basic 4 lessons Planning for the future, the requirement of 3 accounts on screen is specific to brokered sales. Other examples that do not require 3 accounts can be built off of the earlier examples. The brokered example is not necessarily in line with the future trajectory of the tutorial examples. --- content/tutorials/quickstart/xrpl-quickstart.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/tutorials/quickstart/xrpl-quickstart.md b/content/tutorials/quickstart/xrpl-quickstart.md index 39a9cfc31c..3e8543ed92 100644 --- a/content/tutorials/quickstart/xrpl-quickstart.md +++ b/content/tutorials/quickstart/xrpl-quickstart.md @@ -40,7 +40,8 @@ In this quickstart, you can: 2. [Create TrustLine and Send Currency](create-trustline-send-currency.html). 3. [Mint and Burn NFTokens](mint-and-burn-nftokens.html). 4. [Transfer NFTokens](transfer-nftokens.html). -5. [Broker a NFToken Sale](broker-sale.html). + +There is also an expanded lesson demonstrating how to [Broker a NFToken Sale](broker-sale.html). ## Prerequisites