Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Commit 9ae224c

Browse files
authored
Add a sentence to refer to readme for host guide (#83)
1 parent 9e2e64e commit 9ae224c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pythnet-price-feeds/price-service.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Price Service
22

3-
The [price service](https://github.com/pyth-network/pyth-crosschain/tree/main/third_party/pyth/price-service) is a webservice that listens to the Wormhole Network for Pyth price updates and serves them via a convenient web API.
3+
The [price service][price-service-repo] is a webservice that listens to the Wormhole Network for Pyth price updates and serves them via a convenient web API.
44
The service allows users to easily query for recent price updates via a REST API, or subscribe to a websocket for streaming updates.
55
The Pyth Network Javascript SDKs connect to an instance of the price service in order to fetch on-demand price updates.
66

@@ -17,3 +17,6 @@ These endpoints can be used to test integrations with Pyth Network:
1717
For production deployments, developers integrating with Pyth Network are **strongly encouraged** to host their own instance of the price service for maximum resilience and decentralization.
1818
By running an independent instance of this service, developers tap directly into Wormhole's peer-to-peer network to stream Pyth price updates.
1919
This peer-to-peer network has built-in redundancy and is therefore inherently more reliable than a centralized service operated by the PDA.
20+
Please find more information about building and running the price service from [here][price-service-repo].
21+
22+
[price-service-repo]: https://github.com/pyth-network/pyth-crosschain/tree/main/third_party/pyth/price-service

0 commit comments

Comments
 (0)