Skip to content

Commit

Permalink
Updates for the Taquito-based NFT tutorial (#115)
Browse files Browse the repository at this point in the history
* Rename to Mint an NFT using Taquito

* Move the tutorials under a container topic

* It also keeps a ledger that records which account owns each NFT.

* Intro

* Copy what is an NFT section from the tznft tutorial

* Prereqs and Pinata account

* Improvements to original IPFS instructions

* Info about the contract

* Deploying the contract

* Download the tutorial files

* Consistency in emphasis

* tweaks

* Application and diagrams

* Address of the contract is important

* Running and testing the app

* incorporating info from previous version

* entrypoints

* Conclusion

* titles

* Need a wallet and some funds

* deploy -> originate

* client -> sender

* variable -> property

* Incomplete line

* Creating NFTs is called minting

* 5 seconds by default

* Pinata requires authentication

* correct path to image

* typo: be originated
  • Loading branch information
timothymcmackin authored Oct 13, 2023
1 parent 6d7a2e3 commit d8145da
Show file tree
Hide file tree
Showing 31 changed files with 1,239 additions and 774 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/nft-create/web-ligo-ide-account.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/nft-pinata/image10.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image14.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image15.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image19.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image20.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image21.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image22.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image23.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image24.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image26.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image28.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image29.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image32.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image33.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image34.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image36.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image37.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image41.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image8.png
Binary file not shown.
Binary file removed public/images/nft-pinata/image9.png
Diff not rendered.
8 changes: 6 additions & 2 deletions src/components/Layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,12 @@ const tutorialNavigation = [
href: '/tutorials/create-an-nft',
children: [
{
title: 'Mint NFT using Taquito and Pinata',
href: '/tutorials/create-an-nft/nft-pinata',
title: 'Create an NFT with the `tznft` tool',
href: '/tutorials/create-an-nft/nft-tznft',
},
{
title: 'Create a web app that mints NFTs',
href: '/tutorials/create-an-nft/nft-taquito',
},
],
},
Expand Down
520 changes: 6 additions & 514 deletions src/pages/tutorials/create-an-nft/index.md

Large diffs are not rendered by default.

258 changes: 0 additions & 258 deletions src/pages/tutorials/create-an-nft/nft-pinata/index.md

This file was deleted.

704 changes: 704 additions & 0 deletions src/pages/tutorials/create-an-nft/nft-taquito/index.md

Large diffs are not rendered by default.

523 changes: 523 additions & 0 deletions src/pages/tutorials/create-an-nft/nft-tznft/index.md

Large diffs are not rendered by default.

0 comments on commit d8145da

Please sign in to comment.