sample code going over launching an ERC721 / ERC1155 token through a variety of mechanisms
Install Metamask on your Chrome browser (link) Git installed (steps to just do a zip file)
Basically Ethereum / Developer knowledge to start with
Multiple blockchains that one could deploy smart contracts to Each has their own chain id: https://chnaainlist.us/connect/ One can switch between these chains in Metamask + can deploy contracts to different chains based on what id is set. Different dapps support different chains.
Through remix
Navigate to https://remix.ethereum.org/
Step 1. Create an account in Metamask or just connect your wallet
Step 2. Add test coins to MetaMask DM me for some Rinkeby
Step 3. Write a contract on Remix
Step 4. Using NFT.storage (IPFS) to add information to your NFT
Step 5. Mint an NFT
Step 6. Check your NFT and play with it
Step 7. Transfer it to a friend or just look at it in OpenSea
Download Truffle / Ganache / Yarn / NPM Locally develop workshop
Tie in Metadata (NFT.storage)
-- Minting and distributed participate ( wallet addresses ) -- import your own NFT to your wallet
Tatum - create marketplace
npm install --save-dev truffle