·solidity-hardhat-development
!

solidity-hardhat-development

Hardhat 3-Entwicklungsworkflow für Solidity Smart Contracts. Zur Verwendung beim Erstellen, Testen oder Bereitstellen mit Hardhat 3.x (Hardhat, Zündung, EDR). Behandelt ESM-First-Projekteinrichtung, defineConfig, Solidity-native Tests, TypeScript-Tests, Multichain-Unterstützung, Hardhat Ignition-Bereitstellung und Hook-basiertes Plugin-System. Wird bei Aufgaben ausgelöst, die Hardhat-Initialisierung, Hardhat-Build, Hardhat-Test, Hardhat-Initialisierung oder Hardhat-basierte Solidity-Entwicklung umfassen.

13Installationen·2Trend·@whackur

Installation

$npx skills add https://github.com/whackur/solidity-agent-toolkit --skill solidity-hardhat-development

So installieren Sie solidity-hardhat-development

Installieren Sie den KI-Skill solidity-hardhat-development schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/whackur/solidity-agent-toolkit --skill solidity-hardhat-development
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: whackur/solidity-agent-toolkit.

Run npx hardhat --init to start. Hardhat 3 requires ESM, so set "type": "module" in your package.json. You need Node.js v22.10 or newer. Use defineConfig from hardhat/config for your configuration file.

The defineConfig pattern organizes your setup with solidity, networks, and plugins keys. Networks use type: "edr-simulated" for local testing or type: "http" for remote connections. Specify chainType as "l1", "op", or "generic". Use configVariable("KEY") for secrets to keep them out of your code. Build profiles allow different settings for production, like enabling the optimizer. Plugins must be explicitly listed...

Solidity tests use a Rust-powered runner and .t.sol files. These tests inherit from forge-std/Test.sol and support full vm cheatcodes like vm.prank and vm.deal. Fuzz testing works out of the box. TypeScript tests can use the Node.js test runner with Viem or Mocha with Ethers.js. Access network helpers through the networkHelpers property. Run npx hardhat test for all tests or npx hardhat test solidity for just Soli...

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/whackur/solidity-agent-toolkit --skill solidity-hardhat-development
Kategorie
!Sicherheit
Verifiziert
Erstes Auftreten
2026-02-21
Aktualisiert
2026-03-10

Browse more skills from whackur/solidity-agent-toolkit

Schnelle Antworten

Was ist solidity-hardhat-development?

Hardhat 3-Entwicklungsworkflow für Solidity Smart Contracts. Zur Verwendung beim Erstellen, Testen oder Bereitstellen mit Hardhat 3.x (Hardhat, Zündung, EDR). Behandelt ESM-First-Projekteinrichtung, defineConfig, Solidity-native Tests, TypeScript-Tests, Multichain-Unterstützung, Hardhat Ignition-Bereitstellung und Hook-basiertes Plugin-System. Wird bei Aufgaben ausgelöst, die Hardhat-Initialisierung, Hardhat-Build, Hardhat-Test, Hardhat-Initialisierung oder Hardhat-basierte Solidity-Entwicklung umfassen. Quelle: whackur/solidity-agent-toolkit.

Wie installiere ich solidity-hardhat-development?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/whackur/solidity-agent-toolkit --skill solidity-hardhat-development Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/whackur/solidity-agent-toolkit