stream: Update README

This commit is contained in:
willclarktech 2020-06-24 17:54:36 +02:00
parent 7c6a76ce39
commit d6bf4055a6
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -1,16 +1,12 @@
# @iov/stream
# @cosmjs/stream
[![npm version](https://img.shields.io/npm/v/@iov/stream.svg)](https://www.npmjs.com/package/@iov/stream)
[![npm version](https://img.shields.io/npm/v/@cosmjs/stream.svg)](https://www.npmjs.com/package/@cosmjs/stream)
@iov/stream are some helper methods and classes to ceal with stream processing.
As BCP's `BlockchainConnection` exposes a Stream based event API, and
tendermint/RpcClient exposes Stream based subscriptions, there is common useful
functionality for creating and consuming streams both in applications as well as
in the test code.
@cosmjs/stream are some helper methods and classes to help with stream
processing.
## License
This package is part of the IOV-Core repository, licensed under the Apache
License 2.0 (see
[NOTICE](https://github.com/iov-one/iov-core/blob/master/NOTICE) and
[LICENSE](https://github.com/iov-one/iov-core/blob/master/LICENSE)).
This package is part of the cosmjs repository, licensed under the Apache License
2.0 (see [NOTICE](https://github.com/CosmWasm/cosmjs/blob/master/NOTICE) and
[LICENSE](https://github.com/CosmWasm/cosmjs/blob/master/LICENSE)).