Skip to content

Deploying your own NFT project on a test net with Alchemy and Pinata

Notifications You must be signed in to change notification settings

gaonip/NFT-project

Repository files navigation

Deploying an NFT project on rinkeby testnet

Deploy ypur own NFT project with Alchemy and pinata

Run the following commands to deploy:

npm install @openzeppelin/contracts@3.1.0-solc-0.7
npm install --save-dev @nomiclabs/hardhat-ethers "ethers@^5.0.0"
npm install @alch/alchemy-web3                                  
npm install dotenv --save                         

npx hardhat
npx hardhat compile
npx hardhat run scripts/run.js --network rinkeby
node scripts/mint-nft.js

About

Deploying your own NFT project on a test net with Alchemy and Pinata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published