evm-hardhat

Installation
SKILL.md

Hardhat Development for EVM Chains

This skill covers Hardhat setup and development for EVM-compatible chains with emphasis on Celo.

When to Use

  • Setting up a new Hardhat project
  • Writing and compiling Solidity smart contracts
  • Testing contracts with Hardhat
  • Deploying contracts to Celo or other EVM chains
  • Verifying contracts on block explorers

Quick Start

Initialize Project

mkdir my-project && cd my-project
npm init -y
Related skills
Installs
7
GitHub Stars
7
First Seen
Feb 28, 2026