Documentation
Guides
Practical how-tos for testnet development across all major chains.
Deploy a smart contract with Remix IDE — no setup required
beginnerUse Remix IDE to write, compile and deploy a Solidity contract to Ethereum Sepolia directly from your browser — no Node.js, no CLI, no configuration.
Deploy your first smart contract on Sepolia with Hardhat
beginnerStep-by-step guide to writing, testing and deploying a Solidity smart contract to Ethereum Sepolia using Hardhat and ethers.js v6.
Build and deploy your first Solana program with Anchor
intermediateWrite, test and deploy a Solana on-chain program to Devnet using the Anchor framework — the standard toolkit for Solana development in Rust.
Getting started with Bitcoin Signet
intermediateSignet is the recommended Bitcoin testnet for serious development. Learn how to set it up with Bitcoin Core or a compatible wallet.
How to connect MetaMask to a testnet
beginnerStep-by-step guide to adding Sepolia, Base Sepolia, Polygon Amoy and BNB Testnet to MetaMask.
Cross-chain deploy: same contract on Sepolia, Base and Polygon Amoy
intermediateDeploy the same Solidity contract to three EVM testnets in one workflow using Foundry. Covers deterministic addresses with CREATE2 and multi-network verification.
Debug a failed transaction with cast
intermediateHow to diagnose and fix failed transactions on EVM testnets using Foundry's cast tool — decode revert reasons, simulate calls and trace execution.
Deploy a smart contract on Base Sepolia
beginnerDeploy and verify a Solidity contract on Base Sepolia using Foundry. Base is an Ethereum L2 by Coinbase — fast, cheap and EVM-compatible.
Deploy your first smart contract on Sepolia with Foundry
beginnerStep-by-step guide to writing, testing and deploying a Solidity smart contract to Ethereum Sepolia using Foundry — the fastest dev toolchain in 2026.
How to fork a testnet locally with Foundry
intermediateUse Foundry's fork mode to simulate Sepolia or Base Sepolia on your local machine — test against real state without spending testnet ETH.
How to get Sepolia ETH
beginnerThe fastest ways to get Sepolia ETH in 2026 — faucets, requirements and what to do when they are rate-limited.