Skip to content

Commit

Permalink
disclaimer msgs (#7446)
Browse files Browse the repository at this point in the history
* readme update

* docs update
  • Loading branch information
jdevcs authored Jan 17, 2025
1 parent bc4a34b commit bf16917
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

# Web3.js

### Web3.js libraries are being sunset on March 4th, 2025. For migration guides and more details please refer to [Chainsafe blog](https://blog.chainsafe.io/web3-js-sunset/)

[![Dependency Status][downloads-image]][npm-url] ![Unit Test Coverage](https://img.shields.io/codecov/c/github/web3/web3.js/4.x?label=unit%20test%20coverage)
![Commit Activity](https://img.shields.io/github/commit-activity/m/web3/web3.js/4.x?label=commit%20activity%20on%204.x)
![Contributors](https://img.shields.io/github/contributors/web3/web3.js?label=contributors%20on%20all%20branches)
Expand Down
6 changes: 6 additions & 0 deletions docs/docs/guides/01_getting_started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ sidebar_label: Introduction

# Introduction

:::warning

Web3.js libraries are being sunset on March 4th, 2025. For migration guides and more details please refer to [Chainsafe blog](https://blog.chainsafe.io/web3-js-sunset/)

:::

Web3.js is a robust and flexible collection of **TypeScript and JavaScript** libraries that allows developers to interact with local or remote [Ethereum](https://ethereum.org/en/) nodes (or **any EVM-compatible blockchain**) over **HTTP, IPC or WebSocket** connections. It is a powerful and efficient toolkit for crafting applications within the Ethereum ecosystem and beyond.

This documentation is the entrypoint to Web3.js for developers. It covers [basic](/guides/getting_started/quickstart) and [advanced](/guides/dapps/lightweight-dapp) usage with examples, and includes comprehensive [API documentation](/api) as well as guides for common tasks, like [upgrading](/guides/web3_upgrade_guide) from older versions.
Expand Down

1 comment on commit bf16917

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: bf16917 Previous: bc4a34b Ratio
processingTx 21017 ops/sec (±7.33%) 21846 ops/sec (±6.96%) 1.04
processingContractDeploy 37337 ops/sec (±9.10%) 39853 ops/sec (±7.71%) 1.07
processingContractMethodSend 15072 ops/sec (±8.58%) 15980 ops/sec (±7.62%) 1.06
processingContractMethodCall 26763 ops/sec (±6.73%) 27164 ops/sec (±8.09%) 1.01
abiEncode 40709 ops/sec (±8.44%) 42205 ops/sec (±7.03%) 1.04
abiDecode 28806 ops/sec (±8.75%) 30198 ops/sec (±6.77%) 1.05
sign 1554 ops/sec (±0.66%) 1503 ops/sec (±3.45%) 0.97
verify 362 ops/sec (±0.71%) 375 ops/sec (±0.43%) 1.04

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.