How to Use MPP with Foundry and Tempo
Use the Machine Payments Protocol (MPP) to access blockchain data through paid RPC endpoints. This guide covers setting up Foundry with Tempo, making paid calls with cast, and using Quicknode MPP as a provider.
Bridge on Hyperliquid with Chainlink CCIP
Learn how to bridge assets on Hyperliquid using Chainlink's Cross-Chain Interoperability Protocol (CCIP).
閱讀 HyperEVM 中的 HyperCore Oracle 價格
Learn how to fetch live oracle prices from HyperCore inside your HyperEVM smart contracts using Solidity and precompiled interfaces.
Secure Your Private Keys in Hardhat and Foundry with Encrypted Secrets
Learn how to secure private keys in Hardhat and Foundry using encrypted secrets. Follow step-by-step instructions to improve your security and reduce the risk of exposing sensitive information.
How to Build a Secure dApp with AML and CFT Compliance
A walkthrough of how to build a secure dApp with AML and CFT compliance using a Quicknode add-on and Chainlink Functions.
EIP-7702 實作指南:建置與測試智慧帳戶
在本指南中,您將學習如何利用 EIP-7702 所支援的功能,透過批次交易和贊助 gas 來建立並測試Ethereum 帳戶。
How to Create an Overcollaterized Stablecoin with Foundry
In this guide, you'll learn how to build an overcollaterized stablecoin using Foundry v1.0. We'll cover everything from smart contract development to comprehensive testing using modern Foundry practices.
How to Create Hooks on Uniswap V4
This guide will demonstrate how to create Hooks on Uniswap V4 using Foundry and the uniswap-v4 hook template.
How to Create and Deploy an ERC-777 Token
This guide will bring you up to speed with ERC-777 tokens and show you how to create, test and deploy them using Foundry.
How to Airdrop NFTs
In this guide, you will learn the basics of airdropping NFTs to users. This will include creating and deploying your own airdrop-compatible smart contract using OpenZeppelin and Foundry.