Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
fix(doc): change ganache set up to have more accounts
Browse files Browse the repository at this point in the history
update the cmd to have more accounts when we run ganache
  • Loading branch information
n1c01a5 committed May 6, 2018
1 parent a0b2324 commit d32fc66
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
</p>

> This repository contains a Javascript library that provides methods to interact with Kleros arbitrator
and Arbitrable contracts. It can be used to develop Relayers or DApps that use Kleros smart contracts.
> and Arbitrable contracts. It can be used to develop Relayers or DApps that use Kleros smart contracts.
## Installation

```
yarn add kleros-api
```
Expand Down Expand Up @@ -84,7 +85,7 @@ yarn install
## Test

```sh
yarn run ganache-cli
yarn ganache
yarn test
```

Expand Down

0 comments on commit d32fc66

Please sign in to comment.