From 649863bd2f336a1c81e8c75e20ffa4321511eb98 Mon Sep 17 00:00:00 2001 From: ddawson Date: Thu, 21 Sep 2023 17:02:18 -0700 Subject: [PATCH] Add auth mintere vid --- .../assign-an-authorized-minter-using-javascript.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md b/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md index fdfbac79df..8b401478a2 100644 --- a/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md +++ b/content/tutorials/quickstart/assign-an-authorized-minter-using-javascript.md @@ -46,6 +46,10 @@ To authorize another account to create NFTs for your account: ## Mint an NFT for Another Account +
+ +
+ This example uses the Operational account, which was authorized in the previous step, to mint a token on behalf of the Standby account. To mint a non-fungible token for another account: