Skip to content

Commit 2b5a84f

Browse files
committed
minor nits
1 parent e81ad4d commit 2b5a84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/quickstarts/transmitter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import DataStreams from "@features/data-streams/common/DataStreams.astro"
3232

3333
While [Chainlink Data Streams](/data-streams/index) provide access to low-latency market data off-chain, the process of bringing this data on-chain requires significant engineering. Developers must build, deploy, and maintain a custom infrastructure service that can reliably connect to the Data Streams API, implement robust WebSocket reconnection logic, and manage the on-chain transaction logic for when and how to push updates.
3434

35-
The [Data Streams Transmitter][GITHUB_REPO] meets this challenge by offering a robust starting point for the DevOps teams and Infrastructure Managers tasked with building these systems. As a community-led solution, the Transmitter is a configurable service that handles the core logic of monitoring off-chain data streams and pushing them to your smart contracts based on predefined conditions, such as time intervals or price deviations. It also includes a web interface to manage your feeds and monitor their status.
35+
The [Data Streams Transmitter][GITHUB_REPO], a community-led solution, provides a foundational framework for the DevOps teams and Infrastructure Managers tasked with building these systems. Transmitter is a configurable service that handles the core logic of monitoring off-chain data streams and pushing them to your smart contracts based on predefined conditions, such as time intervals or price deviations. It also includes a web interface to manage your feeds and monitor their status.
3636

3737
Think of the Transmitter as the application core for your on-chain data pipeline. It provides a pre-built engine that lets your team focus on building and securing the surrounding production-grade infrastructure.
3838

0 commit comments

Comments
 (0)