Skip to content

poiresel/nftworkshop_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nftworkshop_2022

sample code going over launching an ERC721 / ERC1155 token through a variety of mechanisms

Set up steps

Install Metamask on your Chrome browser (link) Git installed (steps to just do a zip file)

Level 0

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.

Level 1

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

Level 2

Download Truffle / Ganache / Yarn / NPM Locally develop workshop

Level 3

Tie in Metadata (NFT.storage)

-- Minting and distributed participate ( wallet addresses ) -- import your own NFT to your wallet

Level 4

Tatum - create marketplace

Going to use truffle in this

npm install --save-dev truffle

About

sample code going over launching an ERC721 / ERC1155 token through a variety of mechanisms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors