@ckitjs/mercury-client
v0.2.0
Published
The RPC client of [Tippy](https://github.com/nervosnetwork/tippy)
Downloads
40
Readme
@ckitjs/tippy-client
The RPC client of Tippy
Usage
import { TippyClient } from '@ckitjs/tippy-client';
const client = new TippyClient('http://localhost:5000');
client.list_chains().then(console.log);