From 7eec705cecade43367ac5f3d394f59c9955d4577 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Tue, 29 Dec 2020 00:40:47 +0200 Subject: [PATCH] docs: add solc-select to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bff03206..7fbfb3e1 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ ethers = { git = "https://github.com/gakonst/ethers-rs" } ## Running the tests Tests require the following installed: -1. [`solc`](https://solidity.readthedocs.io/en/latest/installing-solidity.html) +1. [`solc`](https://solidity.readthedocs.io/en/latest/installing-solidity.html). We also recommend using [solc-select](https://github.com/crytic/solc-select) for more flexibility. 2. [`ganache-cli`](https://github.com/trufflesuite/ganache-cli#installation) In addition, it is recommended that you set the `ETHERSCAN_API_KEY` environment variable