Skip to content

Commit

Permalink
fix(README): add supported services
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 1, 2019
1 parent eaf7413 commit 778025f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,23 @@ to run the service runner:
jade-service-runner
```

## Supported Services

Currently it supports `multi-geth` with the following environments:

- `kotti`
- `mainnet`
- `ethereum`
- `goerli`
- `rinkeby`

## Extending services
You can extend jade-service-runner with your own configuration via the command line interface

```
jade-service-runner -c jade-service-runner-config.json
```

# Contributing

How to contribute, build and release are outlined in [CONTRIBUTING.md](CONTRIBUTING.md), [BUILDING.md](BUILDING.md) and [RELEASING.md](RELEASING.md) respectively. Commits in this repository follow the [CONVENTIONAL_COMMITS.md](CONVENTIONAL_COMMITS.md) specification.

0 comments on commit 778025f

Please sign in to comment.