Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
--- name: Mint a single NFT with Moralis slug: mint-nft-moralis description: This example shows how to connect a Metamask wallet with a Next.js app and how to mint NFTs using Moralis, a popular backend service provider for Web3 apps. framework: Next.js useCase: Documentation css: Tailwind deployUrl: https://vercel.com/new/clone?repository-url=https://github.com/vercel/examples/tree/main/solutions/mint-nft&project-name=mint-nft&repository-name=mint-nft&env=NEXT_PUBLIC_APP_ID,NEXT_PUBLIC_SERVER_URL,NEXT_PUBLIC_SERVER_DOMAIN demoUrl: https://solutions-mint-nft.vercel.app ---