From a112d05c24a07e6b9bb6e4ecf81acfea4f99ebd0 Mon Sep 17 00:00:00 2001 From: Arthur Gousset <46296830+arthurgousset@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:58:49 +0000 Subject: [PATCH] docs(README): Adds link to ethers discussion and other - Links to NPM packages --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fb97e7c..bbb0663 100644 --- a/README.md +++ b/README.md @@ -46,12 +46,12 @@ Legend: | Client library | Language | | since | | since | Comment | |---|:---:|:---:|:---:|:---|---|---| -| `viem` | TS/JS | ✅ | | ✅ | >[1.19.5][1] | --- | -| `ethers` | TS/JS | ✅ | | ❌ | | Support via fork in
`celo-ethers-wrapper` | -| `celo-ethers-wrapper` | TS/JS | ✅ | | ✅ | >[2.0.0](https://github.com/celo-tools/celo-ethers-wrapper/releases/tag/2.0.0) | --- | -| `web3js` | TS/JS | ✅ | | ❌ | | Support via fork in
`contractkit` | -| `contractkit` | TS/JS | ✅ | | ✅ | >[5.0.0](https://github.com/celo-org/celo-monorepo/releases/tag/v5.0) | --- | -| `Web3j` | Java | ✅ | | ❌ | | --- | +| [`viem`](https://www.npmjs.com/package/viem) | TS/JS | ✅ | | ✅ | >[1.19.5][1] | --- | +| [`ethers`](https://www.npmjs.com/package/ethers) | TS/JS | ✅ | | ❌ | | [Discussion](https://github.com/ethers-io/ethers.js/issues/3747) with maintainer.
Currently only supported via
[`@celo-tools/celo-ethers-wrapper`](https://www.npmjs.com/package/@celo-tools/celo-ethers-wrapper) | +| [`@celo-tools/celo-ethers-wrapper`](https://www.npmjs.com/package/@celo-tools/celo-ethers-wrapper) | TS/JS | ✅ | | ✅ | >[2.0.0](https://github.com/celo-tools/celo-ethers-wrapper/releases/tag/2.0.0) | --- | +| [`web3`](https://www.npmjs.com/package/web3) | TS/JS | ✅ | | ❌ | | Currently only supported via
[`@celo/contractkit`](https://www.npmjs.com/package/@celo/contractkit) | +| [`@celo/contractkit`](https://www.npmjs.com/package/@celo/contractkit) | TS/JS | ✅ | | ✅ | >[5.0.0](https://github.com/celo-org/celo-monorepo/releases/tag/v5.0) | --- | +| [`Web3j`](https://docs.web3j.io/) | Java | ✅ | | ❌ | | --- | | `rust-ethers` | Rust | ✅ | | ❌ | | --- | | `brownie` | Python | ✅ | | ❌ | | --- |