Topics
Hardhat
alternativesHardhat is a comprehensive Ethereum development environment that provides tools for compiling, testing, debugging, and deploying smart contracts with TypeScript support and extensible plugin architecture.
Brownie
toolA Python-based development and testing framework for smart contracts targeting the Ethereum Virtual Machine with pytest integration and debugging tools.
Hardhat
toolHardhat is an Ethereum development environment that provides tools for compiling, testing, debugging, and deploying smart contracts on blockchain networks.
Pages
From Hardhat
Hardhat 3 Migration Guide: Speed Up Tests & Secure Your .env
Your Hardhat 2 tests are embarrassingly slow and your .env files are a security nightmare. Here's how to fix both problems without destroying your codebase.
Hardhat Advanced Debugging & Testing: Debug Smart Contracts
Master Hardhat's advanced debugging techniques: console.log, stack traces, mainnet forking. Learn to test complex smart contracts, upgradeable contracts, and DeFi interactions.
Hardhat Ethereum Development: Debug, Test & Deploy Smart Contracts
Master Hardhat for Ethereum smart contract development. Discover why it's the top tool for debugging, testing, and deploying smart contracts, with practical tips for getting started.