Deploy a Smart Contract to Polygon zkEVM TestnetThis guide will show you how to deploy any smart contract to Polygon's zkEVM testnet, a zero-knowledge-rollup built on top of the Ethereum Mainnet. By the end, you'll learn how to create a simple NFT collection smart contract using Solidity, deploy i...Jun 2, 2023·5 min read
Create an ERC-721A NFT Collection using thirdwebIntroduction In this guide, we'll use the Signature Drop contract to create a collection of NFTs that follow the ERC-721A standard! Compared to the regular ERC-721 standard, the ERC-721A implementation optimizes the gas fees of the contract to enable...Jul 22, 2022·9 min read
Create Simultaneous Allowlists with Signature Drop and Next.jsLearn how to create simultaneous allowlists where different users can buy NFTs from the drop at a different price based on which allowlist they are inJul 20, 2022·5 min read
Create a dynamic allowlist with Airtable and Next.jsLearn how to create a dynamic allowlist where specific wallets can mint your ERC-1155 NFT and we will also see how to allow them to limit them to onlyApr 28, 2022·14 min read
Create a gasless NFT drop with Next.js, OpenZeppelin, and thirdwebLearn how to create an NFT Drop in which you pay the gas for your users, using OpenZeppelin, Next.js, and thirdwebApr 4, 2022·5 min read
Add a connect wallet button to your websiteEasily setup web3 and add a connect wallet button to your websiteMar 21, 2022·3 min read