Skip to content

Commit

Permalink
docs: Add operator instructions for the testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jannis authored Feb 2, 2021
1 parent 503f1a7 commit e893390
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@ indexer. The only requirement is a minimum stake of 100k GRT.
In order to register for the testnet and have testnet GRT distributed to you,
please fill out the [testnet registration form](https://airtable.com/shrL1trS84Jf0aawP).

### Setting An Operator

To set an operator for your testnet indexer, you can use the contracts CLI as follows.
This is similar to using Remix, except it's easier.

```bash
git clone https://github.com/graphprotocol/contracts
cd contracts

./cli/cli.ts -m <indexer-mnemonic> -p <ethereum-rinkeby-node> \
contracts staking setOperator --operator <operator-address> --allowed true
```

### Network Parameters

| Parameter | Value |
Expand Down

0 comments on commit e893390

Please sign in to comment.