Build Your Own NFT Collection with QuickNode and Optimism Building and deploying your own NFT collection can be time and money-consuming, especially with the gas prices on Ethereum. With the rise of layer-2 solutions and cheap RPCs, this doesn't have to be the case! This tutorial will explain building an NF...
How to Build Your First Data DAO Factory on the FVM This tutorial will enable you to program the Filecoin deal market and create multiple Data DAOs on the Filecoin Virtual Machine. What is the Filecoin Virtual Machine? Let's start by understanding the Filecoin Virtual Machine (FVM). As a Web3 develop...
Create NFT Smart Contract with thirdweb and Chainlink In this tutorial, we will build a custom ERC-721 NFT collection using thirdweb and Chainlink. We will use thirdweb ContractKit for the ERC-721 token standard, thirdweb deploy to deploy our smart contract to Mumbai Testnet, and Chainlink Data Feeds to...
How to Build Custom ERC-1155 NFT Collections Using Thirdweb In this tutorial, we will build a custom ERC-1155 NFT bundle collection using Thirdweb ContractKit and Deploy tool. Instead of minting all the NFTs in one go. We allow users to mint NFT from any NFT bundle collection one by one. We also set a maximum...
How to Create and Deploy an ERC-1155 NFT Bundle Collection In this Tutorial, we will build NFT Bundle Collection using ERC-1155. Instead of Minting all the NFTs in one go. We allow users to mint NFT from any NFT bundle Collection one by one. We also set a maximum supply of NFTs; one user can mint only one NF...
How to Build a Full Stack Allowlist dApp For Your NFT Collection on Polygon What are We Building In this tutorial, we will be building a full stack allowlist dApp for an NFT collection on Polygon, where users get access to the presale if their wallet address is allowlisted. For the purposes of this tutorial, we will be "lau...