docs: add missing attribution to Althea for the lean JSON RPC client

This commit is contained in:
Georgios Konstantopoulos 2020-06-20 17:15:00 +03:00
parent 8240b26a80
commit 3459b1d350
No known key found for this signature in database
GPG Key ID: FA607837CD26EDBC
2 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ 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/)
- [`guac_rs`](https://github.com/althea-net/guac_rs/tree/master/web3/src/jsonrpc)
A lot of the code was inspired and adapted from them, to a unified and opinionated interface,
built with async/await and std futures from the ground up.

View File

@ -1,3 +1,4 @@
// Code adapted from: https://github.com/althea-net/guac_rs/tree/master/web3/src/jsonrpc
use crate::{provider::ProviderError, JsonRpcClient};
use async_trait::async_trait;