Documentation Index
Fetch the complete documentation index at: https://hedera-0c6e0218-chore-hide-placeholder-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Browse by section
Every topic in the EVM Developers tab, organized by area.
Quickstart
Set up MetaMask, deploy with Remix, Hardhat, Foundry, or Contract Builder.
Development
Creating, compiling, deploying, verifying — gas, rent, traceability, and JSON-RPC.
EVM Differences
Key Hedera-vs-Ethereum differences — accounts, decimals, transfers, tooling.
ERC Token Standards
ERC-20, ERC-721, ERC-1363, ERC-3643, and WHBAR support.
Hedera-Native Features
System contracts, HTS from Solidity, hybrid tokenization, native HCS/HSS.
Tools
Hardhat, Foundry, Remix, Contract Builder, Truffle, The Graph.
Tutorials
Beginner to advanced — ERC-721 with Hardhat or Foundry, HTS + EVM, HSS + EVM.
Integrations
Oracles (Chainlink, Pyth, Supra), cross-chain (LayerZero, CCIP), wallets.
Troubleshooting
Common errors, gas estimation, and transaction failure debugging.
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 — compliance + compatibility.
HybridERC
JSON-RPC Relay
Use Ethers.js, Hardhat, Foundry, and other EVM tools transparently on Hedera.
EthereumTooling