Skip to content

Commit

Permalink
Remove tznft tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 17, 2025
1 parent 4627dea commit 6c461ab
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 535 deletions.
8 changes: 0 additions & 8 deletions docs/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,6 @@ These tutorials contain multiple parts and are intended for developers with some
link="Start tutorial"
/>

<TutorialCard
title="Create NFTs from the command line"
emoji="⚡️"
href="/tutorials/create-an-nft/nft-tznft"
description="Learn about NFTs and how to create them from files on your computer"
link="Start tutorial"
/>

<TutorialCard
title="Join the DAL as a baker in 5 steps"
emoji="🍞"
Expand Down
1 change: 0 additions & 1 deletion docs/tutorials/create-an-nft.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ title: Create an NFT
There are many ways to create (or "mint") NFTs; in particular, you can create all of the NFTs in a collection at once or set up an application that can create NFTs as users request them.
Try one of these tutorials to see different ways of minting NFTs:

- [Create NFTs from the command line](/tutorials/create-an-nft/nft-tznft): Create metadata files to describe NFTs and then use a command-line tool to mint them and manipulate them
- [Mint NFTs from a web app](/tutorials/create-an-nft/nft-web-app): Use a pre-existing contract to create NFTs from a web application
- [Create a contract and web app that mints NFTs](/tutorials/create-an-nft/nft-taquito): Set up a web application that authorized users can use to create NFTs and all users can use to see the NFTs in a collection
Loading

0 comments on commit 6c461ab

Please sign in to comment.