Skip to content

Commit

Permalink
Cleanup of links and requirements in README (gakonst#1163)
Browse files Browse the repository at this point in the history
* chore: remove broken link and old unused test

* chore: add solc version required and geth requirement for tests
  • Loading branch information
devanoneth authored Apr 21, 2022
1 parent 48e2920 commit 20f7ac2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 39 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ ethers = { git = "https://github.com/gakonst/ethers-rs" }

Tests require the following installed:

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.
1. [`solc`](https://solidity.readthedocs.io/en/latest/installing-solidity.html) (>=0.8.10). 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)
3. [`geth`](https://github.com/ethereum/go-ethereum)

In addition, it is recommended that you set the `ETHERSCAN_API_KEY` environment variable
for [the abigen via Etherscan](https://github.com/gakonst/ethers-rs/blob/master/ethers/tests/major_contracts.rs) tests.
for [the abigen via Etherscan](https://github.com/gakonst/ethers-rs/blob/master/ethers-contract/tests/abigen.rs) tests.
You can get one [here](https://etherscan.io/apis).

### EVM-compatible chains support
Expand Down
37 changes: 0 additions & 37 deletions tests/major_contracts.rs

This file was deleted.

0 comments on commit 20f7ac2

Please sign in to comment.