cosmjs/packages/utils/README.md

13 lines
498 B
Markdown
Raw Normal View History

2020-06-05 13:23:16 +02:00
# @cosmjs/utils
[![npm version](https://img.shields.io/npm/v/@cosmjs/utils.svg)](https://www.npmjs.com/package/@cosmjs/utils)
2020-06-18 09:49:52 +02:00
Utility functions independent of blockchain applications. Primarily used for
testing but stuff like `sleep` can also be useful at runtime.
2020-06-05 13:23:16 +02:00
## License
2020-06-18 09:49:52 +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)).