The Developer's Guide to Chainlink VRF: Foundry Edition Generating truly random numbers on a computer is a complex mathematical problem. However, most programming languages today have either native support for generating random numbers or come with supporting libraries that generate random numbers with an...
How to build Reddit's NFT Marketplace using Polygon and Paper ๐ gm gm gm!!! Indeed, in the current scenario, few NFT marketplaces cater to non-web3 users, primarily due to the poor User Experience (UX) they have to face. A significant barrier to entry for these users is the complexity of the Web3 ecosystem, inclu...
Easily Create An NFT App Using The New Infura NFT SDK TypeScript If you know TypeScript, adding the ability to create, mint, and manage non-fungible tokens (NFTs) to your app is easy. The Infura NFT SDK wraps REST calls to Ethereum nodes, abstracting away the technical compilations and making it possible to work w...
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...
DevNTell - AGAMI ๐ GM In this weeks episode of DevNTell DAO member Patrick Skinner presents his project, AGAMI ๐ Developer Spotlight Patrick Skinner is a Former Special Operations Combat Medic and Mass Casualty Coordinator that later went into software development....
A Gentle Introduction to ERC Standards: ERC-20, ERC-721, and ERC-1155 Hi, fren! gm. โ๏ธ This blog post will cover some of the most common ERC token standards you can use to create fungible, non-fungible, and semi-fungible tokens. So, without further ado, let's get started! First of All, WTH is ERC? ๐ค ERC stands for "E...
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 Verify Smart Contracts with Libraries and Constructor Parameters on Polygonscan. When you deploy code to the public, open, global censorship-resistant Ethereum blockchain, you expect participants will use the functions and services your smart contract provides worldwide. Therefore, it is essential to be a good steward of the bloc...
How to Build an NFT Viewer dApp using Ankr.js to fetch NFTs owned by the Wallet Address What Are We Building In this tutorial, we will be building an NFT viewer using Ankr.js, React, TypeScript, Next.js, Vercel, and TailwindCSS. The React web app will provide a user interface that displays a grid view of all the NFTs held by any given w...
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 NFT Marketplace Along with the rising prominence of Non-Fungible Tokens (NFTs), several NFT marketplaces have sprung up. Because NFTs are digital assets that can be bought, sold, or traded, these marketplaces play an essential role as a platform for connecting buyer...
What are Machine NFTs and How Can You Benefit From Them? By now, I am sure you have heard about NFT, which stands for non-fungible token. Let's have a little recap of this. Non-fungible means something unique and cannot be exchanged for anything else. For instance, Bitcoin is fungible, meaning you can ex...