·solidity-hardhat-development
!

solidity-hardhat-development

Solidity 스마트 계약을 위한 Hardhat 3 개발 워크플로우. Hardhat 3.x(hardhat,ignition,EDR)를 사용하여 빌드, 테스트 또는 배포할 때 사용합니다. ESM 우선 프로젝트 설정, DefineConfig, Solidity 기본 테스트, TypeScript 테스트, 멀티체인 지원, Hardhat Ignition 배포 및 후크 기반 플러그인 시스템을 다룹니다. hardhat 초기화, hardhat 빌드, hardhat 테스트, hardhat 점화 또는 hardhat 기반 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(hardhat,ignition,EDR)를 사용하여 빌드, 테스트 또는 배포할 때 사용합니다. ESM 우선 프로젝트 설정, DefineConfig, Solidity 기본 테스트, TypeScript 테스트, 멀티체인 지원, Hardhat Ignition 배포 및 후크 기반 플러그인 시스템을 다룹니다. hardhat 초기화, hardhat 빌드, hardhat 테스트, hardhat 점화 또는 hardhat 기반 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