Build NFT Marketplace using Thirdweb
Initial Setup
npx create-next-app beastQuest
npm i @thirdweb-dev/react @thirdweb-dev/sdk ethers@^5
The thirdweb-dev/react basically uses react queries under the hood, these queries wrap a functionality. You use them basically to read data from the ...
aaronr2023.hashnode.dev5 min read