hashgraph / hashgraph/solo-weaver
feat(relay): relay install/uninstall/list/status commands
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 47
Description
Implement solo-provisioner relay command group.
Manages JSON-RPC relay deployment for the Hedera network.
### Commands
- relay install — deploy relay
- relay uninstall — remove relay
- relay list — list relay instances
- relay status — show relay health and connectivity
### Acceptance Criteria
- [ ] Relay deployed and connected to consensus nodes
- [ ] Status shows health and endpoint info
Contributor guide
Research direction
The issue names the solo-provisioner relay command group as the entry point; start by locating it and checking how the four requested relay operations are represented. Done means install deploys a relay connected to consensus nodes, uninstall removes it, list shows relay instances, and status reports health, connectivity, and endpoint information.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- cli, infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100