From cd1991b0bc7cc03932cb3bc7f09b4d8d24d091a7 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Tue, 13 Jul 2021 18:28:56 -0300 Subject: [PATCH] Add kudos to ethers --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8d6220..ee1ba63 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,8 @@ To [Trust Wallet](https://github.com/trustwallet/assets) who sponsor and make av To the owners of the [4bytes repository](https://github.com/ethereum-lists/4bytes) that we import and use to translate the method selectors to human-friendly strings. +To [Ethers](https://github.com/ethers-io/ethers.js/) which is the client library we used to interact with the ETH node. It is high level enough to hide most jsonrpc particularities, but flexible enough to allow easy interaction with custom jsonrpc methods. + ## Future Erigon keeps evolving at a fast pace, with weekly releases, sometimes with (necessary) breaking changes.