From e2b128bb14f37d2109789bd22db46ca5657d05d7 Mon Sep 17 00:00:00 2001 From: Jalal Sinno Date: Sat, 25 Mar 2023 12:51:28 -0300 Subject: [PATCH] Add Web3js API to BLockchain Web3js is an api to use features and modules from the Ethereum blockchain --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..800a7cf2 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ API | Description | Auth | HTTPS | CORS | | [The Graph](https://thegraph.com) | Indexing protocol for querying networks like Ethereum with GraphQL | `apiKey` | Yes | Unknown | | [Walltime](https://walltime.info/api.html) | To retrieve Walltime's market info | No | Yes | Unknown | | [Watchdata](https://docs.watchdata.io) | Provide simple and reliable API access to Ethereum blockchain | `apiKey` | Yes | Unknown | +| [Web3js](https://web3js.readthedocs.io/en/v1.8.2/web3.html) | A collection of modules that contain functionality for the ethereum ecosystem. | `apiKey`| Yes | Unknown | **[⬆ Back to Index](#index)** ### Books