Popular quickstarts
Set Up MetaMask
Add Hedera Testnet to MetaMask and fund your wallet.
Get Test HBAR
Fund a testnet account from the faucet in under a minute.
Deploy with Hardhat
Deploy a Solidity contract to Hedera via Hardhat + JSON-RPC relay.
Deploy with Foundry
Forge, anvil, and cast: use Foundry’s full toolchain on Hedera.
Deploy with Remix
Browser-based Solidity IDE: deploy directly from Remix to Hedera.
EVM Compatibility
Which EVM features are supported, partially supported, or differ on Hedera.
Hedera-native features from Solidity
Call Hedera’s native token, schedule, and account services directly from your Solidity contracts via system contracts.
HTS System Contract
Create, mint, transfer, and manage HTS tokens from Solidity with native compliance features.
HTSSolidity
Schedule Service
Schedule multi-party transactions that execute when all signers approve.
HSSMultisig
Exchange Rate
On-chain HBAR/USD exchange rate from the network’s own oracle.
OracleRates
HTS Tokens from Solidity
Create, mint, transfer, and burn HTS tokens directly from your contract code.
TokensHTS
Hybrid Tokenization
Combine ERC standards with HTS to get the best of both worlds with compliance plus compatibility.
HybridERC
JSON-RPC Relay
Use Ethers.js, Hardhat, Foundry, and other EVM tools transparently on Hedera.
EthereumTooling
Build production-ready contracts on Hedera from beginner to advanced.