diff --git a/components/VideoEmbed.tsx b/components/VideoEmbed.tsx new file mode 100644 index 000000000000..c257dbffb528 --- /dev/null +++ b/components/VideoEmbed.tsx @@ -0,0 +1,27 @@ +import { HTMLAttributes } from 'react' + +export type VideoProps = ( + | { + /** Video embed URL. */ + src: string + youtube?: never + } + | { + /** YouTube video ID. */ + youtube: string + src?: never + } +) & + HTMLAttributes + +export const VideoEmbed = ({ src, youtube, ...props }: VideoProps) => { + return ( +
+ -
+ - [عقود شبكة The Graph](https://github.com/graphprotocol/contracts) - [ عقد التنسيق](https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol) - العقد الأساسي الذي تلتف حوله GNS diff --git a/pages/ar/deploying/subgraph-studio.mdx b/pages/ar/deploying/subgraph-studio.mdx index e89a21361ebd..c9434d838f85 100644 --- a/pages/ar/deploying/subgraph-studio.mdx +++ b/pages/ar/deploying/subgraph-studio.mdx @@ -66,15 +66,7 @@ title: كيفية استخدام Subgraph Studio لقد نجحت في الوصول إلى هذا الحد - تهانينا! نشر الـ subgraph يعني أنه تم إنشاء IPFS hash عند نشرك لـ subgraph ضمن CLI وتخزينه في عقود Ethereum الذكية للشبكة. ولنشر الـ subgraph الخاص بك بنجاح ، ستحتاج إلى اتباع الخطوات التالية الموجزة في هذه [ المدونة ](https://thegraph.com/blog/building-with-subgraph-studio). راجع الفيديو أدناه أيضًا: -
- -
+ تذكر ، أثناء تقدمك في تدفق النشر ، ستتمكن من الدفع(push) إما إلى mainnet أو Rinkeby ، وهي testnet التي ندعمها. إذا كنت مطور subgraph لأول مرة ، فنحن نقترح بشدة أن تبدأ بالنشر على Rinkeby ، وهو مجاني. سيسمح لك ذلك بمعرفة كيفية عمل الـ subgraph في The Graph Explorer وسيسمح لك باختبار عناصر التنسيق. diff --git a/pages/ar/network/curating.mdx b/pages/ar/network/curating.mdx index bac3c7e33ac3..bb518e177d45 100644 --- a/pages/ar/network/curating.mdx +++ b/pages/ar/network/curating.mdx @@ -93,12 +93,4 @@ title: (التنسيق) curating لازلت مشوشا؟ راجع فيديو دليل التنسيق أدناه: -
- -
+ diff --git a/pages/ar/network/delegating.mdx b/pages/ar/network/delegating.mdx index f57ec77ca02a..0ca35665a8ac 100644 --- a/pages/ar/network/delegating.mdx +++ b/pages/ar/network/delegating.mdx @@ -91,12 +91,4 @@ At times, attempts to delegate to indexers via MetaMask can fail and result in p This guide provides a full review of this document, and how to consider everything in this document while interacting with the UI. -
- -
+ diff --git a/pages/ar/network/explorer.mdx b/pages/ar/network/explorer.mdx index db5a72836cf9..adc07959c09d 100644 --- a/pages/ar/network/explorer.mdx +++ b/pages/ar/network/explorer.mdx @@ -4,15 +4,7 @@ title: مستكشف مرحبا بك في مستكشف Graph ، أو كما نحب أن نسميها ، بوابتك اللامركزية في عالم subgraphs وبيانات الشبكة. 👩🏽‍🚀 مستكشف TheGraph يتكون من عدة اجزاء حيث يمكنك التفاعل مع مطوري Subgraphs الاخرين ، ومطوري dApp ،والمنسقين والمفهرسين، والمفوضين. للحصول على نظرة عامة حول the Graph Explorer، راجع الفيديو أدناه (أو تابع القراءة أدناه): -
- -
+ ## Subgraphs diff --git a/pages/ar/network/indexing.mdx b/pages/ar/network/indexing.mdx index 9576b70c5641..aaa2c5f24602 100644 --- a/pages/ar/network/indexing.mdx +++ b/pages/ar/network/indexing.mdx @@ -2,8 +2,6 @@ title: فهرسة (indexing) --- -import { Difficulty } from '@/components' - المفهرسون ( Indexers) هم مشغلي العقد (node) في شبكة TheGraph ويقومون ب staking لتوكن (GRT) من أجل توفير خدمات الفهرسة ( indexing) والاستعلام. المفهرسون(Indexers) يحصلون على رسوم الاستعلام ومكافآت الفهرسة وذلك مقابل خدماتهم. وأيضا يكسبون من مجموعة الخصومات (Rebate Pool) والتي تتم مشاركتها مع جميع المساهمين في الشبكة بما يتناسب مع عملهم ، وفقا ل Cobbs-Douglas Rebate Function. يخضع GRT المخزن في البروتوكول لفترة إذابة thawing period وقد يتم شطبه إذا كان المفهرسون ضارون ويقدمون بيانات غير صحيحة للتطبيقات أو إذا قاموا بالفهرسة بشكل غير صحيح. المفهرسون يتم تفويضهم من قبل المفوضين وذلك للمساهمه في الشبكة. diff --git a/pages/ar/querying/billing.mdx b/pages/ar/querying/billing.mdx index b41808395eb7..4e1d752152f6 100644 --- a/pages/ar/querying/billing.mdx +++ b/pages/ar/querying/billing.mdx @@ -39,15 +39,7 @@ title: الفوترة على Subgraph Studio للحصول على عرض توضيحي سريع لكيفية عمل الفوترة في Subgraph Studio ، راجع الفيديو أدناه: -
- -
+ ### مستخدمو Multisig diff --git a/pages/en/cookbook/migrating-a-subgraph.mdx b/pages/en/cookbook/migrating-a-subgraph.mdx index b65e32098b6e..1b4ec8127d42 100644 --- a/pages/en/cookbook/migrating-a-subgraph.mdx +++ b/pages/en/cookbook/migrating-a-subgraph.mdx @@ -147,15 +147,7 @@ Remember that it's a dynamic and growing market, but how you interact with it is If you're still confused, fear not! Check out the following resources or watch our video guide on migrating subgraphs to the decentralized network below: -
- -
+ - [The Graph Network Contracts](https://github.com/graphprotocol/contracts) - [Curation Contract](https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol) - the underlying contract that the GNS wraps around diff --git a/pages/en/deploying/subgraph-studio.mdx b/pages/en/deploying/subgraph-studio.mdx index fd97944f77fc..32efb4593a6e 100644 --- a/pages/en/deploying/subgraph-studio.mdx +++ b/pages/en/deploying/subgraph-studio.mdx @@ -66,15 +66,7 @@ If you’d like to test your subgraph before publishing it to the network, you c You’ve made it this far - congrats! Publishing your subgraph means that an IPFS hash was generated when you deployed the subgraph within the CLI and is stored in the network’s Ethereum smart contracts. In order to publish your subgraph successfully, you’ll need to go through the following steps outlined in this [blog](https://thegraph.com/blog/building-with-subgraph-studio). Check out the video overview below as well: -
- -
+ Remember, while you’re going through your publishing flow, you’ll be able to push to either mainnet or Rinkeby, the testnet we support. If you’re a first-time subgraph developer, we highly suggest you start with publishing to Rinkeby, which is free to do. This will allow you to see how the subgraph will work in The Graph Explorer and will allow you to test curation elements. diff --git a/pages/en/developing/creating-a-subgraph.mdx b/pages/en/developing/creating-a-subgraph.mdx index bd12822a0bd5..12c034ec4f06 100644 --- a/pages/en/developing/creating-a-subgraph.mdx +++ b/pages/en/developing/creating-a-subgraph.mdx @@ -79,8 +79,9 @@ Options: The `add` command will fetch the ABI from Etherscan (unless an ABI path is specified with the `--abi` option), and will create a new `dataSource` in the same way that `graph init` command creates a `dataSource` `--from-contract`, updating the schema and mappings accordingly. The `--merge-entities` option identifies how the developer would like to handle `entity` and `event` name conflicts: - - If `true`: the new `dataSource` should use existing `eventHandlers` & `entities`. - - If `false`: a new entity & event handler should be created with `${dataSourceName}{EventName}`. + +- If `true`: the new `dataSource` should use existing `eventHandlers` & `entities`. +- If `false`: a new entity & event handler should be created with `${dataSourceName}{EventName}`. The contract `address` will be written to the `networks.json` for the relevant network. diff --git a/pages/en/network/curating.mdx b/pages/en/network/curating.mdx index 90ad193042f9..ca7fd3f1d637 100644 --- a/pages/en/network/curating.mdx +++ b/pages/en/network/curating.mdx @@ -93,12 +93,4 @@ Curation shares cannot be "bought" or "sold" like other ERC20 tokens that you ma Still confused? Check out our Curation video guide below: -
- -
+ diff --git a/pages/en/network/delegating.mdx b/pages/en/network/delegating.mdx index df83eb9bc9f8..4a6d6e00b73e 100644 --- a/pages/en/network/delegating.mdx +++ b/pages/en/network/delegating.mdx @@ -95,12 +95,4 @@ At times, attempts to delegate to indexers via MetaMask can fail and result in p This guide provides a full review of this document, and how to consider everything in this document while interacting with the UI. -
- -
+ diff --git a/pages/en/network/explorer.mdx b/pages/en/network/explorer.mdx index ac44d3af1481..1d2ae5788a21 100644 --- a/pages/en/network/explorer.mdx +++ b/pages/en/network/explorer.mdx @@ -4,15 +4,7 @@ title: Graph Explorer Welcome to the Graph Explorer, or as we like to call it, your decentralized portal into the world of subgraphs and network data. 👩🏽‍🚀 The Graph Explorer consists of multiple parts where you can interact with other subgraph developers, dapp developers, Curators, Indexers, and Delegators. For a general overview of the Graph Explorer, check out the video below (or keep reading below): -
- -
+ ## Subgraphs diff --git a/pages/en/network/indexing.mdx b/pages/en/network/indexing.mdx index c3aef9943bc7..e8aeaa7e881f 100644 --- a/pages/en/network/indexing.mdx +++ b/pages/en/network/indexing.mdx @@ -2,8 +2,6 @@ title: Indexing --- -import { Difficulty } from '@/components' - Indexers are node operators in The Graph Network that stake Graph Tokens (GRT) in order to provide indexing and query processing services. Indexers earn query fees and indexing rewards for their services. They also earn from a Rebate Pool that is shared with all network contributors proportional to their work, following the Cobbs-Douglas Rebate Function. GRT that is staked in the protocol is subject to a thawing period and can be slashed if Indexers are malicious and serve incorrect data to applications or if they index incorrectly. Indexers can also be delegated stake from Delegators, to contribute to the network. diff --git a/pages/en/querying/billing.mdx b/pages/en/querying/billing.mdx index b139034ea88b..9c939670d0d8 100644 --- a/pages/en/querying/billing.mdx +++ b/pages/en/querying/billing.mdx @@ -39,15 +39,7 @@ There are 4 states your invoice can be in: For a quick demo of how billing works on the Subgraph Studio, check out the video below: -
- -
+ ### Multisig Users diff --git a/pages/es/cookbook/migrating-a-subgraph.mdx b/pages/es/cookbook/migrating-a-subgraph.mdx index ebde0e4a402b..96cc1ea58990 100644 --- a/pages/es/cookbook/migrating-a-subgraph.mdx +++ b/pages/es/cookbook/migrating-a-subgraph.mdx @@ -147,15 +147,7 @@ Remember that it's a dynamic and growing market, but how you interact with it is If you're still confused, fear not! Check out the following resources or watch our video guide on migrating subgraphs to the decentralized network below: -
- -
+ - [The Graph Network Contracts](https://github.com/graphprotocol/contracts) - [Curation Contract](https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol) - the underlying contract that the GNS wraps around diff --git a/pages/es/deploying/subgraph-studio.mdx b/pages/es/deploying/subgraph-studio.mdx index 067e11f755b6..9dc45616ef4e 100644 --- a/pages/es/deploying/subgraph-studio.mdx +++ b/pages/es/deploying/subgraph-studio.mdx @@ -66,15 +66,7 @@ If you’d like to test your subgraph before publishing it to the network, you c You’ve made it this far - congrats! Publishing your subgraph means that an IPFS hash was generated when you deployed the subgraph within the CLI and is stored in the network’s Ethereum smart contracts. In order to publish your subgraph successfully, you’ll need to go through the following steps outlined in this [blog](https://thegraph.com/blog/building-with-subgraph-studio). Check out the video overview below as well: -
- -
+ Remember, while you’re going through your publishing flow, you’ll be able to push to either mainnet or Rinkeby, the testnet we support. If you’re a first time subgraph developer, we highly suggest you start with publishing to Rinkeby, which is free to do. This will allow you to see how the subgraph will work in The Graph Explorer and will allow you to test curation elements. diff --git a/pages/es/network/curating.mdx b/pages/es/network/curating.mdx index bc1fa493420e..f7f01588d9f1 100644 --- a/pages/es/network/curating.mdx +++ b/pages/es/network/curating.mdx @@ -93,12 +93,4 @@ Las participaciones de un curador no se pueden "comprar" o "vender" como otros t ¿Sigues confundido? Te invitamos a echarle un vistazo a nuestra guía en un vídeo que aborda todo sobre la curación: -
- -
+ diff --git a/pages/es/network/delegating.mdx b/pages/es/network/delegating.mdx index fc11dd0628fc..470cd63c9b01 100644 --- a/pages/es/network/delegating.mdx +++ b/pages/es/network/delegating.mdx @@ -96,12 +96,4 @@ A veces, los intentos de delegar a los Indexadores a través de MetaMask pueden Esta guía proporciona una revisión completa de este documento, y cómo tener en cuenta todo lo que contiene mientras se interactúa con la interfaz de usuario. -
- -
+ diff --git a/pages/es/network/explorer.mdx b/pages/es/network/explorer.mdx index e25e1610212c..65318a4279d1 100644 --- a/pages/es/network/explorer.mdx +++ b/pages/es/network/explorer.mdx @@ -4,15 +4,7 @@ title: Graph Explorer Bienvenido al explorador de The Graph, o como nos gusta llamarlo, tu portal descentralizado al mundo de los subgrafos y los datos de la red. 👩🏽‍🚀 Este explorador de The Graph consta de varias partes en las que puedes interactuar con otros desarrolladores de subgrafos, desarrolladores de dApp, Curadores, Indexadores y Delegadores. Para obtener una descripción general de The Graph Explorer, échale un vistazo al siguiente video (o sigue leyendo lo que hemos escrito para ti): -
- -
+ ## Subgrafos diff --git a/pages/es/network/indexing.mdx b/pages/es/network/indexing.mdx index 2a431a35c56a..f089ccab2162 100644 --- a/pages/es/network/indexing.mdx +++ b/pages/es/network/indexing.mdx @@ -2,8 +2,6 @@ title: Indexador --- -import { Difficulty } from '@/components' - Los Indexadores son operadores de nodos en The Graph Network que stakean Graph Tokens (GRT) para proporcionar servicios de indexación y procesamiento de consultas. Los Indexadores obtienen tarifas de consulta y recompensas de indexación por sus servicios. También obtienen ganacias de un pool de reembolso que se comparte con todos los contribuyentes de la red en proporción a su trabajo, siguiendo la idea de Function Rebate por parte de Cobbs-Douglas. Los GRT que se bloquean (en stake) dentro del protocolo están sujetos a un período de descongelación y pueden ser reducidos si los Indexadores son maliciosos y entregan datos incorrectos a las aplicaciones o si indexan información incorrecta. A los Indexadores también se les puede asignar participaciones por parte de los Delegadores, quienes buscan contribuir a la red. diff --git a/pages/es/querying/billing.mdx b/pages/es/querying/billing.mdx index 60c6dd0390ae..a84bc9beefe7 100644 --- a/pages/es/querying/billing.mdx +++ b/pages/es/querying/billing.mdx @@ -39,15 +39,7 @@ Hay 4 estados en los que puede estar tu factura: Si quieres ver una demostración rápida de cómo funciona la facturación en Subgraph Studio, mira el siguiente video: -
- -
+ ### Usuarios Multisig diff --git a/pages/ja/cookbook/migrating-a-subgraph.mdx b/pages/ja/cookbook/migrating-a-subgraph.mdx index a08862280a0f..cc8b83322f7d 100644 --- a/pages/ja/cookbook/migrating-a-subgraph.mdx +++ b/pages/ja/cookbook/migrating-a-subgraph.mdx @@ -147,15 +147,7 @@ The Graph Network が真の意味で分散化されるためには、プロト まだよくわからないという方も、ご安心ください。以下のリソースをチェックしたり、分散型ネットワークへのサブグラフの移行に関するビデオガイドをご覧ください: -
- -
+ - [The Graph Network のコントラクト](https://github.com/graphprotocol/contracts) - [キュレーションコントラクト](https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol) - GNS が包括する基本的なコントラクト diff --git a/pages/ja/deploying/subgraph-studio.mdx b/pages/ja/deploying/subgraph-studio.mdx index 6864c9664f96..9367803791c6 100644 --- a/pages/ja/deploying/subgraph-studio.mdx +++ b/pages/ja/deploying/subgraph-studio.mdx @@ -66,15 +66,7 @@ The Graph Network の機能やネットワークは順次追加されていき ここまで来ました - おめでとうございます。サブグラフの公開とは、CLI 内でサブグラフを展開した際に IPFS ハッシュが生成され、ネットワークの Ethereum スマートコントラクトに保存されることを意味します。サブグラフの公開を成功させるためには、この[ブログ](https://thegraph.com/blog/building-with-subgraph-studio)で紹介している以下のステップを踏む必要があります。以下のビデオ概要もチェックしてみてください。 -
- -
+ 公開する際には、メインネットまたはテストネットである Rinkeby のどちらかに公開することができます。初めてサブグラフを開発される方は、まず Rinkeby への公開から始めることをお勧めします。これにより、サブグラフが The Graph Explorer でどのように動作するかを確認することができ、キュレーション要素をテストすることができます。 diff --git a/pages/ja/network/curating.mdx b/pages/ja/network/curating.mdx index 002865076e9b..b8ea4b089d41 100644 --- a/pages/ja/network/curating.mdx +++ b/pages/ja/network/curating.mdx @@ -93,12 +93,4 @@ The Graph の場合は、 [Bancor が実装しているボンディングカー まだ不明点がありますか? その他の不明点に関しては、 以下のキュレーションビデオガイドをご覧ください: -
- -
+ diff --git a/pages/ja/network/delegating.mdx b/pages/ja/network/delegating.mdx index e8c482014bd8..ae68ff250e26 100644 --- a/pages/ja/network/delegating.mdx +++ b/pages/ja/network/delegating.mdx @@ -94,12 +94,4 @@ At times, attempts to delegate to indexers via MetaMask can fail and result in p This guide provides a full review of this document, and how to consider everything in this document while interacting with the UI. -
- -
+ diff --git a/pages/ja/network/explorer.mdx b/pages/ja/network/explorer.mdx index 8af0732540d0..c4a9e06c84db 100644 --- a/pages/ja/network/explorer.mdx +++ b/pages/ja/network/explorer.mdx @@ -4,15 +4,7 @@ title: エクスプローラー グラフエクスプローラーは、サブグラフとネットワークデータの世界への分散型ポータルです。 👩🏽‍🚀 グラフエクスプローラーは、他のサブグラフ開発者、dapp 開発者、キュレーター、インデクサー、デリゲーターと交流できる複数のパートで構成されています。 グラフエクスプローラーの概要については、以下のビデオをご覧ください。 -
- -
+ ## サブグラフ diff --git a/pages/ja/network/indexing.mdx b/pages/ja/network/indexing.mdx index 51b297b58c29..51eaae04e848 100644 --- a/pages/ja/network/indexing.mdx +++ b/pages/ja/network/indexing.mdx @@ -2,8 +2,6 @@ title: インデクシング --- -import { Difficulty } from '@/components' - インデクサは、グラフネットワークのノードオペレータであり、グラフトークン(GRT)を賭けて、インデックス作成や問い合わせ処理のサービスを提供します。 インデクサーは、そのサービスの対価として、クエリフィーやインデックス作成の報酬を得ることができます。 また、Cobbs-Douglas Rebate Function に基づいて、ネットワーク貢献者全員にその成果に応じて分配される Rebate Pool からも報酬を得ることもできます。 プロトコルにステークされた GRT は解凍期間が設けられており、インデクサーが悪意を持ってアプリケーションに不正なデータを提供したり、不正なインデックスを作成した場合には、スラッシュされる可能性があります。 また、インデクサーはデリゲーターからステークによる委任を受けて、ネットワークに貢献することができます。 diff --git a/pages/ja/querying/billing.mdx b/pages/ja/querying/billing.mdx index 5eac4d88a13d..1948e00afed2 100644 --- a/pages/ja/querying/billing.mdx +++ b/pages/ja/querying/billing.mdx @@ -39,15 +39,7 @@ title: サブグラフスタジオでの課金 Subgraph Studio 上での課金機能のデモについては、以下のビデオをご覧ください: -
- -
+ ### マルチシグユーザー diff --git a/pages/ko/cookbook/migrating-a-subgraph.mdx b/pages/ko/cookbook/migrating-a-subgraph.mdx index 141fede1b8c4..f8cc5e1bbd77 100644 --- a/pages/ko/cookbook/migrating-a-subgraph.mdx +++ b/pages/ko/cookbook/migrating-a-subgraph.mdx @@ -147,15 +147,7 @@ While you get to decide on your query budget, there is no guarantee that an Inde If you're still confused, fear not! Check out the following resources or watch our video guide on migrating subgraphs to the decentralized network below: -
- -
+ - [The Graph Network Contracts](https://github.com/graphprotocol/contracts) - [Curation Contract](https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol) - the underlying contract that the GNS wraps around diff --git a/pages/ko/deploying/subgraph-studio.mdx b/pages/ko/deploying/subgraph-studio.mdx index aa43b8606da0..e228985d5ff8 100644 --- a/pages/ko/deploying/subgraph-studio.mdx +++ b/pages/ko/deploying/subgraph-studio.mdx @@ -66,15 +66,7 @@ The Graph 네트워크는 아직 호스팅 서비스에서 사용할 수 있는 여러분은 여기까지 왔습니다. 축하드립니다! 서브그래프를 게시한다는 것은 CLI 내에서 서브그래프를 배포할 때 IPFS 해시가 생성되었고, 네트워크의 이더리움 스마트 컨트랙트에 저장되었음을 의미합니다. 서브그래프를 성공적으로 게시하려면 [이 블로그](https://thegraph.com/blog/building-with-subgraph-studio)에 설명된 다음 단계를 거쳐야 합니다. 아래의 비디오 개요도 확인하시기 바랍니다. -
- -
+ 퍼블리싱 플로우를 진행하는 동안 메인넷이나 우리가 지원하는 테스트넷인 Rinkeby로 푸시할 수 있음을 기억하시기 바랍니다. 서브그래프 개발자가 처음이라면 무료인 Rinkeby에 퍼블리싱하는 것으로 시작하는 것이 좋습니다. 이를 통해 그래프 탐색기에서 서브그래프가 어떻게 작동하는지 확인하고 큐레이션 요소를 테스트할 수 있습니다. diff --git a/pages/ko/network/curating.mdx b/pages/ko/network/curating.mdx index 2d1806794b11..9ba0177268d5 100644 --- a/pages/ko/network/curating.mdx +++ b/pages/ko/network/curating.mdx @@ -93,12 +93,4 @@ title: 큐레이팅 아직도 혼란스러우신가요? 아래의 큐레이션 비디오 가이드를 확인해보시길 바랍니다. -
- -
+ diff --git a/pages/ko/network/delegating.mdx b/pages/ko/network/delegating.mdx index 4df6dae7dd71..502402816ceb 100644 --- a/pages/ko/network/delegating.mdx +++ b/pages/ko/network/delegating.mdx @@ -92,12 +92,4 @@ At times, attempts to delegate to indexers via MetaMask can fail and result in p This guide provides a full review of this document, and how to consider everything in this document while interacting with the UI. -
- -
+ diff --git a/pages/ko/network/explorer.mdx b/pages/ko/network/explorer.mdx index f7cef32aba8d..fcc5c7bf5bea 100644 --- a/pages/ko/network/explorer.mdx +++ b/pages/ko/network/explorer.mdx @@ -4,15 +4,7 @@ title: 탐색기 그래프 탐색기, 혹은 우리가 흔히 부르는 것 처럼, 서브그래프와 네트워크 데이터의 세계로 향하는 탈중앙화 포탈에 오신것을 환영합니다! 그래프 탐색기는 다른 서브그래프 개발자, dapp 개발자, 큐레이터, 인덱서 및 위임자와 상호 작용할 수 있는 다양한 부분들로 구성됩니다. 그래프 탐색기에 대한 일반적인 개요를 알아보기 위해 아래의 비디오를 확인하세요. -
- -
+ ## 서브그래프 diff --git a/pages/ko/network/indexing.mdx b/pages/ko/network/indexing.mdx index 1790dc924b77..1e33c20ecb4c 100644 --- a/pages/ko/network/indexing.mdx +++ b/pages/ko/network/indexing.mdx @@ -2,8 +2,6 @@ title: 인덱싱(indexing) --- -import { Difficulty } from '@/components' - 인덱서는 인덱싱 및 쿼리 프로세싱 서비스를 제공하기 위해 더그래프 네트워크 상에 그래프 토큰(GRT)을 스테이킹하는 노드 운용자들입니다. 인덱서는 그들의 서비스에 대한 쿼리 수수료 및 인덱싱 보상을 얻습니다. 더불어, 그들은 Cobbs-Douglas 리베이트 기능에 따라, 그들의 업무에 비례하여 모든 네트워크 기여자와 함께 공유되는 리베이트 풀로부터 발생하는 수익 또한 얻습니다. 프로토콜에 스테이킹된 GRT는 해빙 기간이 적용되며, 인덱서가 악의적으로 응용 프로그램에 잘못된 데이터를 제공하거나 잘못된 인덱싱을 시행하는 경우 슬래싱(삭감) 패널티를 받을 수 있습니다. 또한, 인덱서들은 네트워크에 기여하기 위해서 위임자(Delegator)들로 부터 지분을 위임받을 수도 있습니다. diff --git a/pages/ko/querying/billing.mdx b/pages/ko/querying/billing.mdx index 0d4433e3f939..29f5a7be17a0 100644 --- a/pages/ko/querying/billing.mdx +++ b/pages/ko/querying/billing.mdx @@ -39,15 +39,7 @@ API 키를 사용한 경우 매주 말에 이 기간 동안 생성한 쿼리 수 Subgraph Studio에서 청구가 작동하는 방식에 대한 빠른 이해를 위해 아래의 비디오를 시청해 주시기 바랍니다: -
- -
+ ### Multisig Users diff --git a/pages/vi/cookbook/migrating-a-subgraph.mdx b/pages/vi/cookbook/migrating-a-subgraph.mdx index 5f9315daf8d1..07e2092a5561 100644 --- a/pages/vi/cookbook/migrating-a-subgraph.mdx +++ b/pages/vi/cookbook/migrating-a-subgraph.mdx @@ -147,15 +147,7 @@ Remember that it's a dynamic and growing market, but how you interact with it is If you're still confused, fear not! Check out the following resources or watch our video guide on migrating subgraphs to the decentralized network below: -
- -
+ - [The Graph Network Contracts](https://github.com/graphprotocol/contracts) - [Curation Contract](https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol) - the underlying contract that the GNS wraps around diff --git a/pages/vi/deploying/subgraph-studio.mdx b/pages/vi/deploying/subgraph-studio.mdx index 49d082b4fd2f..698c413ae811 100644 --- a/pages/vi/deploying/subgraph-studio.mdx +++ b/pages/vi/deploying/subgraph-studio.mdx @@ -66,15 +66,7 @@ If you’d like to test your subgraph before publishing it to the network, you c You’ve made it this far - congrats! Publishing your subgraph means that an IPFS hash was generated when you deployed the subgraph within the CLI and is stored in the network’s Ethereum smart contracts. In order to publish your subgraph successfully, you’ll need to go through the following steps outlined in this [blog](https://thegraph.com/blog/building-with-subgraph-studio). Check out the video overview below as well: -
- -
+ Remember, while you’re going through your publishing flow, you’ll be able to push to either mainnet or Rinkeby, the testnet we support. If you’re a first time subgraph developer, we highly suggest you start with publishing to Rinkeby, which is free to do. This will allow you to see how the subgraph will work in The Graph Explorer and will allow you to test curation elements. diff --git a/pages/vi/network/curating.mdx b/pages/vi/network/curating.mdx index d09a99a70d47..d2f33ea889af 100644 --- a/pages/vi/network/curating.mdx +++ b/pages/vi/network/curating.mdx @@ -93,12 +93,4 @@ Cổ phần curation không thể được "mua" hoặc "bán" như các token E Vẫn còn thắc mắc? Xem video hướng dẫn Curation của chúng tôi bên dưới: -
- -
+ diff --git a/pages/vi/network/delegating.mdx b/pages/vi/network/delegating.mdx index 3d22f9f79b6c..561c82db3cdd 100644 --- a/pages/vi/network/delegating.mdx +++ b/pages/vi/network/delegating.mdx @@ -95,12 +95,4 @@ At times, attempts to delegate to indexers via MetaMask can fail and result in p This guide provides a full review of this document, and how to consider everything in this document while interacting with the UI. -
- -
+ diff --git a/pages/vi/network/explorer.mdx b/pages/vi/network/explorer.mdx index 301f36468524..3d3fd33d5d9d 100644 --- a/pages/vi/network/explorer.mdx +++ b/pages/vi/network/explorer.mdx @@ -4,15 +4,7 @@ title: Trình khám phá Graph Chào mừng bạn đến với Graph Explorer, hay như chúng tôi thường gọi, cổng thông tin phi tập trung của bạn vào thế giới subgraphs và dữ liệu mạng. 👩🏽‍🚀 Graph Explorer bao gồm nhiều phần để bạn có thể tương tác với các nhà phát triển subgraph khác, nhà phát triển dapp, Curators, Indexers, và Delegators. Để biết tổng quan chung về Graph Explorer, hãy xem video bên dưới (hoặc tiếp tục đọc bên dưới): -
- -
+ ## Subgraphs diff --git a/pages/vi/network/indexing.mdx b/pages/vi/network/indexing.mdx index d1e92fc63dc5..c7f10303f4fe 100644 --- a/pages/vi/network/indexing.mdx +++ b/pages/vi/network/indexing.mdx @@ -2,8 +2,6 @@ title: Indexer --- -import { Difficulty } from '@/components' - Indexer là những người vận hành node (node operator) trong Mạng The Graph có stake Graph Token (GRT) để cung cấp các dịch vụ indexing và xử lý truy vấn. Indexers kiếm được phí truy vấn và phần thưởng indexing cho các dịch vụ của họ. Họ cũng kiếm được tiền từ Rebate Pool (Pool Hoàn phí) được chia sẻ với tất cả những người đóng góp trong mạng tỷ lệ thuận với công việc của họ, tuân theo Chức năng Rebate Cobbs-Douglas. GRT được stake trong giao thức sẽ phải trải qua một khoảng thời gian chờ "tan băng" (thawing period) và có thể bị cắt nếu Indexer có ác ý và cung cấp dữ liệu không chính xác cho các ứng dụng hoặc nếu họ index không chính xác. Indexer cũng có thể được ủy quyền stake từ Delegator, để đóng góp vào mạng. diff --git a/pages/vi/querying/billing.mdx b/pages/vi/querying/billing.mdx index 8e98e0996567..5c0b7059bcd3 100644 --- a/pages/vi/querying/billing.mdx +++ b/pages/vi/querying/billing.mdx @@ -39,15 +39,7 @@ There are 4 states your invoice can be in: For a quick demo of how billing works on the Subgraph Studio, check out the video below: -
- -
+ ### Multisig Users diff --git a/pages/zh/cookbook/migrating-a-subgraph.mdx b/pages/zh/cookbook/migrating-a-subgraph.mdx index 6187ba11b6bb..29b6eaf31f05 100644 --- a/pages/zh/cookbook/migrating-a-subgraph.mdx +++ b/pages/zh/cookbook/migrating-a-subgraph.mdx @@ -147,15 +147,7 @@ _虽然这种机制目前在网络上运行,但社区目前正在讨论降低 如果您仍然感到困惑,请不要害怕! 查看以下资源或观看我们的视频指南,了解将子图迁移到下面的去中心化网络: -
- -
+ - [The Graph 网络合约](https://github.com/graphprotocol/contracts) - [Curation Contract](https://github.com/graphprotocol/contracts/blob/dev/contracts/curation/Curation.sol) - GNS 包裹的底层合约 diff --git a/pages/zh/deploying/subgraph-studio.mdx b/pages/zh/deploying/subgraph-studio.mdx index 393914ac23fa..d38f81803da8 100644 --- a/pages/zh/deploying/subgraph-studio.mdx +++ b/pages/zh/deploying/subgraph-studio.mdx @@ -66,15 +66,7 @@ The Graph 网络还不能支持所有的数据源和 托管服务上可用的功 你已经做到了这一点 - 恭喜! 发布子图意味着当您在 CLI 中部署子图时会生成 IPFS 哈希,并存储在网络的以太坊智能合约中。 为了成功发布您的子图,您需要完成此[博客](https://thegraph.com/blog/building-with-subgraph-studio)中列出的以下步骤. 还请查看下面的视频概述: -
- -
+ 请记住,在您完成发布流程时,您将能够推送到我们支持的测试网主网或 Rinkeby。 如果您是第一次开发子图,我们强烈建议您从发布到 Rinkeby 开始,这是免费的。 这将允许您查看子图在 The Graph Explorer 中的工作方式,并允许您测试管理元素。 diff --git a/pages/zh/network/curating.mdx b/pages/zh/network/curating.mdx index 262ef3df5c82..f3658edfedb2 100644 --- a/pages/zh/network/curating.mdx +++ b/pages/zh/network/curating.mdx @@ -93,12 +93,4 @@ Remember that curation is risky. 请做好你的工作,确保你在你信任 还有困惑吗? 点击下面查看策展视频指导: -
- -
+ diff --git a/pages/zh/network/delegating.mdx b/pages/zh/network/delegating.mdx index 3ea372d4c4d1..5b51f0f1224f 100644 --- a/pages/zh/network/delegating.mdx +++ b/pages/zh/network/delegating.mdx @@ -91,12 +91,4 @@ At times, attempts to delegate to indexers via MetaMask can fail and result in p This guide provides a full review of this document, and how to consider everything in this document while interacting with the UI. -
- -
+ diff --git a/pages/zh/network/explorer.mdx b/pages/zh/network/explorer.mdx index 6de4592fec35..96fff6ccfa17 100644 --- a/pages/zh/network/explorer.mdx +++ b/pages/zh/network/explorer.mdx @@ -4,15 +4,7 @@ title: 浏览器 欢迎使用 Graph 浏览器,或者我们可以称它为您进入子图和网络数据世界的去中心化门户。 The Graph 浏览器由多个部分组成,您可以在其中与其他子图开发人员、去中心化应用开发人员、策展人、索引人和 委托人进行交互。 有关 Graph 浏览器的通用概述,请查看下面的视频(或继续阅读下面的内容): -
- -
+ ## 子图 diff --git a/pages/zh/network/indexing.mdx b/pages/zh/network/indexing.mdx index b252c8419cb9..0d3da06d176e 100644 --- a/pages/zh/network/indexing.mdx +++ b/pages/zh/network/indexing.mdx @@ -2,8 +2,6 @@ title: 索引 --- -import { Difficulty } from '@/components' - 索引人是 The Graph 网络中的节点运营商,他们质押 Graph 通证 (GRT) 以提供索引和查询处理服务。 索引人通过他们的服务赚取查询费和索引奖励。 他们还根据 Cobbs-Douglas 回扣函数从回扣池中赚取收益,该回扣池与所有网络贡 ​​ 献者按他们的工作成比例共享。 抵押在协议中的 GRT 会受到解冻期的影响,如果索引人是恶意的并向应用程序提供不正确的数据或索引不正确,则可能会被削减。 索引人也可以从委托人那里获得委托,为网络做出贡献。 diff --git a/pages/zh/querying/billing.mdx b/pages/zh/querying/billing.mdx index cd0a7ff142e0..f0f98ee080d3 100644 --- a/pages/zh/querying/billing.mdx +++ b/pages/zh/querying/billing.mdx @@ -39,15 +39,7 @@ title: 子图工作室的计费 关于在 Subgraph Studio 上如何进行计费的快速演示,请看下面的视频。 -
- -
+ ### 多重签名用户