Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 753 Bytes

File metadata and controls

22 lines (17 loc) · 753 Bytes

MyNFT

Etherum.org tut project on how to write and deploy an nft. Following the Ethereum.org Tutorial In this test project I am using the Goerli Ethereum test network instead of the Ropsten network because the Ropsten network has been deprecated.

Goerli Etherscan

Create .env file with your Etherum network PRIVATE_KEY and your Alchemy API_URL

Alchemy Blockchain API

npm install
npx hardhat compile
npx hardhat --network goerli run scripts/deploy.js

Upload file(image) and file(metadata) to Pinata

Pinata API Docs

node ./scripts/mint-nft.js