Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Guide] Build a MPC wallet in iOS #702

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions src/pages/guides/flutter-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import SEO from "@site/src/components/SEO";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
import WalletPreview from "@site/static/guides/flutter-wallet-preview.png";
import DashboardSetup from "@site/src/common/guides/_web3auth_dashboard_setup.mdx";

<SEO
title="Build your own Chain Agnostic Web3 wallet in Flutter"
Expand Down Expand Up @@ -41,11 +42,7 @@ Here are few screenshots of the application.

## How to set up Web3Auth Dashboard

If you haven't already, sign up on the Web3Auth platform. It is free and gives you access to the
Web3Auth's base plan. After the basic setup, explore other features and functionalities offered by
the Web3Auth Dashboard. It includes custom verifiers, whitelabeling, analytics, and more. Head to
[Web3Auth's documentation](/docs/dashboard-setup) page for detailed instructions on setting up the
Web3Auth Dashboard.
<DashboardSetup />

## Integrating Web3Auth in Flutter

Expand Down
Loading