You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/developers/tutorials/how-to-mint-an-nft/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -245,7 +245,7 @@ async function mintNFT(tokenURI) {
245
245
246
246
## Step 9: Call mintNFT and run node contract-interact.js {#call-mintnft-fn}
247
247
248
-
Remember the metadata.json you uploaded to Pinata? Get its hashcode from Pinata and pass the following into a call to mintNFT`https://gateway.pinata.cloud/ipfs/<metadata-hash-code>`
248
+
Remember the metadata.json you uploaded to Pinata? Get its hashcode from Pinata and pass the following as parameter to the function mineNFT`https://gateway.pinata.cloud/ipfs/<metadata-hash-code>`
0 commit comments