@tariproject/base-node-grpc-client
v0.0.1
Published
GRPC client for Tari Base Node
Downloads
7
Readme
Tari Base Node GRPC client
Async GRPC client library for the Tari Base Node.
Usage
const { Client } = require("@tari/base-node-grpc-client");
const client = Client.connect("127.0.0.1:18142");
const { value } = await client.getVersion();
console.log(value);
Development
npm install
- hack hack hack
Tests
npm test