CREATE NFT and SIMPLE NFT MARKETPLACE CONTRACT: HARDHAT – OPENZEPPELIN – POLYGON – ALCHEMY – IPFS – OPENSEA

Hello, in this video we will create an NFT and also a simple Exchange contract which we will use to transfer our NFT. This Exchange Contract you can think it as beginning step for your future NFT Marketplace.

**Hardhat for contract creation and deployment,
**IPFS for storing our images,
**IPFS Desktop application to upload images to IPFS
**Openzeppelin Wizard to quickly create a contract
**Polygon Matic Mumbai testnet for deploying our contract
**Polygonscan Mumbai for verifying our contract, and also for creating an interface for our contract from which we can call our functions and mint NFT tokens
**Alchemy for node service https endpoint
**Metamask for wallet management
**Opensea testnet for checking our NFT images:
https://testnets.opensea.io/

Step by step guide:
https://github.com/abdulhakim-altunkaya/SOLIDITY-web3-youtube/blob/main/4_nft_exchange/n_nft.txt

Github repo:
https://github.com/abdulhakim-altunkaya/SOLIDITY-web3-youtube/tree/main/4_nft_exchange

NOTE: All videos on this channel are for exercise purposes. For tutorial purposes I kindly advise you to watch great teachers below:

Solidity:
1) Smart Contract Programmer: https://www.youtube.com/channel/UCJWh7F3AFyQ_x01VKzr9eyA
2) Eat the Blocks:
https://www.youtube.com/c/EatTheBlocks
3) Dapp University:
https://www.youtube.com/c/DappUniversity

Node-React-Javascript:
1) The Net Ninja:
https://www.youtube.com/c/TheNetNinja
2) Dave Gray :
https://www.youtube.com/c/DaveGrayTeachesCode

For Comments & Questions:
drysoftware1@gmail.com

source