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

Commit 6d47f5e

Browse files
author
Dan Forbes
committed
Update API Docs & Add Providers to Supporting Packages
1 parent d08c738 commit 6d47f5e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/docs/guides/getting_started/introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Web3.js is a modular collection of packages, each of which serves a specific nee
6161

6262
- [**Iban:**](/libdocs/Iban) The `web3-eth-iban` package allows you to switch between **Ethereum addresses and special banking-like addresses** (IBAN or BBAN) and simplifies conversion between the types.
6363

64-
### Additional Supporting Packages
64+
### Additional Supporting Packages
6565

6666
- [**Web3 Core:**](/api/web3-core) subscriptions, request management, and configuration used by other Web3 packages
6767

@@ -73,6 +73,8 @@ Web3.js is a modular collection of packages, each of which serves a specific nee
7373

7474
- [**Web3 RPC Methods:**](/api/web3/namespace/rpcMethods) functions for making RPC requests to Ethereum using a given provider
7575

76+
- [**Web3 RPC Providers:**](/api/web3-rpc-providers) utilities for working with well-known [remote providers](/guides/web3_providers_guide/#remote-provider)
77+
7678
### Plugins
7779

7880
Web3.js supports [plugins](/guides/web3_plugin_guide/), which are another way to encapsulate capabilities that support a specific need. There are plugins that exist to support native features, like those described by [EIPs](https://eips.ethereum.org/) as well as plugins that are designed to support specific smart contracts, middleware, or even other Ethereum-compatible networks. Visit the [Web3.js plugins homepage](https://web3js.org/plugins) to view a list of the most important Web3.js plugins, which includes:

docs/docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ const packages = [
3737
'web3-providers-http',
3838
'web3-providers-ws',
3939
'web3-providers-ipc',
40+
'web3-rpc-providers',
4041
];
4142

4243
/** @type {import('@docusaurus/types').Config} */

0 commit comments

Comments
 (0)