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: subgraph/README.md
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,16 +20,28 @@ $ yarn build
20
20
21
21
## Deployment to The Graph (hosted service)
22
22
23
-
### Authentication
23
+
### Using a personal account for development
24
+
25
+
#### Authentication
24
26
25
27
Get an API key from the thegraph.com, then authenticate.
26
28
27
29
```bash
28
30
$ yarn run graph auth --product hosted-service
29
31
```
30
32
31
-
### Deployment
33
+
####Deployment
32
34
33
35
```bash
34
36
yarn deploy:arbitrum-goerli
35
37
```
38
+
39
+
### Using the Kleros organization account
40
+
Go to the [Deploy Subgraph Action](https://github.com/kleros/kleros-v2/actions/workflows/deploy-subgraph.yml) and click the Run workflow button:
0 commit comments