Skip to content

Implement support for multiple chains to be connected simultaneously #10

@vovacha

Description

@vovacha

Description

Currently, the Substrate Telemetry Client can only connect to one chain at a time. This feature would extend the client to support subscribing to and receiving updates from multiple chains simultaneously.

Why is it needed

Users often need to monitor multiple networks (Polkadot, Kusama, etc.) at the same time. The current implementation requires creating separate client instances for each chain, which is inefficient and complicates application architecture.

Possible implementation

https://github.com/paritytech/substrate-telemetry/blob/master/frontend/src/Connection.ts

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request
No fields configured for Feature.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions