Skip to content

Commit

Permalink
Fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Mar 9, 2021
1 parent c8df35b commit dbb70a7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,22 +62,18 @@ const PrizePool = require('@pooltogether/pooltogether-contracts/abis/PrizePool.j

First clone this repository and enter the directory.

Switch to the `version-3` branch:

```
$ git checkout version-3
```

Install dependencies:

```
$ yarn
```

We make use of [Hardhat](https://hardhat.dev) and [hardhat-deploy](https://github.com/wighawag/hardhat-deploy)
We use [direnv](https://direnv.net/) to manage environment variables. You'll likely need to install it.

#### Testing

We use [Hardhat](https://hardhat.dev) and [hardhat-deploy](https://github.com/wighawag/hardhat-deploy)

To run unit & integration tests:

```sh
Expand Down

0 comments on commit dbb70a7

Please sign in to comment.