A common interface for grpc-bchrpc-node and grpc-bchrpc-web npm packages, enabling gRPC communication with Bitcoin Cash nodes. Current version 0.3.0, with irregular releases. Key differentiator: abstracts over Node.js and web environments for BCH gRPC.
npm install grpc-bchrpcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to create a client and fetch blockchain info using gRPC.
Add one of the underlying packages to your dependencies.
npm install --save-dev @types/grpc__grpc-js
Set up a gRPC-web proxy if targeting browsers.
npm install grpc-bchrpc-node
Use import BCH from 'grpc-bchrpc'
No dependency data recorded yet.