Skip to content

Commit 3319d72

Browse files
docs: add Web3.js sunset warning
Co-Authored-By: Bob <[email protected]>
1 parent 1335c08 commit 3319d72

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)