NFT Drop Build an NFT Minting Site with No-code Using Makeswift In this guide, we'll show you how to use Makeswift, a no-code tool for building Next.js applications to create an NFT Minting web application powered by our NFT drop smart contract! Pre-requisites In order to make sure you are able to follow this tutorial make sure you have the
React How to Render NFT Metadata In a React App In this guide, we'll show you how to render NFT Metadata inside a React app. We'll show you how to: * Deploy an NFT Collection * Mint NFTs with metadata stored in IPFS * Render those NFTs in a React app Let's get started! Background NFT metadata can come in different file formats.
Guides Fix Web3 Package Dependency Issues in React Using Polyfills If you're on this page, you're probably in the middle of your create-react-app project hacking away, so let's skip the intro and get right to it! The Overview 1. Install react-app-rewired 2. Identify the polyfill needed (e.g. stream). 3. Check this list for what polyfill package to use (e.