NFT Collection challenge with Thirdweb SDK
Follow along with the youtube tutorial 🔴 Build Modern Cryptopunk Clone with React.js & Web 3.0 using Thirdweb SDK.
You can find the live app here and the sources here.
What I have learned?
- Create NFT collection with Thirdweb
- Get ETHs on testnet with ETH Rinkeby Faucets
- Use testnet.opensea
- Use Opensea API
Blockchain side with Thirdweb
Follow steps by steps
- Connect your Metamask
- Select rinkeby testnet
- Create a web3 project
- Choose ‘NFT collection’
- Mint your NFTs
Web side with React
Deal with the Opensea API and Axios lib to retrieve my NFTs collection with my wallet address.
- Implement Darkmode
Conclusion
This tutorial was a good "light" introduction to what is Thirdway and how to use it.
Looking forward to going through the others tutorial and seeing what we can do with Thirdweb SDK.