From e1c5795a3495ed98c452b73bb1a18d3ef73af439 Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Fri, 10 Jan 2025 12:54:34 -0500 Subject: [PATCH] How to connect to wallets and accounts Co-authored-by: NicNomadic <148877430+NicNomadic@users.noreply.github.com> --- docs/tutorials/nft-consolidated.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/nft-consolidated.md b/docs/tutorials/nft-consolidated.md index 8bb79cc13..26635589c 100644 --- a/docs/tutorials/nft-consolidated.md +++ b/docs/tutorials/nft-consolidated.md @@ -16,7 +16,7 @@ No prior knowledge of NFTs or Tezos is required, but because the tutorial applic In this tutorial, you will learn: - How to use the [Taquito](https://tezostaquito.io/) JavaScript/TypeScript SDK to access Tezos and user wallets and to send transactions to Tezos -- What Tezos wallets and accounts are and how to connect to them +- How to connect to wallets and accounts - What smart contracts are and how to call them from a web application - How to mint NFTs on behalf of a user - How to deploy your own smart contract to manage NFTs