Hardhat
This page is Filecoin-specific guidance, not a generic Hardhat tutorial.
Use official Hardhat docs for framework fundamentals.
Hardhat on Filecoin
Hardhat can be used with FEVM similarly to other EVM networks, with Filecoin-specific network and gas considerations.
Recommended Filecoin-oriented starting points:
What to keep Filecoin-specific
- Use current Filecoin chain IDs and RPC endpoints.
- Validate gas settings against current network conditions.
- Prefer examples that use Filecoin built-in actor patterns where applicable.