Skip to content

Commit 5f96e53

Browse files
committed
Address PD-4677
PD-4677
1 parent 251a9a0 commit 5f96e53

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

docs/dashboard/create-new-project.mdx

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import WalletConfiguration from "@site/static/images/dashboard/wallet-configurat
1313
import CustomizationBranding from "@site/static/images/dashboard/customization-branding.png";
1414
import CustomizationLoginModal from "@site/static/images/dashboard/customization-login-modal.png";
1515
import DashboardAnalytics from "@site/static/images/dashboard/dashboard-analytics.png";
16+
import ChainsAndNetworks from "@site/static/images/dashboard/chains-and-networks.png";
1617

1718
Before implementing any Web3Auth SDK, developers must create a new project in the Web3Auth
1819
Dashboard. 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

180202
If you plan on using Web3Auth for user onboarding, you'll need to configure the login methods you

docs/features/compatible-blockchains.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ platform.
1616
Check out our [**Connect Blockchain Reference**](/connect-blockchain) for more details on how to
1717
connect different blockchains with Web3Auth.
1818

19+
Chains and Networks are now
20+
[configurable on the Web3Auth Dashboard](/dashboard/create-new-project/#chains-and-networks).
21+
1922
:::
2023

2124
## Guides
245 KB
Loading

0 commit comments

Comments
 (0)