The Minter TypeScript SDK (v1.2.1) is a blockchain SDK for interacting with the Minter network, written in TypeScript with native gRPC transport support (excluding browser). It provides methods for querying coin info, best trades, estimates, addresses, and candidates. Differentiators: native gRPC support, TypeScript-first, multiple transport options (HTTP, gRPC), and utility classes for amount conversion. Released via GitHub, not npm registry, with no regular cadence.
npm install minter-typescript-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes MinterApi with gRPC transport and fetches coin info for 'COUNTER'.
Import from 'minter-typescript-sdk/lib/browser' and use HTTP options.
Use `npm install counters/minter-typescript-sdk` or `yarn add minter-typescript-sdk@github:counters/minter-typescript-sdk`.
Example: `coinInfo.toObject()`
Run `npm install counters/minter-typescript-sdk`
Use HTTP transport or import from main module if not in browser.
Ensure package is in node_modules or use a bundler with npm install.