@delta1/base-node-grpc-client
v0.1.0
Published
GRPC client for Tari Base Node
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
