Skip to content

Commit 055e451

Browse files
[Portal] Clean up UB docs (#6952)
Signed-off-by: greg <gregfromstl@gmail.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
1 parent 2c6bd62 commit 055e451

File tree

24 files changed

+219
-280
lines changed

24 files changed

+219
-280
lines changed

.changeset/icy-points-wish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
+Deprecate legacy Pay functions

apps/portal/src/app/connect/pay/overview/page.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export const metadata = createMetadata({
1313
"Learn everything about thirdweb’s web3 payments solution, Universal Bridge. Technical docs on onramping, bridging + swapping.",
1414
});
1515

16-
# Overview
16+
# Universal Bridge
1717

18-
Universal Bridge allows your users to bridge, swap, and purchase cryptocurrencies and execute transactions with any fiat options or tokens via cross-chain routing. It enables users to purchase or complete in-app transactions with any token they hold.
18+
Universal Bridge allows you to create both simple and advanced payment flows for bridging, swapping, onramping, and peer-to-peer purchases. It's been used to drive millions in NFT sales, bridge native tokens to brand new chains, send stablecoins between users, and more. To get started check out the [SDK functions](https://portal.thirdweb.com/typescript/v5/buy/quote), [API reference](https://bridge.thirdweb.com/reference), or [playground](https://playground.thirdweb.com/connect/pay).
1919

2020
<DocImage src={PayOverviewImage} />
2121

@@ -35,7 +35,7 @@ Universal Bridge allows your users to bridge, swap, and purchase cryptocurrencie
3535
description="Bridging support in over 160+ countries to reach a truly global audience."
3636
iconUrl={<Globe/>}
3737
/>
38-
<FeatureCard
38+
<FeatureCard
3939
title="Earn revenue"
4040
description="Monetize your application and earn swap fees on each transaction."
4141
iconUrl={<PiggyBank />}
@@ -80,7 +80,6 @@ Universal Bridge is supported on select EVM compatible chains. To view the full
8080
| Provider | Supported Countries |
8181
| -------- | ------------------------------------------------------------------------------------------------------- |
8282
| Transak | https://transak.notion.site/On-Ramp-Payment-Methods-Fees-Other-Details-b0761634feed4b338a69f4f186d906a5 |
83-
| Kado | https://www.kado.money/supported-countries |
8483
| Stripe | https://docs.stripe.com/crypto/onramp |
8584
| Coinbase | https://docs.cdp.coinbase.com/onramp/docs/payment-methods/ |
8685

@@ -91,4 +90,5 @@ Universal Bridge is supported on select EVM compatible chains. To view the full
9190
| [Buy Crypto](https://playground.thirdweb.com/connect/pay/) | Developers who want onramp and crypto purchase experiences directly in their application. |
9291
| [Transactions](https://playground.thirdweb.com/connect/pay/transactions) | Developers who want users to onramp or purchase crypto directly into a transaction. Great for minting and NFT purchase flows. |
9392
| [In-App Purchases](https://playground.thirdweb.com/connect/pay/commerce) | Developers who want to take payments from Fiat or Crypto directly to a seller wallet |
94-
| [Headless](https://playground.thirdweb.com/connect/pay/backend) | Developers who prefer a headless customized flow using APIs. |
93+
| [SDK](https://portal.thirdweb.com/typescript/v5/buy/quote) | Build your own UI with the SDK. |
94+
| [API](https://playground.thirdweb.com/connect/pay/backend) | Control the full experience with the API. |

0 commit comments

Comments
 (0)