Skip to content
This repository was archived by the owner on Sep 9, 2021. It is now read-only.

stringhandler/base_node_grpc_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tari Base Node GRPC client

Async GRPC client library for the Tari Base Node.

Usage

    const {Client} = require('@tari/base-node-grpc-client');

    const baseNodeAddress = 'localhost:18142';
    const client = Client.connect(baseNodeAddress);
    const {version} = await client.getVersion();
    console.log(version);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors