0.1.5 • Published 11 months ago

@d11k-ts/cosmos v0.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@d11k-ts/cosmos

Cosmos Module for D11K clients

Installation

yarn add @d11k-ts/cosmos

Following dependencies have to be installed into your project. These are not included in @d11k-ts/cosmos.

yarn add axios @cosmos-client/core@^0.45.13

NOTE : Make sure to install same version of @cosmos-client/core as @d11k-ts/cosmos is using (currently "@cosmos-client/core": "^0.45.13", ). In other case things might break.

Cosmos Client Testing

yarn install
yarn test

Documentation

Yet to be added.

Service Providers

This package uses the following service providers:

FunctionServiceNotes
BalancesCosmos RPChttps://cosmos.network/rpc/v0.37.9 (GET /bank/balances/{address})
Transaction historyCosmos RPChttps://cosmos.network/rpc/v0.37.9 (GET /txs)
Transaction details by hashCosmos RPChttps://cosmos.network/rpc/v0.37.9 (GET /txs/{hash})
Transaction broadcastCosmos RPChttps://cosmos.network/rpc/v0.37.9 (POST /txs)
ExplorerBigDipperhttps://cosmos.bigdipper.live

Rate limits: No