Getting Started
Quick Start: Deploy on HyperEVM
HyperEVM is a high-performance EVM-compatible layer built on the Hyperliquid L1. This guide will help you deploy your first smart contract in under 5 minutes.
1. Add HyperEVM Testnet to MetaMask
Network Details:
Network NameHyperEVM Testnet
RPC URLhttps://rpc.hyperliquid-testnet.xyz/evm
Chain ID998
Currency SymbolPURR
2. Get Testnet Tokens
You'll need testnet PURR to pay for gas. Head over to the official faucet:
HyperEVM Testnet Faucet3. Deploy using Hardhat
Initialize your project and install dependencies:
mkdir my-hype-project && cd my-hype-project npm init -y npm install --save-dev hardhat @nomicfoundation/hardhat-toolbox
PreviousIntroduction
NextCore Architecture