From 28205949d7a8b3492d265d0fd32a9c65d02d8fea Mon Sep 17 00:00:00 2001 From: Tim McMackin Date: Fri, 10 Jan 2025 12:44:58 -0500 Subject: [PATCH] Ordering --- docs/tutorials/nft-consolidated/setting-up-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/nft-consolidated/setting-up-app.md b/docs/tutorials/nft-consolidated/setting-up-app.md index 828409dd8..c603a0299 100644 --- a/docs/tutorials/nft-consolidated/setting-up-app.md +++ b/docs/tutorials/nft-consolidated/setting-up-app.md @@ -213,8 +213,8 @@ Follow these steps to set up the `src/App.svelte` file, which is the container f The imports include these elements: - `BeaconWallet`: This class provides a user interface for connecting to wallets, ensuring that users can securely sign transactions and call smart contracts - - `TezosToolkit`: This is the base class for Taquito, which gives you access to most of its Tezos-related features - `NetworkType`: An enumeration that lists the different types of networks on the Tezos blockchain + - `TezosToolkit`: This is the base class for Taquito, which gives you access to most of its Tezos-related features - `MichelsonMap`: This class represents the Michelson map data type, which Tezos uses to store data, including the metadata for the NFTs that the application creates - `stringToBytes`: A utility that converts strings to bytes to store in the token metadata