Skip to content

Commit

Permalink
Quick fix for dashboard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shahbaz17 committed Sep 13, 2023
1 parent 73031d3 commit dc048fb
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/dashboard-setup/dashboard-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ If you are a new user, you will be asked to create a new organization and profil
your projects and billing.

<div style={{ flexBasis: "300px", flexGrow: "1", textAlign: "center" }}>
<img src={DashboardCreateOrganization} style={{ alignSelf: "center", maxWidth: "100%" }} alt="Dashboard Create Organization" />
<img src={DashboardCreateProfile} style={{ alignSelf: "center", maxWidth: "100%" }} alt="Dashboard Create Profile" />
</div>

<div style={{ flexBasis: "300px", flexGrow: "1", textAlign: "center" }}>
<img src={DashboardCreateProfile} style={{ alignSelf: "center", maxWidth: "100%" }} alt="Dashboard Create Profile" />
<img src={DashboardCreateOrganization} style={{ alignSelf: "center", maxWidth: "100%" }} alt="Dashboard Create Organization" />
</div>

## Home
Expand Down
13 changes: 9 additions & 4 deletions docs/dashboard-setup/enable-interoperability.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ description: "Enable Interoperability | Documentation - Web3Auth"
import CreateDashboardPnp from "@site/static/content-hub/interoperability/dashboard-create-pnp-3.png";
import CreateDashboardPnp4 from "@site/static/content-hub/interoperability/dashboard-create-pnp-4.png";
import CreateProjectChains from "@site/static/images/dashboard/create-project-chains.png";
import InteroperablChainsWallets from "@site/static/images/dashboard/interoperable-chains-wallets.png";
import SelectChains from "@site/static/images/dashboard/select-chains.png";

One of the most remarkable capabilities of Web3Auth is its compatibility with Torus Wallet. This signifies that the wallet created within your
application using Web3Auth can authorize transactions within Torus Wallet, even across other applications. Furthermore, to enhance interoperability, a
user can connect to other wallets and decentralized applications (dApps) using the WalletConnect flow within Torus Wallet. This empowers a dApp to
decide whether they want to allow users to move funds around using Torus Wallet without designing the necessary flows themselves.

### Using the Web3Auth Dashboard Toggles
### Using the Web3Auth Dashboard

Within the Web3Auth Dashboard, while setting up a new Project or editing an existing one, you have the option to configure interoperability with Torus
Wallet. To enable it, you need to do the following steps:
Expand All @@ -28,12 +30,12 @@ Wallet. To enable it, you need to do the following steps:
<ul>
<li>
Select the chain you want your dApp to interact with. For interoperability, you have the option between <code>EVM based chains</code>,{" "}
<code>Solana</code> &<code>Casper</code>.
<code>Solana</code>, <code>Casper</code> &<code>Ripple</code>.
</li>
</ul>
</div>
<div>
<img src={CreateDashboardPnp} style={{ minWidth: "200px", maxWidth: "250px" }} alt="" />
<img src={SelectChains} style={{ minWidth: "200px", maxWidth: "250px" }} alt="" />
</div>
</div>

Expand All @@ -53,11 +55,14 @@ Wallet. To enable it, you need to do the following steps:
<li>
<b>Casper Wallet</b> - https://casper.tor.us
</li>
<li>
<b>Ripple Wallet</b> - https://xrpl.tor.us
</li>
</ul>
</ul>
</div>
<div>
<img src={CreateDashboardPnp4} style={{ minWidth: "300px", maxWidth: "350px" }} alt="" />
<img src={InteroperablChainsWallets} style={{ minWidth: "300px", maxWidth: "350px" }} alt="" />
</div>
</div>
<br />
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/dashboard/select-chains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit dc048fb

@vercel
Copy link

@vercel vercel bot commented on dc048fb Sep 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web3auth-docs – ./

web3auth-docs-git-master-web3auth.vercel.app
web3auth-docs-web3auth.vercel.app
w3a-docs.vercel.app

Please sign in to comment.