@@ -13,6 +13,7 @@ import WalletConfiguration from "@site/static/images/dashboard/wallet-configurat
1313import CustomizationBranding from " @site/static/images/dashboard/customization-branding.png" ;
1414import CustomizationLoginModal from " @site/static/images/dashboard/customization-login-modal.png" ;
1515import DashboardAnalytics from " @site/static/images/dashboard/dashboard-analytics.png" ;
16+ import ChainsAndNetworks from " @site/static/images/dashboard/chains-and-networks.png" ;
1617
1718Before implementing any Web3Auth SDK, developers must create a new project in the Web3Auth
1819Dashboard. This process generates a Client ID required for Web3Auth SDK integration.
@@ -175,6 +176,27 @@ async function getPrivateKey() {
175176}
176177```
177178
179+ ### Chains and Networks
180+
181+ Web3Auth simplifies blockchain configuration with a no-code approach to managing chains and networks
182+ directly from the dashboard. Developers can enable or disable mainnet and testnet networks with a
183+ single click—no need to write or manage chain-related code within the SDK.
184+
185+ The interface offers an extensive list of popular blockchains including Ethereum, Arbitrum,
186+ Avalanche, Base, and more. Custom networks can also be added effortlessly by filling in essential
187+ details like Chain ID, Currency Symbol, Block Explorer URL, and Namespace.
188+
189+ This intuitive setup ensures seamless integration and flexibility, allowing developers to focus on
190+ building without worrying about manual chain configuration.
191+
192+ <div style = { { flexBasis: " 300px" , flexGrow: " 1" , textAlign: " center" }} >
193+ <img
194+ src = { ChainsAndNetworks }
195+ style = { { alignSelf: " center" , maxWidth: " 100%" }}
196+ alt = " Chains and Networks"
197+ />
198+ </div >
199+
178200### Authentication
179201
180202If you plan on using Web3Auth for user onboarding, you'll need to configure the login methods you
0 commit comments