27 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

# @cosmjs/stargate
2020-06-25 09:41:58 +02:00
[![npm version](https://img.shields.io/npm/v/@cosmjs/stargate.svg)](https://www.npmjs.com/package/@cosmjs/stargate)
2020-06-25 09:41:58 +02:00
2022-03-02 21:55:49 +01:00
A client library for the Cosmos SDK 0.40+.
2020-06-25 09:41:58 +02:00
2020-11-04 16:19:01 +01:00
## Supported Cosmos SDK versions
2020-11-17 11:30:21 +01:00
| CosmJS version | Supported Cosmos SDK version(s) |
| ------------------------------- | ------------------------------- |
| ^0.29.0 | 0.44.x, 0.45.x, 0.46.x |
2022-03-02 21:55:49 +01:00
| ^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 |
2021-03-11 07:41:15 +01:00
| ^0.24.0 | 0.40.x, 0.41.x, 0.42.x |
2021-01-11 15:32:11 +01:00
| ^0.24.0-alpha.14 | 0.40.0 |
2020-11-17 16:38:36 +01:00
| ^0.24.0-alpha.8 | 0.40.0-rc3 |
2020-11-17 11:30:21 +01:00
| 0.24.0-alpha.2 0.24.0-alpha.7 | 0.40.0-rc2 |
| 0.24.0-alpha.1 | 0.40.0-rc1 |
2020-06-25 09:41:58 +02:00
## License
2020-06-29 08:37:32 +02:00
This package is part of the cosmjs repository, licensed under the Apache License
2021-01-19 23:37:10 +01:00
2.0 (see [NOTICE](https://github.com/cosmos/cosmjs/blob/main/NOTICE) and
[LICENSE](https://github.com/cosmos/cosmjs/blob/main/LICENSE)).