newm-chain-grpc - Interact with NEWM Chain gRPC endpoints using grpcurl
Call, inspect, and troubleshoot newm-chain gRPC endpoints using grpcurl for UTXO queries, stream monitoring, transaction building, and submission.
Tags
Updated: 2026-09-22Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Discover API from proto definitions
- Inspect request and response templates
- Invoke unary gRPC methods
- Monitor server streaming endpoints
- Submit transactions with explicit authorization
- Troubleshoot gRPC execution errors
Inputs
- grpcurl command line utility
- Local protobuf schema file
- Target gRPC endpoint address
- NEWM_CHAIN_JWT environment variable
- Protobuf JSON request payload
Outputs
- gRPC JSON responses
- Streamed blockchain event messages
- Redacted command summaries
- Submitted transaction status
Requirements
- Installed grpcurl utility
- Access to local proto file
- Network reachability to gRPC endpoint
- Explicit user authorization for mutating actions
