# @cosmjs/stargate

> Utilities for Cosmos SDK 0.40

Latest version **0.39.0** (published 2026-05-04) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @cosmjs/stargate
pnpm add @cosmjs/stargate
yarn add @cosmjs/stargate
bun add @cosmjs/stargate
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.39.0 |
| Published | 2026-05-04 |
| First published | 2020-10-31 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 8 |
| Unpacked size | 350.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 700 |
| Maintainers | webmaster128, kiki-skip |

## Links

- npm: https://www.npmjs.com/package/@cosmjs/stargate
- Repository: https://github.com/cosmos/cosmjs/tree/main/packages/stargate
- npm.io page: https://npm.io/package/@cosmjs/stargate

## Dependencies (8)

- [@cosmjs/math](https://npm.io/package/@cosmjs/math.md) ^0.39.0
- [cosmjs-types](https://npm.io/package/cosmjs-types.md) ^0.11.0
- [@cosmjs/amino](https://npm.io/package/@cosmjs/amino.md) ^0.39.0
- [@cosmjs/utils](https://npm.io/package/@cosmjs/utils.md) ^0.39.0
- [@cosmjs/stream](https://npm.io/package/@cosmjs/stream.md) ^0.39.0
- [@cosmjs/encoding](https://npm.io/package/@cosmjs/encoding.md) ^0.39.0
- [@cosmjs/proto-signing](https://npm.io/package/@cosmjs/proto-signing.md) ^0.39.0
- [@cosmjs/tendermint-rpc](https://npm.io/package/@cosmjs/tendermint-rpc.md) ^0.39.0

## Recent versions

- 0.39.0 (latest) — 2026-05-04
- 0.37.1 (backports-unsorted) — 2025-12-31
- 0.38.0-rc.1 (next) — 2025-12-24
- 0.38.1 — 2025-12-31
- 0.38.0 — 2025-12-30
- 0.37.0 — 2025-10-29
- 0.35.2 — 2025-10-29
- 0.37.0-rc.1 — 2025-10-24
- 0.36.2-0 — 2025-10-24
- 0.36.2 — 2025-10-24
- 0.35.1 — 2025-10-22
- 0.34.1 — 2025-10-22
- 0.37.0-rc.0 — 2025-10-17
- 0.36.1 — 2025-10-02
- 0.36.0 — 2025-08-14
- … 98 more at https://npm.io/package/@cosmjs/stargate/versions

## README

# @cosmjs/stargate

![typescript](https://img.shields.io/npm/types/@cosmjs/stargate.svg)
[![npm version](https://img.shields.io/npm/v/@cosmjs/stargate.svg)](https://www.npmjs.com/package/@cosmjs/stargate)
[![license](https://img.shields.io/npm/l/@cosmjs/stargate.svg)](https://github.com/cosmos/cosmjs/blob/v0.35.0/LICENSE)
![minimum node version](https://img.shields.io/node/v/@cosmjs/stargate.svg)
![minified size](https://img.shields.io/bundlephobia/min/@cosmjs/stargate.svg)
![monthly downloads](https://img.shields.io/npm/dm/@cosmjs/stargate.svg)

A client library for the Cosmos SDK 0.40+.

## Supported Cosmos SDK versions

| CosmJS version                  | Supported Cosmos SDK version(s) |
| ------------------------------- | ------------------------------- |
| ^0.29.0                         | 0.44.x, 0.45.x, 0.46.x          |
| ^0.28.0                         | 0.42.x, 0.44.x, 0.45.x          |
| ^0.27.0                         | 0.42.x, 0.44.x, 0.45.x          |
| ^0.26.0                         | 0.42.x                          |
| ^0.25.0                         | 0.42.x                          |
| ^0.24.0                         | 0.40.x, 0.41.x, 0.42.x          |
| ^0.24.0-alpha.14                | 0.40.0                          |
| ^0.24.0-alpha.8                 | 0.40.0-rc3                      |
| 0.24.0-alpha.2 – 0.24.0-alpha.7 | 0.40.0-rc2                      |
| 0.24.0-alpha.1                  | 0.40.0-rc1                      |

## License

This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).

---
_Source: https://npm.io/package/@cosmjs/stargate · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
