You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,15 @@
1
1
# The Graph networks registry
2
2
3
-
This repository manages a registry of networks in The Graph ecosystem. See [Releases](https://github.com/pinax-network/supported-networks/releases) page for the latest version of the registry. See [docs/networks-table.md](./docs/networks-table.md) for the up-to-date auto-generated networks table.
This repository manages a registry of networks in The Graph ecosystem.
6
+
7
+
See [Releases](https://github.com/graphprotocol/networks-registry/releases) page for the latest version of the registry.
8
+
See [Networks Table](./docs/networks-table.md) for an up-to-date auto-generated networks list.
9
+
10
+
[Libraries](https://github.com/pinax-network/graph-networks-libs) for Typescript, Go and Rust.
11
+
12
+
[Demo app](https://graph-networks-app.vercel.app/) for the registry.
4
13
5
14
## Adding/updating a chain
6
15
@@ -12,9 +21,9 @@ This repository manages a registry of networks in The Graph ecosystem. See [Rele
12
21
13
22
## Structure of the repository
14
23
15
-
-`docs/`: Contains docs and auto-generated networks table
16
24
-`schemas/`: Contains the schema for the registry
17
25
-`registry/`: Contains the networks JSONs (edit these)
26
+
-`docs/`: Contains docs and auto-generated networks table
18
27
-`public`: Contains all generated registry versions (don't edit those)
19
28
-`src/`: Contains scripts to validate networks JSONs and generate the resulting registry JSON
20
29
@@ -72,9 +81,9 @@ In addition to the above, the JSON Schema is available at TheGraphNetworksRegist
72
81
73
82
## Registry Usage
74
83
75
-
In your application you can pull one of the registry JSONs above depending on your use case - whether it's pinned to a specific registry version, whether you allow backwards compatible schema changes or you just need the latest one.
84
+
In your application you can use one of the generated registry JSONs above depending on your use case.
76
85
77
-
Refer to [Using The Graph Networks Registry](./docs/using-the-registry.md) for more information and best practices.
86
+
Libraries for Typescript, Go and Rust [exist](https://github.com/pinax-network/graph-networks-libs) to make it easier to work with the registry.
0 commit comments