Skip to content

Commit 1b7c72b

Browse files
authored
Merge pull request #15549 from chainide-agent-bob/add-web3js-sunset-warning
docs: add Web3.js sunset warning to JavaScript API documentation
2 parents b7d28d8 + 3319d72 commit 1b7c72b

File tree

1 file changed

+2
-0
lines changed
  • public/content/developers/docs/apis/javascript

1 file changed

+2
-0
lines changed

public/content/developers/docs/apis/javascript/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ These libraries abstract away much of the complexity of interacting directly wit
2626

2727
Using providers, these libraries allow you to connect to Ethereum and read its data, whether that's over JSON-RPC, INFURA, Etherscan, Alchemy or MetaMask.
2828

29+
> **Warning:** Web3.js was archived on March 4, 2025. [Read the announcement](https://blog.chainsafe.io/web3-js-sunset/). Consider using alternative libraries like ethers.js or viem for new projects.
30+
2931
**Ethers example**
3032

3133
```js

0 commit comments

Comments
 (0)