Difference between revisions of "Blockchain"

From Wasya Wiki
Jump to: navigation, search
(Created page with " ## From: https://docs.alchemy.com/docs/how-to-create-an-nft ## From: https://docs.alchemy.com/docs/how-to-mint-an-nft-from-code npx hardhat run scripts/deploy.js --network...")
 
Line 1: Line 1:
  
## From: https://docs.alchemy.com/docs/how-to-create-an-nft
+
From: https://docs.alchemy.com/docs/how-to-create-an-nft
## From: https://docs.alchemy.com/docs/how-to-mint-an-nft-from-code
+
From: https://docs.alchemy.com/docs/how-to-mint-an-nft-from-code
  
 
  npx hardhat run scripts/deploy.js --network goerli
 
  npx hardhat run scripts/deploy.js --network goerli

Revision as of 08:35, 20 October 2022

From: https://docs.alchemy.com/docs/how-to-create-an-nft From: https://docs.alchemy.com/docs/how-to-mint-an-nft-from-code

npx hardhat run scripts/deploy.js --network goerli

Contract deployed to address: 0x3A924Ded7422Be2bb5Af329A3a682dA9B649b020

https://ish-gme.s3.amazonaws.com/nft-metadata.json

NFT Minted! Check it out at: https://goerli.etherscan.io/tx/0x0477053e818c94f94bd2b7f50846b1ce3f5071dd195b1c7cb81f851fd2538237

~ * ~ * ~ * ~

From: https://docs.alchemy.com/docs/nft-minter