Skip to content

Sufuninja/MyNFT

Repository files navigation

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

About

Etherum.org tut project on how to write and deploy an nft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors