Summary
Full Transcript
A Glorious Guide to NFTs (ERC721) - deploying a simple NFT UPDATES: 🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺 ValueError: The private key must be exactly 32 bytes long, instead of 0 bytes. If you get this error, add a "0x" to the start of your metamask private key For newer versions of solidity, import and inherit this: https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/token/ERC721/extensions/ERC721URIStorage.sol Chainlink VRF has now updated, for the Chainlink section, either skip it or use Chainlink VRFv2 🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺🔺 What is an NFT (Non-Fungible Token)? What is the ERC-721 standard? What is this digital art stuff? We are going to use Openzepplin contracts to build a simple NFT that mom can be proud of :) Be sure to check out the tutorials!!! Medium Post: https://betterprogramming.pub/how-to-create-nfts-with-solidity-4fa1398eb70a?source=friends_link&sk=a9b1771078d49e49289d8107a23d62f1 Dungeons and Dragons NFT Blog: https://blog.chain.link/build-deploy-and-sell-your-own-dynamic-nft/ Code for this tutorial: https://github.com/PatrickAlphaC/nft-mix NFT video: https://www.youtube.com/watch?v=9yuHz6g_P50 For beginners: https://docs.chain.link/docs/beginners-tutorial ✅✅ Donate ✅✅ ETH Wallet address: 0x9680201d9c93d65a3603d2088d125e955c73BD65 😸😸Join the community!😸😸 Chainlink developers discord: https://discord.gg/2YHSAey Alpha Chain discord: https://discord.gg/5FMvSm2 Twitter: https://twitter.com/alphachainio Twitter (me): https://twitter.com/patrickalphac Medium: https://medium.com/@patrick.collins_58673 Twitch Stream Uploads: https://www.youtube.com/channel/UCMHHNgcezTnfrJUM1vIiZlQ Twitch: https://www.twitch.tv/patrickalphac 🖥🖥🖥Chainlink Hackathon Registration🖥🖥🖥 https://chain.link/hackathon Sign up here! ☝️☝️☝️☝️☝️ All thoughts and opinions are my own.
