A Complete Guide to Airdropping Test SOL on Solana
This guide will give you a complete overview of the three ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, and QuickNode Multi-chain Faucet).
This guide will give you a complete overview of the three ways to airdrop test SOL to your wallet (Solana CLI, Solana-Web3.js, and QuickNode Multi-chain Faucet).
Esta guía cubrirá la parte de creación y lanzamiento de nuestro propio ERC-721 (NFT) usando una librería de smart contract 0xcert/ethereum-erc721
This guide will cover the fundamentals of NEAR and teach you how to build and deploy a fungible token smart contract on the NEAR Testnet.
This guide will describe what the Ethereum Mempool is and demonstrate how to access and query it with QuickNode.
Create a simple script that will allow you to mint and deliver NFTs directly to a list of customers' wallets or email addresses.
This guide will show you how to build an ERC20 token balance app with the QuickNode Token API.
In this guide, we will show you how to retrieve all the NFTs from a particular collection and demonstrate how to display them on our front-end using React, Ethers.js, and TailwindCSS.
In this guide, you will use TypeScript and the Solana SPL Token Program to burn SPL tokens held in your wallet.
In this guide, we'll cover installing ethers.js, use it to connect to a web3 provider, and get the latest block height.
In this guide, we show you the steps needed to create your own 10,000 NFT Collection on Arbitrum Nova using Solidity, JavaScript, and a non-custodial wallet.
In this guide, we will learn how to create a fungible token with metadata on Solana's Devnet.
In this guide, we will explore Metaplex's new JS SDK which brings the power of Candy Machine to your JavaScript and TypeScript applications to allow for quick and easy NFT minting.
In this guide, you will learn about Soulbound tokens and why they are useful. You will also learn how to deploy a Soulbound token contract with Hardhat.
This step-by-step guide will show you how to create a Solana address using the Solana-Web3.js library.
This guide will teach you how to create and deploy an NFT marketplace smart contract on the Polygon Mumbai test network using Hardhat. You will also learn how to test and interact with your deployed marketplace contract using Ethers.js.
This guide will show you how to create and deploy a Factory ERC-1155 smart contract on Polygon using Truffle.
This guide will show you how to create and deploy an ERC-721 token.
This guide explains Programmable NFTs (pNFTs) and walks through how to mint them using TypeScript.
Solana has several built-in handy event listeners, also known as subscriptions, that make listening for changes on the Solana Blockchain a breeze. This guide will teach you how to use several Solana event listener methods and QuickNode WebSockets to listen for changes on the chain.
This guide will show you how to build, deploy and interact with a simple storage smart contract on Arbitrum Nova using well-known developer tools such as QuickNode and Hardhat.
In this guide, we will learn more about the Polygon chain and how to deploy a smart contract on Polygon.
This guide will walk you through some basics of account structs and how to use struct schemas to deserialize Solana account data.
This guide will take a deep dive into understanding the difference between custodial and non-custodial wallets and how to make a non-custodial transaction using QuickNode.
In this guide, we will learn about gzip compression and how to enable gzip on RPC calls in JavaScript using the Ethers.js library.
This guide will teach you how to retrieve and filter Mempool transactions on Ethereum using a WebSocket connection and JavaScript.
This guide will teach you how to generate a new Bitcoin address in JavaScript using CryptoCoinJS.
In this guide, we will cover creating an Ethereum address in JavaScript using Ethers.js.
This guide will walk you through creating a simple script that will query Solana's mainnet and return all of the Token Accounts owned by that wallet and their account balances.
This guide will show you how to obtain a wallet's current balance of a particular ERC-20 token.
Ever need to pull all the transactions associated with a Wallet or want to see all of the mint transactions associated with a Candy Machine? In this guide, we'll cover Solana-Web3.js - a versatile tool that makes getting transaction history a breeze.
In this guide, we will use the Solana Wallet Adapter to authenticate users on your dApp!
This guide will walk you through how to interact with Uniswap smart contracts using a JavaScript library called ethers.js and Uniswap’s JavaScript SDK.
This guide will walk you through how to make a bot that listens for and buys newly minted tokens on the PancakeSwap DEX using Ethers.js.
In this guide, you'll learn how to mint an NFT on Polygon with Ethers.js and gain a fundamental understanding of how to interact with other smart contracts on the blockchain.
In this guide, we'll learn how to mint an NFT using Solana-Web3.js!
Build a custom Solana NFT Minter using TypeScript and the Metaplex SDK in this step-by-step guide.
This guide will teach you about the ERC721A implementation and how to deploy and mint NFTs from an ERC721A contract using Hardhat.
In this guide, you will discover how to query Solana domain names (.sol) using TypeScript and Bonfida's SPL Name Service SDK.
In this guide, we'll go over all of the terminology and information around sending a transaction on Ethereum and re-sending the same transaction using Ethers.js on one of the Ethereum test networks.
In this guide, we will learn more about ENS and How to resolve ENS domains using JavaScript library ethers.js and QuickNode.
This guide will give an overview of Trade Butler bots and walk you through how to run one locally with Ethereum.
In this guide, we'll learn how to connect to Solana, obtain funds on its devnet, and send a transaction with this new and exciting technology.
In this guide, we will learn how to send an EIP-1559 transaction using Ethers.js.
Learn to perform bulk Solana transactions for batch processes (e.g., an airdrop to your community's NFT holders or a token distribution to early users of your dApp) in this step-by-step guide. Solana transaction composition and concurrent method calls can increase the speed and effectiveness of your script!
In this guide, we will look at how we can setup a basic NEAR project from scratch, installing and configuring dependencies and customizing the project to work well with AssemblyScript.
This guide will walk you through setting up a local Solana validator and how to interact with it including creating a wallet, performing basic transactions, and deploying a program.
This guide will show you how to create a local development environment for Solidity
In this guide, we will learn how to stream pending transactions from Ethereum and similar chains with Ethers.js.
This guide will demonstrate how to swap tokens on Uniswap using JavaScript and the Ethers.js library. The technical demonstration will include a code walk-through and an example of a token swap from ETH to DAI on the Rinkeby test-net.
Transferring SPL tokens is slightly different from sending SOL, so it is essential to understand how it works as you progress on your Solana development journey. In this guide, you will use TypeScript to write a script that transfers an SPL token from one account to another on Solana's devnet.
Updating metadata for NFTs you created is a handy tool any NFT developer should have in their toolbelt. Learn how to update the metadata of an NFT on Solana's devnet from your terminal using the Solana-Web3 library and Metaplex JS SDKs.
This guide will explain the technical changes as a result of Solana's Versioned Transactions launch and how to update your client-side code to handle those changes.
In this guide, we will teach you more about Chainlink VRF and how it works.
Learn how to use Solana Lookup Tables in Versioned Transactions in this step-by-step guide.
This guide provides an overview of Solana Priority Fees and a step-by-step tutorial on how to use priority fees to prioritize your Solana transactions and get them confirmed faster on the network.
In this guide, you will create a Solana Program using Anchor and Solana PlayGround. You will explore creating and utilizing Program Derived Address (PDA) in your work.
In this guide, you will learn about reactive development and how to use Subspace with QuickNode.
In this guide, we will learn how to add notes to your transaction using the Solana Memo program.
In this guide, we will walk through how to create and execute a Version 0 (V0) Transaction on Solana.
In this article, you will learn how to build a sample app in Svelte, and connect it to a smart contract that we deploy on the Ropsten Network.
This guide will demonstrate how to interact with the 0x API, specifically how to get the best price quote for a pair of tokens using Javascript.
This guide will demonstrate how to create a tool that monitors a Solana transaction to verify that it has been successfully added to a block or expired.
In this guide, you will learn how to create, deploy, and test an EIP-2535 compliant Diamond smart contract using the diamond-1-hardhat repository and louper.dev, which is a tool for inspecting diamond smart contracts on EVM-based chains.
In this guide, you will learn more about the web3 developer stack and the tech included.
This guide will give you a complete overview of the three ways to check the balance of a Solana wallet (Solana CLI, Solana-Web3.js, and cURL).
In this guide, you learn what IDLs are and how to use them in Solana programming.