如何与智能合约交互
In this guide, you will learn how to interact with smart contracts using blockchain explorers (i.e., Etherscan) and Web3 libraries (i.e., Ethers.js, Web3.js)
🎥 How to Create a Secure NFT Gated Website
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.
How to Resolve ENS Domains Using JavaScript and Quicknode
In this guide, we will learn more about ENS and How to resolve ENS domains using JavaScript library web3.js and Quicknode.
How to Build a One-Click Sign in Using MetaMask with PHP's Laravel
In this guide, we will show you how to implement a one-click MetaMask login using Web3.js and a PHP backend.
How to Get the Balance of an ERC-20 Token Using Web3.js
This guide will show you how to obtain a wallet's current balance of a particular ERC-20 token.
如何访问以太坊内存池
本指南将介绍以太坊内存池(Mempool)是什么,并演示如何使用 Quicknode 访问和查询它。
How to connect to Ethereum network with Web3.js
In this guide, we will show you how to install Web3.js, establish a connection with a provider, and retrieve the most recent block number from the Ethereum blockchain.