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.
This commit is contained in:
Dennis Dawson
2022-06-02 12:03:29 -07:00
committed by GitHub
parent 8dae1712fa
commit 11616f82fb

View File

@@ -40,7 +40,8 @@ In this quickstart, you can:
2. [Create TrustLine and Send Currency](create-trustline-send-currency.html). 2. [Create TrustLine and Send Currency](create-trustline-send-currency.html).
3. [Mint and Burn NFTokens](mint-and-burn-nftokens.html). 3. [Mint and Burn NFTokens](mint-and-burn-nftokens.html).
4. [Transfer NFTokens](transfer-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 ## Prerequisites