🎥 Beacon Chain Validator Leaderboard
A video that shows how you can get Ethereum Beacon chain data like the Beacon chain smart contract data and validator balances.
A video that shows how you can get Ethereum Beacon chain data like the Beacon chain smart contract data and validator balances.
Build a secure NFT-gated website using JavaScript. Learn how to protect your site from double spends and token sharing with our step-by-step tutorial.
A video explaining what Uniswap is and how Uniswap swaps work. We will also track the Uniswap swaps using QuickAlerts.
This guide will show you how to build a multi-chain NFT analytics app.
Learn how to build an interactive dApp that integrates a payment system with Solana Pay into any web application. At the end of this guide, you will have created a payment portal where users can scan a Solana Pay QR code, process the transaction with a Phantom wallet on their phone, and verify payment success.
This guide provides step-by-step instructions on how to build a Web3 frontend using React, wagmi, and Bootstrap. The guide will walk you through the process of connecting a wallet to your frontend and displaying account information, such as the connected wallet address, account balance (in Ether), and chain ID.
This guide will walk you through creating your own Solana Transaction Explorer using React and TypeScript.
This guide will walk you through creating your own Solana Explorer for Stake Accounts using React and TypeScript.
This guide will walk you through creating your own Solana Explorer using the Solana Scaffold, Solana Wallet Adapter, React, and TypeScript.
Learn how to create a basic Solana wallet application using React in this step-by-step guide.
In this guide, you will learn how to build an ERC20 token balance app with the QuickNode SDK.
This guide will show you how to build an ERC20 token balance app with the QuickNode Token API.
In this guide, we will learn how to build an Ethereum dApp that will store short versions of URLs.
In this tutorial, we will build a small application that allows you to retrieve and display the information of all of the NFTs of a particular Solana wallet.
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 frontend using QuickNode's NFT API, React, Ethers.js, and TailwindCSS.
This tutorial will look at how to use Hardhat and Ethers.js, which are now becoming the standard in building smart contracts. We will create, run, compile and deploy smart contracts made using the Hardhat Ethereum development environment.
Get connected to your users faster. Learn how to use the Solana dApp Scaffold and Wallet Adapter to get a sample app in minutes.
In this guide, you will build a simple React user interface where a user can connect to MetaMask and display their wallet balance and address.
In this guide, we’ll walk through setting up a wallet for the Avalanche network, deploying a smart contract, and connecting a frontend application to that contract. By the end, you’ll have a dApp connected to the Avalanche Fuji testnet.
In this guide, learn to create an ERC-20 token allowance checker app using QuickNode Streams and PostgreSQL.
Create and launch an NFT collection rapidly using Metaplex Sugar and Umi. In this guide, you will create an NFT collection and a simple mint page to deploy your Solana NFTs.
In this guide, we will use the Solana Wallet Adapter to authenticate users on your dApp!
Implement a NextJS app that uses Solana Pay to invoke a custom Solana program.
In this guide, we'll teach you about Streams and then demonstrate how to stream real-time blockchain data to a React app using an Express.js HTTP API, socket.io, Web3.js and tailwind.