Skip to content

Commit b57c62a

Browse files
AbelTedrosAbelWeb3Slimchance
authored
Introducing graphcast into main docs (#326)
* introducing graphcast into main docs * Update graphcast.mdx Fixed Typo --------- Co-authored-by: Abel <[email protected]> Co-authored-by: Web3Slimchance <[email protected]>
1 parent 128249f commit b57c62a

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

website/navigation/navigation.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ export const navigation = (locale: AppLocale): NavItemDefinition[] => [
206206
{
207207
slug: 'mips-faqs',
208208
},
209+
{
210+
slug: 'graphcast',
211+
},
209212
{
210213
divider: true,
211214
},

website/pages/en/graphcast.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Graphcast
3+
---
4+
5+
## Introduction
6+
7+
Is there something you'd like to learn from or share with your fellow Indexers in an automated manner, but it's too much hassle or costs too much gas?
8+
9+
Currently, the cost to broadcast information to other network participants is determined by gas fees on the Ethereum blockchain. Graphcast solves this problem by acting as an optional decentralized, distributed peer-to-peer (P2P) communication tool that allows Indexers across the network to exchange information in real time. The cost of exchanging P2P messages is near zero, with the tradeoff of no data integrity guarantees. Nevertheless, Graphcast aims to provide message validity guarantees (i.e. that the message is valid and signed by a known protocol participant) with an open design space of reputation models.
10+
11+
The Graphcast SDK (Software Development Kit) allows developers to build Radios, which are gossip-powered applications that Indexers can run to serve a given purpose. We also intend to create a few Radios (or provide support to other developers/teams that wish to build Radios) for the following use cases:
12+
13+
- Real-time cross-checking of subgraph data integrity ([POI Radio](https://docs.graphops.xyz/graphcast/radios/poi-radio)).
14+
- Conducting auctions and coordination for warp syncing subgraphs, substreams, and Firehose data from other Indexers.
15+
- Self-reporting on active query analytics, including subgraph request volumes, fee volumes, etc.
16+
- Self-reporting on indexing analytics, including subgraph indexing time, handler gas costs, indexing errors encountered, etc.
17+
- Self-reporting on stack information including graph-node version, Postgres version, Ethereum client version, etc.
18+
19+
### Learn More
20+
21+
If you would like to learn more about Graphcast, [check out the documentation here.](https://docs.graphops.xyz/graphcast/intro)

website/route-lockfile.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
/en/managing/deprecating-a-subgraph/
6666
/en/managing/transferring-subgraph-ownership/
6767
/en/mips-faqs/
68+
/en/graphcast/
6869
/en/network-transition-faq/
6970
/en/network/benefits/
7071
/en/network/curating/

0 commit comments

Comments
 (0)