2022-08-10 15:28:02 +02:00

27 lines
1.3 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @cosmjs/stargate
[![npm version](https://img.shields.io/npm/v/@cosmjs/stargate.svg)](https://www.npmjs.com/package/@cosmjs/stargate)
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)).