Skip to content

Commit 9de6c5b

Browse files
m4sterbunnyyashovardhanalexandratran
authored
light style pass: catches minor errors too (#2499)
* light style pass: catches minor errors too Signed-off-by: m4sterbunny <[email protected]> * light style pass: catches minor errors too Signed-off-by: m4sterbunny <[email protected]> * Update embedded-wallets/authentication/basic-logins/email-passwordless.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/basic-logins/email-passwordless.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/basic-logins/sms-otp.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/custom-connections/auth0.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/custom-connections/custom-jwt.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/custom-connections/custom-jwt.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/group-connections.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/id-token.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * Update embedded-wallets/authentication/id-token.mdx Co-authored-by: Alexandra Carrillo <[email protected]> * locks in several more noun vs verb and fixes links for the same * fixes for link issues * fixes for link issues --------- Signed-off-by: m4sterbunny <[email protected]> Co-authored-by: Yashovardhan Agrawal <[email protected]> Co-authored-by: Alexandra Carrillo <[email protected]>
1 parent 7e825d0 commit 9de6c5b

File tree

17 files changed

+107
-105
lines changed

17 files changed

+107
-105
lines changed

embedded-wallets/README.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const GetStarted = [
111111
slug="/embedded-wallets/"
112112
/>
113113

114-
MetaMask Embedded Wallets (formerly Web3Auth) is a pluggable embedded wallet infrastructure that simplifies Web3 wallet integration and user onboarding. It supports OAuth-based logins and multiple platforms, allowing users to access Web3 applications through familiar authentication methods in under a minute.
114+
MetaMask Embedded Wallets (formerly Web3Auth) provides a pluggable embedded wallet infrastructure to simplify Web3 wallet integration and user onboarding. It supports OAuth-based logins and multiple platforms, allowing users to access Web3 applications through familiar authentication methods in under a minute.
115115

116116
Users enjoy seamless onboarding while maintaining full control of their non-custodial wallets, ensuring both convenience and security.
117117

@@ -121,11 +121,11 @@ The SDKs are now branded as MetaMask Embedded Wallet SDKs (formerly Web3Auth Plu
121121

122122
:::
123123

124-
## Get Started
124+
## Get started
125125

126126
<Tiles tileGroups={GetStarted} />
127127

128-
## Key Features
128+
## Key features
129129

130130
<BrowserOnly>
131131
{() => {
@@ -134,15 +134,15 @@ The SDKs are now branded as MetaMask Embedded Wallet SDKs (formerly Web3Auth Plu
134134
}}
135135
</BrowserOnly>
136136

137-
### 🔐 Authentication Made Simple
137+
### 🔐 Authentication made simple
138138

139139
Get your users started in seconds with familiar login methods they already use:
140140

141-
- Sign in with Google, Twitter, GitHub and other popular social accounts
142-
- Passwordless login via email, SMS, authenticator apps or passkeys
141+
- Sign in with Google, Twitter, GitHub, and other popular social accounts
142+
- Passwordless login via email, SMS, authenticator apps, or passkeys
143143
- Bring your own auth system while leveraging our secure wallet infrastructure
144144

145-
### 🛡️ Bank-Grade Security
145+
### 🛡️ Bank-grade security
146146

147147
Enterprise-level protection for your users' digital assets:
148148

@@ -151,7 +151,7 @@ Enterprise-level protection for your users' digital assets:
151151
- Distributed architecture prevents single points of failure
152152
- Multiple backup options for worry-free recovery
153153

154-
### 💻 Built for Developers
154+
### 💻 Built for developers
155155

156156
Integrate MetaMask Embedded Wallets into your app with minimal effort:
157157

@@ -160,7 +160,7 @@ Integrate MetaMask Embedded Wallets into your app with minimal effort:
160160
- Full control to customize the look and feel
161161
- Support for web, mobile, and gaming platforms
162162

163-
### 👥 Designed for Users
163+
### 👥 Designed for users
164164

165165
The smoothest path to Web3 for your users:
166166

embedded-wallets/authentication/README.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@ The SDKs are now branded as MetaMask Embedded Wallet SDKs (formerly Web3Auth Plu
1717

1818
::::
1919

20-
## Supported Authentication Methods
20+
## Supported authentication methods
2121

2222
Embedded Wallets supports a wide range of authentication options, enabling developers to meet the needs of diverse user bases and platform requirements.
2323

24-
### Native Email & SMS Login
24+
### Native email & SMS login
2525

26-
Provides passwordless login via one-time passcodes (OTP)/ magic links sent to the user's [email address](/embedded-wallets/authentication/basic-logins/email-passwordless) or [phone number](/embedded-wallets/authentication/basic-logins/sms-otp). This method is widely accessible and especially useful for onboarding users unfamiliar with Web3 or crypto wallets.
26+
Provides passwordless log in via one-time passcodes (OTP)/ magic links sent to the user's [email address](/embedded-wallets/authentication/basic-logins/email-passwordless) or [phone number](/embedded-wallets/authentication/basic-logins/sms-otp). This method is widely accessible and especially useful for onboarding users unfamiliar with Web3 or crypto wallets.
2727

28-
### External Wallets
28+
### External wallets
2929

3030
Users can also authenticate using [third-party wallets](/embedded-wallets/authentication/basic-logins/external-wallets) such as MetaMask and other WalletConnect supported wallets. Developers can select which wallets to display via the Embedded Wallets Dashboard, providing tailored options based on user preference or regional relevance.
3131

32-
### OAuth and Social Login
32+
### OAuth and social login
3333

3434
Embedded Wallets supports a variety of social identity providers, allowing users to authenticate using accounts they already trust and use daily. Supported providers include:
3535

@@ -48,13 +48,13 @@ export const SocialLoginSetup = [
4848
key: 'apple',
4949
title: 'Apple',
5050
icon: 'logo-apple.png',
51-
path: 'social-logins/oauth/#login-with-apple',
51+
path: 'social-logins/oauth/#log-in-with-apple',
5252
},
5353
{
5454
key: 'twitter',
5555
title: 'Twitter (X)',
5656
icon: 'logo-twitter.png',
57-
path: 'social-logins/oauth/#login-with-x',
57+
path: 'social-logins/oauth/#log-in-with-x',
5858
},
5959
{
6060
key: 'facebook',
@@ -78,43 +78,43 @@ export const SocialLoginSetup = [
7878
key: 'github',
7979
title: 'GitHub',
8080
icon: 'logo-github.png',
81-
path: 'social-logins/oauth/#login-with-github',
81+
path: 'social-logins/oauth/#log-in-with-github',
8282
},
8383
{
8484
key: 'farcaster',
8585
title: 'Farcaster',
8686
icon: 'logo-farcaster.png',
87-
path: 'social-logins/oauth/#login-with-farcaster',
87+
path: 'social-logins/oauth/#log-in-with-farcaster',
8888
},
8989
{
9090
key: 'reddit',
9191
title: 'Reddit',
9292
icon: 'logo-reddit.png',
93-
path: 'social-logins/oauth/#login-with-reddit',
93+
path: 'social-logins/oauth/#log-in-with-reddit',
9494
},
9595
{
9696
key: 'kakao',
9797
title: 'Kakao',
9898
icon: 'logo-kakao.png',
99-
path: 'social-logins/oauth/#login-with-kakao',
99+
path: 'social-logins/oauth/#log-in-with-kakao',
100100
},
101101
{
102102
key: 'linkedin',
103103
title: 'LinkedIn',
104104
icon: 'logo-linkedin.png',
105-
path: 'social-logins/oauth/#login-with-linkedin',
105+
path: 'social-logins/oauth/#log-in-with-linkedin',
106106
},
107107
{
108108
key: 'line',
109109
title: 'Line',
110110
icon: 'logo-line.png',
111-
path: 'social-logins/oauth/#login-with-line',
111+
path: 'social-logins/oauth/#log-in-with-line',
112112
},
113113
{
114114
key: 'wechat',
115115
title: 'WeChat',
116116
icon: 'logo-wechat.png',
117-
path: 'social-logins/oauth/#login-with-wechat',
117+
path: 'social-logins/oauth/#log-in-with-wechat',
118118
},
119119
],
120120
},
@@ -124,7 +124,7 @@ export const SocialLoginSetup = [
124124

125125
Social login simplifies onboarding by reducing friction and improving usability—particularly in consumer-facing applications.
126126

127-
### JWT-Based Authentication
127+
### JWT-based authentication
128128

129129
Embedded Wallets allows integration with any existing JWT-based authentication system. This includes OpenID Connect (OIDC) and OAuth 2.0 compliant identity providers such as:
130130

embedded-wallets/authentication/basic-logins/email-passwordless.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Web3Auth provides built-in support for email and SMS-based authentication, allow
2323
/>
2424
</div>
2525

26-
## Set Up a Custom Email Connection
26+
## Set up a custom email connection
2727

2828
:::success Enable on Dashboard
2929

@@ -96,4 +96,4 @@ const web3AuthContextConfig: Web3AuthContextConfig = {
9696
export default web3AuthContextConfig
9797
```
9898

99-
Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
99+
Follow our [quickstart](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to set up the basic flow.

embedded-wallets/authentication/basic-logins/external-wallets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import ExternalWalletsSelectWallets from '@site/static/img/embedded-wallets/w3a-
99

1010
Web3Auth provides built-in support for email and SMS-based authentication, allowing users to log in seamlessly using a one-time passcode (OTP) sent to their email address or phone number. This form of passwordless authentication simplifies the onboarding process, removes friction for end users, and expands accessibility—especially in regions where social login options may be limited.
1111

12-
## Enable External Wallets
12+
## Enable external wallets
1313

1414
:::success Enable on Dashboard
1515

embedded-wallets/authentication/basic-logins/sms-otp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Web3Auth provides built-in support for email and SMS-based authentication, allow
2222
/>
2323
</div>
2424

25-
## Set Up a Custom SMS OTP Connection
25+
## Set up a custom SMS OTP connection
2626

2727
:::success Enable on Dashboard
2828

@@ -96,4 +96,4 @@ const web3AuthContextConfig: Web3AuthContextConfig = {
9696
export default web3AuthContextConfig
9797
```
9898

99-
Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
99+
Follow our [quickstart](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to set up the basic flow.

embedded-wallets/authentication/custom-connections/auth0.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ import JwtLoginAuth0 from '../../sdk/react/advanced/_custom-authentication-snipp
1515
import ImplicitLoginAuth0Google from '../../sdk/react/advanced/_custom-authentication-snippets/_implicit_login_auth0_google.mdx'
1616
import ImplicitLoginAuth0Spa from '../../sdk/react/advanced/_custom-authentication-snippets/_implicit_login_auth0_spa.mdx'
1717

18-
Auth0 is a powerful authentication and authorization platform that enables developers to securely manage user identities. Web3Auth offers native support for integrating Auth0 as a service provider, allowing projects to leverage Auth0’s robust authentication mechanisms within the Web3Auth ecosystem.
18+
[Auth0](https://auth0.com/docs/get-started/auth0-overview) is a powerful authentication and authorization platform that enables developers to securely manage user identities. Web3Auth offers native support for integrating Auth0 as a service provider, allowing projects to leverage Auth0’s robust authentication mechanisms within the Web3Auth ecosystem.
1919

2020
[Take a look at the supported social logins on Auth0](https://marketplace.auth0.com/categories/social-login)
2121

22-
## Create an Auth0 Application
22+
## Create an Auth0 application
2323

2424
To begin, developers must first create an Auth0 application specific to their project. This initial setup is essential before configuring the connection with Web3Auth. Once the Auth0 application is created, developers can proceed to establish an Auth0 connection within the Embedded Wallets Dashboard.
2525

@@ -66,7 +66,7 @@ export const Auth0Setup = [
6666

6767
<Tiles tileGroups={Auth0Setup} />
6868

69-
## Create an Auth0 Connection
69+
## Create an Auth0 connection
7070

7171
:::success Create Auth0 Connection on Dashboard
7272

@@ -114,7 +114,7 @@ Follow these steps to create an Auth0 connection:
114114

115115
Since, the `Auth0 Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
116116

117-
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
117+
> Follow our [quickstart](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to set up the basic flow.
118118
119119
### Web
120120

@@ -132,7 +132,7 @@ Since, the `Auth0 Connection` details are available from Dashboard, developers d
132132

133133
### Android
134134

135-
##### Create Web3Auth Instance
135+
##### Create a Web3Auth instance
136136

137137
In your activity, create a `Web3Auth` instance with your Web3Auth project's configurations.
138138

@@ -184,7 +184,7 @@ When connecting, the `login` function takes the LoginParams arguments for the lo
184184

185185
### Flutter
186186

187-
##### Create Web3Auth Instance
187+
##### Create a Web3Auth instance
188188

189189
In your `main.dart` file, initialize the `Web3AuthFlutter` plugin at the very beginning such as in the overriden `initState` function
190190

embedded-wallets/authentication/custom-connections/aws-cognito.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ import CustomConnectionOptions from '@site/static/img/embedded-wallets/w3a-dashb
88
import AWSConnection from '@site/static/img/embedded-wallets/w3a-dashboard/aws-cognito-connection.png'
99
import ImplicitLoginCognito from '../../sdk/react/advanced/_custom-authentication-snippets/_implicit_login_aws_cognito.mdx'
1010

11-
AWS Cognito is a scalable authentication service provided by Amazon Web Services that enables developers to securely manage user sign-up, sign-in, and access control. Web3Auth supports AWS Cognito as a service provider, allowing seamless integration between AWS Cognito’s authentication capabilities and Web3Auth’s decentralized key management infrastructure.
11+
[AWS Cognito](https://aws.amazon.com/cognito/) is a scalable authentication service provided by Amazon Web Services that enables developers to securely manage user sign-up, sign-in, and access control. Web3Auth supports AWS Cognito as a service provider, allowing seamless integration between AWS Cognito’s authentication capabilities and Web3Auth’s decentralized key management infrastructure.
1212

1313
[Take a look at the supported social logins on AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-social-idp.html)
1414

15-
## Create an AWS Cognito Application
15+
## Create an AWS Cognito application
1616

1717
To begin the integration process, developers must first create a new AWS Cognito application using the [AWS Management Console](https://console.aws.amazon.com/). This initial setup is required before configuring the connection within Web3Auth.
1818

1919
Once the AWS Cognito application is created, developers can proceed to add it as a custom connection in the Embedded Wallets Dashboard.
2020

2121
[Learn how to set up AWS Cognito](https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-console).
2222

23-
## Create an AWS Cognito Connection
23+
## Create an AWS Cognito connection
2424

2525
:::success Create AWS Cognito Connection on Dashboard
2626

@@ -73,8 +73,8 @@ Follow these steps to create a AWS Cognito connection:
7373

7474
Since, the `AWS Cognito Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
7575

76-
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
76+
> Follow our [quickstart](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to set up the basic flow.
7777
78-
### Login with AWS Cognito
78+
### Log in with AWS Cognito
7979

8080
<ImplicitLoginCognito />

embedded-wallets/authentication/custom-connections/custom-jwt.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ import CustomConnectionOptions from '@site/static/img/embedded-wallets/w3a-dashb
1212
import CustomJWTConnection from '@site/static/img/embedded-wallets/w3a-dashboard/custom-connection.png'
1313
import JwtLoginCustom from '../../sdk/react/advanced/_custom-authentication-snippets/_jwt_login_custom.mdx'
1414

15-
Web3Auth supports integration with custom login providers through JWT-based authentication schemes, allowing developers to maintain their existing authentication infrastructure while leveraging Web3Auth’s wallet and key management capabilities. Custom authentication can be implemented using industry-standard cryptographic algorithms such as RSA or ECDSA signatures.
15+
Web3Auth supports integration with custom login providers through [JWT-based](https://www.jwt.io/introduction#what-is-json-web-token) authentication schemes, allowing developers to maintain their existing authentication infrastructure while leveraging Web3Auth’s wallet and key management capabilities. Custom authentication can be implemented using industry-standard cryptographic algorithms such as RSA or ECDSA signatures.
1616

1717
To use this feature, developers must ensure that their JWTs adhere to the [JWT specification](https://datatracker.ietf.org/doc/html/rfc7519). Each JWT must be signed using a private key, and its corresponding public key must be accessible via a [JWKS (JSON Web Key Set)](https://datatracker.ietf.org/doc/html/rfc7517) endpoint. Web3Auth will use this endpoint to verify the integrity and authenticity of incoming tokens during login.
1818

19-
Once the Custom JWT login is working, developers can proceed to add it as a custom connection in the Embedded Wallets Dashboard.
19+
Once the custom JWT login is working, developers can proceed to add it as a custom connection in the Embedded Wallets Dashboard.
2020

21-
## Set up Custom JWT Connection
21+
## Set up a custom JWT connection
2222

2323
:::success Create Custom Connection on Dashboard
2424

@@ -38,7 +38,7 @@ To use this feature, developers must go to the `Custom Connections` tab in the [
3838
/>
3939
</div>
4040

41-
Follow these steps to create a AWS Cognito connection:
41+
Follow these steps to create a custom JWT connection:
4242

4343
1. Visit the [Embedded Wallets Dashboard](https://dashboard.web3auth.io).
4444
1. Go to the `Custom Connections` section.
@@ -69,7 +69,7 @@ Follow these steps to create a AWS Cognito connection:
6969

7070
To generate the JWT, developers may use a package of their choice. Web3Auth provides documentation and examples using both the `jsonwebtoken` and `jose` libraries.
7171

72-
### Generate Private Key
72+
### Generate a private key
7373

7474
Developers can generate a private key using the `openssl` command-line tool. This private key will be used to sign the ID token.
7575

@@ -113,7 +113,7 @@ openssl ec -in ec-secp256k1-privateKey.pem -pubout -out ec-secp256k1-publicKey.p
113113
</TabItem>
114114
</Tabs>
115115

116-
### Install JWT Library
116+
### Install the JWT library
117117

118118
Developers can install a JWT library of their choice. Following are the documentation and examples using both the `jsonwebtoken` and `jose` libraries.
119119

@@ -249,9 +249,9 @@ Check out [**this troubleshooting page to fix those.**](/embedded-wallets/troubl
249249

250250
Since, the `Custom Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
251251

252-
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
252+
> Follow our [quickstart](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to set up the basic flow.
253253
254-
### Login with JWT
254+
### Log in with JWT
255255

256256
<JwtLoginCustom />
257257

embedded-wallets/authentication/custom-connections/firebase.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ import CustomConnectionOptions from '@site/static/img/embedded-wallets/w3a-dashb
1010
import FirebaseConnection from '@site/static/img/embedded-wallets/w3a-dashboard/firebase-connection.png'
1111
import JwtLoginFirebase from '../../sdk/react/advanced/_custom-authentication-snippets/_jwt_login_firebase.mdx'
1212

13-
Firebase is a popular backend platform that enables developers to seamlessly integrate authentication, databases, and other services into their applications. Web3Auth supports Firebase as an authentication provider, allowing developers to leverage Firebase Authentication within the Web3Auth framework for secure user login and key management.
13+
[Firebase](https://firebase.google.com/) is a popular backend platform that enables developers to seamlessly integrate authentication, databases, and other services into their applications. Web3Auth supports Firebase as an authentication provider, allowing developers to leverage Firebase Authentication within the Web3Auth framework for secure user login and key management.
1414

1515
[Take a look at the supported social logins on Firebase](https://firebase.google.com/docs/auth)
1616

17-
## Create a Firebase Project
17+
## Create a Firebase project
1818

1919
To get started, developers must first create a Firebase project in the Firebase Console. This is a required step before integrating Firebase with Web3Auth. Once the Firebase project is set up, developers can proceed to configure a Firebase connection in the Embedded Wallets Dashboard.
2020

@@ -63,7 +63,7 @@ export const FirebaseSetup = [
6363

6464
<Tiles tileGroups={FirebaseSetup} />
6565

66-
## Create a Firebase Connection
66+
## Create a Firebase connection
6767

6868
:::success Create Firebase Connection on Dashboard
6969

@@ -114,15 +114,15 @@ Follow these steps to create a Firebase connection:
114114

115115
Since, the `Firebase Connection` details are available from Dashboard, developers don't need to pass any additional parameters to the `Web3AuthProvider`.
116116

117-
> Follow our [Quick Starts](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to setup the basic flow.
117+
> Follow our [quickstart](/quickstart/?product=EMBEDDED_WALLETS&walletAggregatorOnly=NO&framework=REACT&stepIndex=0) to set up the basic flow.
118118
119119
### Web
120120

121121
<JwtLoginFirebase />
122122

123123
### Android
124124

125-
##### Create Web3Auth Instance
125+
##### Create a Web3Auth instance
126126

127127
In your activity, create a `Web3Auth` instance with your Web3Auth project's configurations.
128128

@@ -204,7 +204,7 @@ When connecting, the `login` function takes the LoginParams arguments for the lo
204204

205205
### Flutter
206206

207-
##### Create Web3Auth Instance
207+
##### Create a Web3Auth instance
208208

209209
In your `main.dart` file, initialize the `Web3AuthFlutter` plugin at the very beginning such as in the overriden `initState` function
210210

0 commit comments

Comments
 (0)