Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5fd9dbb

Browse files
Santiago Trujillo Zuluagadrparadox05
andauthored
Compare package size (wihtout image) (#6994)
* Added comaparison for package size * Added advantages over other libraries * added packge size in minified gzipped * Update introduction.md * removed image --------- Co-authored-by: DrParadox! <[email protected]>
1 parent 7be0060 commit 5fd9dbb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/docs/guides/getting_started/introduction.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,12 @@ Web3.js is modular, consisting of several packages, each serving specific functi
5555

5656
- **Web3 Errors:** Web3 Errors has error codes and common error classes that are used by other Web3 packages.
5757

58-
- **Web3 RPC Methods:** This is for advanced uses for building more lightweight applications. It has functions for making RPC requests to Ethereum using a given provider.
58+
- **Web3 RPC Methods:** This is for advanced uses for building more lightweight applications. It has functions for making RPC requests to Ethereum using a given provider.
59+
60+
## Advantages over other libraries
61+
62+
- **Extensive Documentation and Community**: Being one of the earliest Ethereum libraries, Web3.js benefits from extensive documentation and a large, active community. Web3.js is widely adopted and has been thoroughly tested in various production environments and is compatible with a broad range of other tools and services in the Ethereum ecosystem.
63+
64+
- **Modular Design**: Web3.js is designed to be modular, meaning it allows developers to use specific packages according to their needs. This may lead to smaller bundle sizes and faster load times for web applications.
65+
66+
- **Active Development and Support**: Web3.js sees regular updates and active development. This support is crucial for developers needing assurance that the library they're using will keep pace with the evolving Ethereum landscape.

0 commit comments

Comments
 (0)