From a558a4237bb230673d30845e15b99a97b6b54994 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Wed, 17 Jun 2020 19:18:46 +0300 Subject: [PATCH] docs: add ethers.js as a reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6031b9b8..8d528f62 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ help you get involved in the ethers-rs project. ## Related Projects This library would not have been possibly without the great work done in: +- [`ethers.js`](https://github.com/ethers-io/ethers.js/) - [`rust-web3`](https://github.com/tomusdrw/rust-web3/) - [`ethcontract-rs`](https://github.com/gnosis/ethcontract-rs/)