Description
Develop a developer CLI tool to simplify local workspace initialization, contract deployments, and testing.
Current Problem
Setting up local environments, deploying test contracts, and simulating transactions requires running complex scripts and manual configurations.
Proposed Solution
Build a commander-based developer CLI tool `eh-cli` to automate local setups and simulations.
Technical Tasks
Acceptance Criteria
- Devs can run CLI commands to set up their workspaces
- CLI supports deploying test contracts and outputting address details
- Simulation command outputs logs showing the lifecycle of generated test events
Testing Requirements
- Run all CLI command variations on a clean checkout and verify local setups succeed
Metadata
- Priority: Low
- Difficulty: Medium
Description
Develop a developer CLI tool to simplify local workspace initialization, contract deployments, and testing.
Current Problem
Setting up local environments, deploying test contracts, and simulating transactions requires running complex scripts and manual configurations.
Proposed Solution
Build a commander-based developer CLI tool `eh-cli` to automate local setups and simulations.
Technical Tasks
Acceptance Criteria
Testing Requirements
Metadata