Package Exports
- @d11k-ts/cosmos
- @d11k-ts/cosmos/lib/index.esm.js
- @d11k-ts/cosmos/lib/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@d11k-ts/cosmos) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@d11k-ts/cosmos
Cosmos Module for D11K clients
Installation
yarn add @d11k-ts/cosmosFollowing dependencies have to be installed into your project. These are not included in @d11k-ts/cosmos.
yarn add axios @cosmos-client/core@^0.45.13NOTE : 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 testDocumentation
Yet to be added.
Service Providers
This package uses the following service providers:
| Function | Service | Notes |
|---|---|---|
| Balances | Cosmos RPC | https://cosmos.network/rpc/v0.37.9 (GET /bank/balances/{address}) |
| Transaction history | Cosmos RPC | https://cosmos.network/rpc/v0.37.9 (GET /txs) |
| Transaction details by hash | Cosmos RPC | https://cosmos.network/rpc/v0.37.9 (GET /txs/{hash}) |
| Transaction broadcast | Cosmos RPC | https://cosmos.network/rpc/v0.37.9 (POST /txs) |
| Explorer | BigDipper | https://cosmos.bigdipper.live |
Rate limits: No