Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Update page.mdx
Browse files Browse the repository at this point in the history
Signed-off-by: Joaquim Verges <[email protected]>
  • Loading branch information
joaquim-verges authored Jul 27, 2024
1 parent 1fe09e5 commit 1e52f89
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/app/connect/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const metadata = createMetadata({

# What is Connect?

Connect is the complete toolkit for connecting every user to your application. It features customizable onboarding flows, self-custodial in-app wallets, account abstraction, onramps, and more.
Connect is the complete toolkit for connecting every user to your application. It features customizable onboarding flows, self-custodial in-app wallets, account abstraction, onramps, and a performant API to interact with the blockchain.

<div
className={cn(
Expand All @@ -30,13 +30,13 @@ Connect is the complete toolkit for connecting every user to your application. I
)}
>
<ConnectCard
title="Try out the demo"
href="https://thirdweb.com/dashboard/connect/playground"
title="Playground"
href="https://playground.thirdweb.com"
iconUrl="/icons/connect/intros/demo.svg"
/>
<ConnectCard
title="Quickstart"
href="https://portal.thirdweb.com/connect/quickstart"
href="https://portal.thirdweb.com/typescript/v5/react/getting-started"
iconUrl="/icons/connect/intros/quickstart.svg"
/>
{/* <ConnectCard
Expand All @@ -52,12 +52,12 @@ Connect is the complete toolkit for connecting every user to your application. I
</div>
### With Connect, you can:

- **Connect to 170+ different wallet providers** with support for every EVM network
- **Log in and authenticate your users** with customizable and secure [email, phone, and social login](https://portal.thirdweb.com/connect/in-app-wallet/overview) flows.
- **Enable gasless options** to seamlessly onboard non-native or new crypto users with [Account Abstraction].
- **Perform wallet actions** like connecting and disconnecting wallets, viewing balance, displaying ENS names, and much more with our [perfomant, reliable and type safe API](https://portal.thirdweb.com/connect/blockchain-api)
- **Easily integrate with thirdweb's Contract SDKs** to enable users to interact with your application.
- **Onramp** user funds with a credit card with Pay.
- **Connect to 350+ different wallet providers** with support for every EVM network
- **Log in and authenticate your users** with customizable and secure [email, phone, passkeys and social login](https://portal.thirdweb.com/connect/in-app-wallet/overview) flows.
- **Sponsor transactions** to seamlessly onboard non-native or new crypto users with [Account Abstraction](https://portal.thirdweb.com/connect/account-abstraction/overview).
- **Perform wallet actions** like connecting and disconnecting wallets, viewing balance, displaying ENS names, and execute transactions with our [perfomant, reliable and type safe API](https://portal.thirdweb.com/connect/blockchain-api)
- **Easily integrate with thirdweb's contracts** to enable users to interact with your application.
- **Facilitate payments** by lettung user top up their wallets or do onchain purchases with a credit card with [Pay](https://portal.thirdweb.com/connect/pay/overview).

### Supported Chains

Expand Down

0 comments on commit 1e52f89

Please sign in to comment.