Skip to content

Commit 88bba45

Browse files
authored
Include reference to old ganache-cli docker image
1 parent 625e3fd commit 88bba45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ To interact with these contracts, start up a testRPC node in a seperate terminal
5050
$ ganache-cli --gasLimit 8000000
5151
```
5252

53+
*NOTE: if you have trouble getting the latest version of ganache-cli to work, try running against the following docker image instead:*
54+
```sh
55+
$ docker run -p 8545:8545 trufflesuite/ganache-cli:v6.1.8 -h 0.0.0.0 --gasLimit 8000000
56+
```
57+
5358
Then, to run tests:
5459
```sh
5560
$ yarn linter

0 commit comments

Comments
 (0)