From b4f47bc0ce5f9159c2c0de76e33c36f70937fff2 Mon Sep 17 00:00:00 2001 From: ddawson Date: Mon, 25 Sep 2023 17:19:32 -0700 Subject: [PATCH] Add batch mint vid --- .../tutorials/quickstart/batch-mint-nfts-using-javascript.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md b/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md index fbc4ff7367..5106c9594d 100644 --- a/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md +++ b/content/tutorials/quickstart/batch-mint-nfts-using-javascript.md @@ -33,6 +33,10 @@ You can download the [Quickstart Samples](https://github.com/XRPLF/xrpl-dev-port ## Batch Mint NFTs +
+ +
+ This example lets you mint multiple NFTs for a single unique item. The NFT might represent "prints" of an original artwork, tickets to an event, or another limited set of unique items. To batch mint a non-fungible token objects: