You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
39
+
Wallets 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.
40
40
41
41
## Live Playground
42
42
@@ -55,7 +55,7 @@ You can interact with the React SDK in the [Live Playground](https://playground.
55
55
56
56
## Quick starts
57
57
58
-
Get started with Connect in your preferred language.
58
+
Get started with Wallets in your preferred language.
59
59
60
60
<Grid>
61
61
<SDKCard
@@ -78,7 +78,7 @@ Get started with Connect in your preferred language.
78
78
/>
79
79
</Grid>
80
80
81
-
## With Connect, you can
81
+
## With Wallets, you can
82
82
83
83
-**Connect to 500+ different wallet providers** with support for every EVM network
84
84
-**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.
@@ -90,7 +90,7 @@ Get started with Connect in your preferred language.
90
90
<Calloutvariant="info"title="Have you generated a client ID?">
91
91
<divclassName="flex flex-col gap-4 items-start">
92
92
<p>
93
-
You'll need a client ID to access Connect's free blockchain APIs, storage, and more.
93
+
You'll need a client ID to access the Wallet APIs, storage, and more.
94
94
</p>
95
95
96
96
<ButtonasChildvariant='outline'>
@@ -102,7 +102,7 @@ Get started with Connect in your preferred language.
102
102
103
103
## Supported Chains
104
104
105
-
Connect is supported on every EVM compatible chain. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist).
105
+
Wallets are supported on every EVM compatible chain. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist).
Copy file name to clipboardExpand all lines: apps/portal/src/app/engine/v3/configure-wallets/server-wallets/page.mdx
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ Smart server wallets are smart accounts designed to perform blockchain operation
4
4
5
5
## Benefits
6
6
7
-
Smart server wallets are the recommended way to perform blockchain operations with Engine.
7
+
Smart server wallets are the recommended way to perform blockchain operations with thirdweb Transactions.
8
8
9
9
-**Managed Gas Fees**: Smart server wallets manage gas fees for you by automatically paying the fees using the payment method associated with your thirdweb account. You do not have to worry about topping up
10
10
gas funds on your server wallets.
11
11
-**Secure Key Management**: Smart server wallets are secured by Vault. Read more about Vault in the Security section below.
12
12
-**Minimal Setup:** Smart server wallets can be created with just a few clicks directly in the thirdweb dashboard. No need to manage private keys or seed phrases or secure with external key management systems.
13
-
-**Higher Throughput:** Smart server wallets can handle higher throughput by using multi-dimensional nonces. While Engine handles concurrent transactions through a queue system, smart wallets use parallelization to process multiple transactions at the same time, more efficiently than EOAs.
13
+
-**Higher Throughput:** Smart server wallets can handle higher throughput by using multi-dimensional nonces. While thirdweb Transactions handles concurrent transactions through a queue system, smart wallets use parallelization to process multiple transactions at the same time, more efficiently than EOAs.
14
14
15
15
## Security
16
16
@@ -22,4 +22,3 @@ Keys used to manage server wallets including the admin key and access keys can b
22
22
23
23
Smart server wallets cost a gas premium fee for each transaction completed on any mainnet as part of account abstraction fees. There are no gas charges for testnets.
24
24
[See pricing page for details](https://thirdweb.com/pricing).
<Detailssummary="How is pricing calculated for Engine Cloud?">
6
-
Pricing is calculated through the number of write requests (ex: /v1/write/contract) and sign requests (ex: /v1/sign/transaction) made through the Engine API. For requests costs, [see the thirdweb pricing page](https://thirdweb.com/pricing). Read requests made through Engine API are free, within the RPC limits/plan.
5
+
<Detailssummary="How is pricing calculated?">
6
+
Pricing is calculated through the number of write requests (ex: /v1/write/contract) and sign requests (ex: /v1/sign/transaction) made through the Transactions API. For requests costs, [see the thirdweb pricing page](https://thirdweb.com/pricing). Read requests made through Transactions API are free, within the RPC limits/plan.
7
7
8
-
For transactions through server wallets paid through the user's thirdweb account, users will pay a 5% premium on the gas fee of each transaction completed on any mainnet as part of account abstraction fees. There are no gas charges for testnets.
8
+
For requests through server wallets paid through the user's thirdweb account, users will pay a 5% premium on the gas fee of each request completed on any mainnet as part of account abstraction fees. There are no gas charges for testnets.
9
9
10
10
**Please note: Legacy pricing plans may be subject to the 10% fee specified when signed up instead of 5%. [See pricing page for updated plans and benefits](https://thirdweb.com/pricing)**
11
11
12
12
The breakdown for usage and transaction fees can be found in your usage dashboard under the team overview.
13
13
</Details>
14
14
15
-
<Detailssummary="Which chains does Engine Cloud support?">
16
-
While in beta, Engine Cloud currently supports every non ZK EVM-compatible chain which includes support for Account Abstraction. See the current list of supported chains.
15
+
<Detailssummary="Which chains does Transactions Cloud support?">
16
+
While in beta, Transactions Cloud currently supports every non ZK EVM-compatible chain which includes support for Account Abstraction. See the current list of supported chains.
17
17
18
18
If your chain is not listed, please [contact us](https://thirdweb.com/contact-us) to prioritize enabling support.
19
19
</Details>
20
20
21
+
<Detailssummary="What is the difference between Transactions Cloud and Dedicated?">
22
+
Cloud uses shared infrastructure that allows you to get started quickly with Transactions. It is ideal for most use cases and is the recommended way to use Transactions.
23
+
24
+
Dedicated is a self-hosted version of Transactions that allows you to run Transactions on your own infrastructure.
25
+
26
+
It is ideal for high throughput applications, or applications that require complete control over their infrastructure.
Copy file name to clipboardExpand all lines: apps/portal/src/app/engine/v3/get-started/page.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,21 @@ import SendTransaction from '../assets/send-transaction.png';
4
4
5
5
# Get started
6
6
7
-
Learn how to get started with thirdweb Engine. This guide will walk you through the steps to start building with thirdweb Engine by creating a Vault, server wallets, and integrating into your application.
7
+
Learn how to get started with thirdweb Transactions. This guide will walk you through the steps to start building with thirdweb Transactions by creating a Vault, server wallets, and integrating into your application.
8
8
9
9
## Prerequisites
10
10
11
11
- Create a thirdweb project. If you don't have a project yet, [learn how to create a project](/account/api-keys/create).
12
12
13
-
## Engine Setup
13
+
## Transactions Setup
14
14
15
15
<Steps>
16
-
<Steptitle="Navigate to Engine">
17
-
In your project dashboard, navigate to **Engine** to get started.
16
+
<Steptitle="Navigate to Transactions">
17
+
In your project dashboard, navigate to **Transactions** to get started.
18
18
</Step>
19
19
20
20
<Steptitle="Create Vault">
21
-
Create a vault to manage your Engine's server wallets. After setup, you can manage your Vault to create additional access tokens or rotate admin keys.
21
+
Create a vault to manage your Transactions's server wallets. After setup, you can manage your Vault to create additional access tokens or rotate admin keys.
22
22
23
23
<Calloutvariant="info"title="Vault">
24
24
Vault is thirdweb's key management service designed to store smart server wallets non-custodially. [Learn more about Vault.](/vault)
@@ -27,10 +27,10 @@ Learn how to get started with thirdweb Engine. This guide will walk you through
27
27
</Step>
28
28
29
29
<Steptitle="Create Server Wallet">
30
-
Create a server wallet to perform blockchain actions with Engine.
30
+
Create a server wallet to perform blockchain actions with Transactions.
31
31
32
32
<Calloutvariant="info"title="Server Wallet">
33
-
Server wallets are smart wallets Engine uses to perform blockchain actions. [Learn more about server wallets](/engine/v2/configure-wallets/server-wallets).
33
+
Server wallets are smart wallets Transactions uses to perform blockchain actions. [Learn more about server wallets](/Transactions/v2/configure-wallets/server-wallets).
34
34
</Callout>
35
35
</Step>
36
36
@@ -42,7 +42,7 @@ Learn how to get started with thirdweb Engine. This guide will walk you through
42
42
</Step>
43
43
44
44
<Steptitle="Integrate with your app">
45
-
Integrate Engine into your application using the thirdweb SDK or Engine API. [View full API reference.](https://client.scalar.com/workspace/default/request/yq_Wx56PL4Ur6jOZsAOpA)
45
+
Integrate Transactions into your application using the thirdweb SDK or Transactions API. [View full API reference.](https://client.scalar.com/workspace/default/request/yq_Wx56PL4Ur6jOZsAOpA)
46
46
47
47
<TabsdefaultValue="curl">
48
48
<TabsList>
@@ -255,7 +255,7 @@ Learn how to get started with thirdweb Engine. This guide will walk you through
255
255
- The full catalog of extension functions
256
256
- The prepareContractCall function to encode your transactions
257
257
- The full account interface, predefined chains, and more
258
-
The SDK handles encoding your transactions, signing them to Engine and polling for status.
258
+
The SDK handles encoding your transactions, signing them to Transactions and polling for status.
Copy file name to clipboardExpand all lines: apps/portal/src/app/engine/v3/migrate/page.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
import { Callout } from"@doc";
2
2
3
-
# Migrating from Engine v2 to v3
3
+
# Migrating from Transactions v2 to v3
4
4
5
-
Learn how to migrate your applications from Engine v2 to Engine v3. We'll cover common operations and highlight the differences in API requests and authentication.
5
+
Learn how to migrate your applications from v2 to v3. We'll cover common operations and highlight the differences in API requests and authentication.
6
6
7
7
<Calloutvariant="info"title="Migrating Wallets">
8
8
If you'd like to migrate your wallets from v2 to v3 to also be secured by [Vault](/vault) or thirdweb's key management service, please [contact us for assistance.](https://thirdweb.com/support)
@@ -14,7 +14,7 @@ Migrating your contract write operations from v2 to v3 involves changes to the e
14
14
15
15
#### OLD (v2)
16
16
17
-
The v2 approach used your dedicated engine url, with a specific endpoint for each chain and contract and backend wallet address in the header.
17
+
The v2 approach used your dedicated Transactions url, with a specific endpoint for each chain and contract and backend wallet address in the header.
18
18
19
19
```bash
20
20
curl -X POST "<engine_url>/contract/<chain>/<contract_address>/write" \
Engine v2 has a large number of endpoints to do specific contract calls, like mintTo, claimTo, etc.
176
+
V2 has a large number of endpoints to do specific contract calls, like mintTo, claimTo, etc.
177
177
178
-
Engine v3 does not have these endpoints yet, but they are coming soon. In the meantime, if your backend is written in typescript, we recommend using the [thirdweb SDK](/references/typescript/v5/functions#extensions) to do these operations:
178
+
V3 does not have these endpoints yet, but they are coming soon. In the meantime, if your backend is written in typescript, we recommend using the [thirdweb SDK](/references/typescript/v5/functions#extensions) to do these operations:
The entire thirdweb SDK is available to use with engine v3 in this manner using the [`Engine` namespace](/references/typescript/v5/functions#engine). Check the [thirdweb SDK docs](/references/typescript/v5/functions#extensions) for all available functions.
249
+
The entire thirdweb SDK is available to use with Transactions v3 in this manner using the [`Transactions` namespace](/references/typescript/v5/functions#engine). Check the [thirdweb SDK docs](/references/typescript/v5/functions#extensions) for all available functions.
@@ -90,7 +89,7 @@ Looking for the previous version? [Head back to the Engine V2 documentation.](/e
90
89
91
90
## Supported Chains
92
91
93
-
Engine is supported on every EVM compatible chain and private subnets. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist?service=engine).
92
+
Transactions are supported on every EVM compatible chain and private subnets. To view the full list, visit [thirdweb chainlist](https://thirdweb.com/chainlist?service=engine).
0 commit comments