A JavaScript/TypeScript gRPC client for communicating with Minter Hub 2, a blockchain-based system. Version 0.0.6, early stage with no stable release cadence. Differentiates by providing direct gRPC access to Minter Hub, as opposed to REST APIs. Requires protobuf compilation and grpc-web tooling. Minimal documentation, small API surface.
npm install minter-js-hubNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows creating a gRPC client to Minter Hub and making a request.
Run `./protocgen.sh` after installing protoc and protoc-gen-grpc-web.
Monitor for future releases and pin to exact version.
Declare module: 'declare module 'minter-js-hub';' or use @types if available.
Use import syntax or dynamic import().
Run 'npm install minter-js-hub'.
Install @grpc/grpc-js and import as 'import * as grpc from '@grpc/grpc-js'.
Run 'protoc' as per build instructions.
No dependency data recorded yet.