Grpc Coin Node cli is a CLI tool for managing cryptocurrency transactions built with oclif. Current stable version is 2.1.0. It supports buying, selling, and watching coins, and displaying portfolio. Requires a GitHub token for permissions. Uses TypeScript and oclif framework. Differentiated as a gRPC-based coin CLI with simple commands.
npm install grpcoinNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and run grpcoin commands programmatically and as CLI.
Use import syntax or dynamic import().
Use 'portfolio' command instead.
Set TOKEN environment variable before running commands.
Use import { run } from 'grpcoin';export TOKEN=ghp_xxxxxxxxxxxx