Skip to content

Commit

Permalink
Ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 10, 2025
1 parent 49c6598 commit 2820594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/nft-consolidated/setting-up-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2820594

Please sign in to comment.