@delta1/base-node-grpc-client

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @delta1/base-node-grpc-client

Weekly Downloads

0

Version

0.1.0

License

none

Unpacked Size

2.75 kB

Total Files

4

Last publish

Collaborators

  • delta1