Skip to content

Commit

Permalink
Pinata requires authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Sep 22, 2023
1 parent fc32778 commit b5bf848
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/tutorials/create-an-nft/nft-tznft/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ Because storage space on blockchains is expensive, developers don't put entire t
Instead, they configure decentralized storage for the NFT data and put only the link to that data on Tezos itself.
In this section, you set up storage for the NFT metadata using the InterPlanetary File System (IPFS) protocol.

IPFS requires authentication just like blockchain transactions, so in this section you set up an account with the Pinata IPFS provider and use it to upload (or _pin_) the NFT data to IPFS.
There are many services that provide access to IPFS, but in this tutorial you use the [Pinata](https://www.pinata.cloud/) IPFS provider.
Pinata requires authentication, so in this section you set up an account with Pinata and use it to upload (or _pin_) the NFT data to IPFS.

1. Create a free Pinata account at <https://app.pinata.cloud/developers/api-keys>.

Expand Down

0 comments on commit b5bf848

Please sign in to comment.