Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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