·solidity-hardhat-development
!

solidity-hardhat-development

Solidity スマート コントラクトの Hardhat 3 開発ワークフロー。 Hardhat 3.x (ハードハット、イグニッション、EDR) を構築、テスト、または展開するときに使用します。 ESM ファーストのプロジェクト設定、defineConfig、Solidity ネイティブ テスト、TypeScript テスト、マルチチェーン サポート、Hardhat Ignition 導入、およびフックベースのプラグイン システムをカバーします。ハードハットの初期化、ハードハットのビルド、ハードハットのテスト、ハードハットの点火、またはハードハット ベースの Solidity 開発に関連するタスクをトリガーします。

13インストール·2トレンド·@whackur

インストール

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

solidity-hardhat-development のインストール方法

コマンドラインで solidity-hardhat-development AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/whackur/solidity-agent-toolkit --skill solidity-hardhat-development
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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...

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/whackur/solidity-agent-toolkit --skill solidity-hardhat-development
カテゴリ
!セキュリティ
認証済み
初回登録
2026-02-21
更新日
2026-03-10

Browse more skills from whackur/solidity-agent-toolkit

クイックアンサー

solidity-hardhat-development とは?

Solidity スマート コントラクトの Hardhat 3 開発ワークフロー。 Hardhat 3.x (ハードハット、イグニッション、EDR) を構築、テスト、または展開するときに使用します。 ESM ファーストのプロジェクト設定、defineConfig、Solidity ネイティブ テスト、TypeScript テスト、マルチチェーン サポート、Hardhat Ignition 導入、およびフックベースのプラグイン システムをカバーします。ハードハットの初期化、ハードハットのビルド、ハードハットのテスト、ハードハットの点火、またはハードハット ベースの Solidity 開発に関連するタスクをトリガーします。 ソース: whackur/solidity-agent-toolkit。

solidity-hardhat-development のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/whackur/solidity-agent-toolkit --skill solidity-hardhat-development インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソースリポジトリはどこですか?

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