A nonfungible token (NFT) is a digital asset that represents physical objects such as art, music, in-game items, and videos. In this chapter, I’ll show you how to create an NFT ERC-721 and deploy it to the Ethereum testnet network, as well as how to add it to your MetaMask mobile wallet.
Create a new NFT project
Configure the network to deploy on Ganache
Configure the private key
Create the badge image
Add the badge to the local ...