https://github.com/streamr-dev/iotex-streamr-poc
Demonstrating creating a stream, publishing, and subscribing flow
https://github.com/streamr-dev/iotex-streamr-poc
Last synced: 14 days ago
JSON representation
Demonstrating creating a stream, publishing, and subscribing flow
- Host: GitHub
- URL: https://github.com/streamr-dev/iotex-streamr-poc
- Owner: streamr-dev
- License: mit
- Created: 2025-06-04T08:23:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T13:44:35.000Z (7 months ago)
- Last Synced: 2025-10-20T15:03:03.091Z (3 months ago)
- Language: TypeScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iotex-streamr-poc
Demonstrating creating a stream, publishing, and subscribing flow
# Running the publisher
```bash
npm run start
```
# Subscribing to the stream
```bash
./subscribe.sh
```