Skip to content

Commit

Permalink
Merge pull request #19 from etclabscore/fix/install
Browse files Browse the repository at this point in the history
fix: install instructions
  • Loading branch information
shanejonas committed Jun 1, 2019
2 parents c4b8879 + 30205d6 commit e0695de
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,14 @@ Service Runner improves the dApp development cycle, by reducing the number of st
Install `jade-service-runner` using npm

```shell
npm install jade-service-runner
npm install jade-service-runner-client
npm install -g @etclabscore/jade-service-runner
```

It also has a javascript client:
```
npm install @etclabscore/jade-service-runner-client
```

Then require it into any module.

```js
Expand All @@ -53,18 +58,10 @@ const erpc = new ERPC(serviceConfig);
erpc.getBalance("0x0DEADBEEF");
```

To run the service runner.
Download and install the binary [here](https://here)

```shell
./jade-service-runner
```

or
to run the service runner:

```shell
cd $PATH/jade-service-runner
npx jade-service-runner
jade-service-runner
```

# Contributing
Expand Down

0 comments on commit e0695de

Please sign in to comment.