跳至主要內容
  1. 指南
  2. /所有標籤
  3. /Foundry Guides

Foundry Guides

15 guides
鏈:全部
語言:全部
技術:全部
產品:全部
使用案例:全部
等級:所有

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.

Created April 5, 2026Beginner
Agentic PaymentsEVMMPPPaymentsRPCStablecoinsTempo

基於 Hyperliquid 並整合 Chainlink CCIP 的橋接方案

了解如何利用 Chainlink 的跨鏈互操作性協議(CCIP)在 Hyperliquid 上進行資產橋接。

Created September 29, 2025Intermediate
HyperliquidCCIPChainlinkCross-ChainEVMHyperCoreHyperEVMJavaScriptSolidityWebhooks

在 HyperEVM 中查看 HyperCore Oracle 的價格

Learn how to fetch live oracle prices from HyperCore inside your HyperEVM smart contracts using Solidity and precompiled interfaces.

Created May 14, 2025中級影片
EthereumHyperliquidEVMHyperEVMSmart ContractsSolidity

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.

Created April 25, 2025Beginner
EthereumHardhatSecurity

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 Marketplace add-on and Chainlink Functions.

Created March 20, 2025Intermediate
BaseEthereumChainlinkdAppsMarketplaceMarketplace Add-onSecuritySmart Contracts

EIP-7702 Implementation Guide: Build and Test Smart Accounts

In this guide, you'll learn how to build and test Ethereum smart accounts with batch transactions and sponsored gas, all powered by EIP-7702.

Created February 24, 2025Intermediate
EthereumAccount AbstractionEIP-7702EVMSmart ContractsViem

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.

Created February 14, 2025Intermediate
EthereumERC-20EVMSolidityStablecoin

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.

Created September 18, 2024Intermediate
EthereumDeFiEVMSmart ContractsUniswap

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.

Created August 23, 2024中級影片
EthereumERC-777EVMSmart Contracts

如何進行 NFT 空投

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.

Created May 22, 2024Intermediate
EthereumEVMNFTsOpenZeppelin