Skip to content

Commit 4f05de7

Browse files
committed
Update EW builder content
1 parent d103df6 commit 4f05de7

File tree

18 files changed

+40
-40
lines changed

18 files changed

+40
-40
lines changed

src/pages/quickstart/builder/embedded-wallets/android/stepContent/androidQuickStart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### Web3Auth PnP Android Quick Start
1+
### MetaMask Embedded Wallets Android Quick Start
22

3-
This guide is designed to help you quickly integrate a basic instance of Web3Auth Plug and Play in your Android app.
3+
This guide is designed to help you quickly integrate a basic instance of MetaMask Embedded Wallet SDKs in your Android app.
44

55
If you face any problem anytime, you can always find help in the [Web3Auth Community](https://web3auth.io/community/c/help-pnp/pnp-android/16).
66

77
:::tip building locally
88

9-
- Clone the PnP Android Quick Start Application
9+
- Clone the MetaMask Embedded Wallets Android Quick Start Application
1010

1111
```shell npm2yarn
1212
npx degit Web3Auth/web3auth-android-examples/android-quick-start w3a-android-quick-start
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### Installation
22

3-
Add Web3Auth's Android SDK to the dependency list. In your app-level `build.gradle` dependencies section, add the latest `com.github.Web3Auth:web3auth-android-sdk`.
3+
Add MetaMask's Web3Auth Android SDK to the dependency list. In your app-level `build.gradle` dependencies section, add the latest `com.github.Web3Auth:web3auth-android-sdk`.
44

55
:::warning Update to the Latest-SDK
66

7-
Please use the **[latest version](https://github.com/Web3Auth/web3auth-android-sdk/releases)** of Web3Auth's Android SDK.
7+
Please use the **[latest version](https://github.com/Web3Auth/web3auth-android-sdk/releases)** of MetaMask's Web3Auth Android SDK.
88

99
:::

src/pages/quickstart/builder/embedded-wallets/angular/stepContent/angularBundlerIssues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
While using any web3 library in Angular, you may run into issues building. This issue occurs because some core packages like `eccrypto` have certain dependencies which are not present within the browser build environment.
44

5-
> To solve this, please have a look at our troubleshooting pages about [Webpack 5 Issues](/troubleshooting/webpack-issues)
5+
To solve this, please have a look at our troubleshooting pages about [Webpack 5 Issues](/troubleshooting/webpack-issues)

src/pages/quickstart/builder/embedded-wallets/angular/stepContent/angularQuickStart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### Web3Auth Angular Quick Start
1+
### MetaMask Embedded Wallets Angular Quick Start
22

3-
Integrate secure and seamless Web3 authentication into your Angular app using Web3Auth.
3+
Integrate secure and seamless Web3 authentication into your Angular app using MetaMask Embedded Wallet SDKs.
44

55
Clone the Angular Quick Start Application
66

src/pages/quickstart/builder/embedded-wallets/angular/stepContent/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### Install Web3Auth
1+
### Install MetaMask Embedded Wallet SDK
22

3-
Install the Web3Auth package in your project.
3+
Install the Web3Auth Angular SDK package in your project.
44

55
> Additionally, for blockchain calls, this example can run with `viem` or `ethers`, you can choose your preferred library.
66

src/pages/quickstart/builder/embedded-wallets/flutter/stepContent/flutterQuickStart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### Web3Auth PnP Flutter Quick Start
1+
### MetaMask Embedded Wallets Flutter Quick Start
22

3-
This guide is designed to help you quickly integrate a basic instance of Web3Auth Plug and Play in your Flutter app.
3+
This guide is designed to help you quickly integrate a basic instance of MetaMask Embedded Wallet SDKs in your Flutter app.
44

55
If you face any problem anytime, you can always find help in the [Web3Auth Community](https://web3auth.io/community/c/help-pnp/pnp-flutter/18).
66

77
:::tip building locally
88

9-
- Clone the PnP Flutter Quick Start Application
9+
- Clone the MetaMask Embedded Wallets Flutter Quick Start Application
1010

1111
```shell npm2yarn
1212
npx degit Web3Auth/web3auth-flutter-examples/flutter-quick-start flutter-quick-start

src/pages/quickstart/builder/embedded-wallets/flutter/stepContent/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### Install Web3Auth
1+
### Install MetaMask Embedded Wallet SDK
22

3-
For making hybrid iOS & Android applications using Flutter, we have the [web3auth-flutter-sdk](https://github.com/Web3Auth/web3auth-flutter-sdk) to integrate Web3Auth into your application.
3+
For making hybrid iOS & Android applications using Flutter, we have the [web3auth-flutter-sdk](https://github.com/Web3Auth/web3auth-flutter-sdk) to integrate MetaMask Embedded Wallets into your application.
44

55
Add `web3auth_flutter` as a dependency to your `pubspec.yaml` file.
66

@@ -17,6 +17,6 @@ dependencies:
1717
1818
:::warning Update to the Latest-SDK
1919
20-
Please use the **[latest version](https://github.com/Web3Auth/web3auth-flutter-sdk/releases)** of Web3Auth's Flutter SDK.
20+
Please use the **[latest version](https://github.com/Web3Auth/web3auth-flutter-sdk/releases)** of MetaMask's Web3Auth Flutter SDK.
2121
2222
:::

src/pages/quickstart/builder/embedded-wallets/ios/stepContent/iOSQuickStart.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### Web3Auth PnP Swift/iOS Quick Start
1+
### MetaMask Embedded Wallets Swift/iOS Quick Start
22

3-
This guide is designed to help you quickly integrate a basic instance of Web3Auth Plug and Play in your Swift/iOS app.
3+
This guide is designed to help you quickly integrate a basic instance of MetaMask Embedded Wallet SDKs in your Swift/iOS app.
44

55
If you face any problem anytime, you can always find help in the [Web3Auth Community](https://web3auth.io/community/c/help-pnp/pnp-ios/17).
66

77
:::tip building locally
88

9-
- Clone the PnP Swift/iOS Quick Start Application
9+
- Clone the MetaMask Embedded Wallets Swift/iOS Quick Start Application
1010

1111
```shell npm2yarn
1212
npx degit Web3Auth/web3auth-ios-examples/ios-quick-start w3a-ios-quick-start

src/pages/quickstart/builder/embedded-wallets/ios/stepContent/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
### Install Web3Auth
1+
### Install MetaMask Embedded Wallet SDK
22

3-
Add the Web3Auth PnP iOS SDK to your project
3+
Add the MetaMask Web3Auth iOS SDK to your project
44

55
1. In Xcode, with your app project open, navigate to **File > Add Packages**.
66

7-
1. When prompted, add the SFA iOS SDK repository:
7+
1. When prompted, add the Web3Auth iOS SDK repository:
88

99
```bash
1010
https://github.com/Web3Auth/web3auth-swift-sdk

src/pages/quickstart/builder/embedded-wallets/nextjs/stepContent/nextjsQuickStart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
### Web3Auth NextJS Quick Start
1+
### MetaMask Embedded Wallets NextJS Quick Start
22

3-
Integrate secure and seamless Web3 authentication into your NextJS app using Web3Auth.
3+
Integrate secure and seamless Web3 authentication into your NextJS app using MetaMask Embedded Wallet SDKs.
44

55
Clone the NextJS Quick Start Application
66

0 commit comments

Comments
 (0)