@xpla/xplajs
v1.8.2
Published
<p align="center"> <img src="https://user-images.githubusercontent.com/545047/188804067-28e67e5e-0214-4449-ab04-2e0c564a6885.svg" width="80"> </p>
Readme
@xpla/xplajs
Query to communicate with any xpla blockchain.
Usage
Install
npm install @xpla/xplajsExample
import { createRPCQueryClient } from "@xpla/xplajs/xpla/rpc.query";
const client = await createRPCQueryClient({rpcEndpoint: "https://cube-lcd.xpla.io"});
const res = await client.cosmos.auth.v1beta1.params()
console.log(res)