hive-run

Orchestrate Hive integration tests for Ethereum clients via CLI.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/IstoraMandiri/etc-nexus --skill hive-run
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hive-run
Source: https://github.com/IstoraMandiri/etc-nexus/tree/main/.claude/skills/hive-run
Command: npx skills add https://github.com/IstoraMandiri/etc-nexus --skill hive-run

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hive integration testing can be complex and time-consuming due to the need to orchestrate builds, simulators, and multiple Ethereum client implementations. This Skill automates end-to-end Hive test orchestration, enabling reliable validation of client behavior against Hive simulations.

Core Features & Use Cases

  • Automates building Hive and executing integration test simulations.
  • Tests multiple Ethereum clients (core-geth, besu-etc, nethermind-etc) against Hive simulators such as ethereum/sync and ethereum/rpc.
  • Captures and reports test results to facilitate rapid iteration and bug fixing.

Quick Start

Navigate to the hive directory, build Hive if needed, and run the specified simulator against a client.

Frequently Asked Questions about hive-run

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Hive integration tests for Ethereum clients?

Running Hive integration tests requires building Hive in a Docker-enabled environment and using CLI arguments to select a simulator, such as ethereum/sync or ethereum/rpc, against a target client like core-geth or nethermind-etc.

What Ethereum clients can I test using Hive simulations?

You can test core-geth, besu-etc, and nethermind-etc Ethereum clients by applying Hive simulations to validate client behavior across various Hive client definitions and simulators.

Do I need Docker to build Hive and execute Ethereum client simulations?

Yes, building Hive and executing integration test simulations for Ethereum clients requires a Docker-enabled environment to orchestrate builds and run simulators like ethereum/sync and ethereum/rpc.

What Hive simulators are available for testing Ethereum client behavior?

Available Hive simulators include ethereum/sync and ethereum/rpc, which are used to run integration test simulations across Hive's client definitions to validate Ethereum client behavior.

How does automating Hive test orchestration help fix Ethereum client bugs?

Automating Hive test orchestration helps fix bugs by capturing and reporting test results from Ethereum client simulations, facilitating rapid iteration and reliable validation of client behavior.

Can I use Hive to run rpc simulations against nethermind-etc?

Yes, you can use Hive to run ethereum/rpc simulations against nethermind-etc by selecting the appropriate simulator and client via CLI arguments in a Docker-enabled environment.