mirror of
https://github.com/cosmos/cosmjs.git
synced 2025-03-10 21:49:15 +00:00
stream: Update README
This commit is contained in:
parent
7c6a76ce39
commit
d6bf4055a6
@ -1,16 +1,12 @@
|
||||
# @iov/stream
|
||||
# @cosmjs/stream
|
||||
|
||||
[](https://www.npmjs.com/package/@iov/stream)
|
||||
[](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)).
|
||||
|
Loading…
x
Reference in New Issue
Block a user