1.7.0-beta.12 • Published 4 months ago

@xpla/xplajs v1.7.0-beta.12

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@xpla/xplajs

Query to communicate with any xpla blockchain.

Usage

Install

npm install @xpla/xplajs

Example

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)