gRPC client for Bitcoin Cash SLP Graph Search (gs++) servers. Version 0.2.1 is current. Provides promise-based GraphSearchClient class to query token transaction graphs. Key differentiators: specifically designed for BCH SLP tokens, supports TLS and plain gRPC, built from `bchrpc.proto`, includes `notls` option, `reversedHashOrder` and `excludeList` parameters. NOTE: This package is unmaintained (last release 2019), proto changes may cause compatibility issues.
npm install grpc-graphsearch-nodeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a GraphSearchClient instance, performs a graph search for a transaction, and logs raw transaction data.
Consider forking or migrating to updated library if gs++ proto changes.
Upgrade to >=0.2.0 to use `notls`.
Upgrade to >=0.1.0 and update method calls.
Use same proto version as gs++ server. Check compatibility with server maintainer.
Use `import { GraphSearchClient } from 'grpc-graphsearch-node';`Check URL, set `notls: true` if server does not use TLS.
Run `npm install grpc-graphsearch-node`.