Skip to content

Commit 2b01a28

Browse files
Merge branch 'master' into mipd
2 parents 6a57c7b + b1b07fb commit 2b01a28

File tree

22 files changed

+263
-228
lines changed

22 files changed

+263
-228
lines changed

docs/connect-blockchain/other/aptos.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the Aptos Blockchain | Documentation - Web
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non-EVM chain like [Aptos](https://aptos.dev/) you get a
1416
standard provider from which you can get the private key of the user. Using this private key, you

docs/connect-blockchain/other/cosmos.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the Cosmos Blockchain | Documentation - We
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non-EVM chain like [Cosmos](https://cosmos.network/) you get
1416
a standard provider from which you can get the private key of the user. Using this private key, you

docs/connect-blockchain/other/immutablex.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the ImmutableX Blockchain | Documentation
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK, you get a [`EIP1193`](https://eips.ethereum.org/EIPS/eip-1193)
1416
provider, similar to the [Metamask Provider](https://docs.metamask.io/guide/ethereum-provider.html).

docs/connect-blockchain/other/near.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the Near Protocol | Documentation - Web3Au
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non-EVM chain like [NEAR](https://near.org/), you get a
1416
standard provider from which you can get the user's private key. Using this private key, you can use

docs/connect-blockchain/other/polkadot.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the Polkadot Blockchain | Documentation -
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non-EVM chain like [Polkadot](https://www.polkadot.network/)
1416
you get a standard provider from which you can get the private key of the user. Using this private

docs/connect-blockchain/other/polymesh.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the Polymesh Blockchain | Documentation -
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non-EVM chain like [Polymesh](https://www.polymesh.network/)
1416
you get a standard provider from which you can get the private key of the user. Using this private

docs/connect-blockchain/other/starkex.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the StarkEx Blockchain | Documentation - W
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non-EVM chain like [StarkEx](https://starkware.co/starkex/)
1416
you get a standard provider from which you can get the private key of the user. Using this private

docs/connect-blockchain/other/starknet.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the StarkNet Blockchain | Documentation -
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non EVM chain like [StarkNet](https://starkware.co/starknet/)
1416
you get a standard provider from which you can get the private key of the user. Using this private

docs/connect-blockchain/other/sui.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the Sui Blockchain | Documentation - Web3A
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non-EVM chain like [Sui](https://sui.io/) you get a standard
1416
provider from which you can get the private key of the user. Using this private key, you can use the

docs/connect-blockchain/other/tezos.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ description: "Integrate Web3Auth with the Tezos Blockchain | Documentation - Web
99

1010
import GetUserInfoSnippet from "@site/src/common/docs/_get-userinfo.mdx";
1111
import InitializeWeb3Auth from "@site/src/common/docs/_initialize-web3auth-other-pnp-sfa.mdx";
12+
import TabItem from "@theme/TabItem";
13+
import Tabs from "@theme/Tabs";
1214

1315
While using the Web3Auth Web SDK for a non EVM chain like [Tezos](https://tezos.com/) you get a
1416
standard provider from which you can get the private key of the user. Using this private key, you

0 commit comments

Comments
 (0)