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
title: "Sign In, Account Abstraction and SIWE Auth | thirdweb ConnectEmbed",
11
11
description:
12
-
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seemlessly integrate account abstraction and SIWE auth.",
12
+
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seamlessly integrate account abstraction and SIWE auth.",
title: "Sign In, Account Abstraction and SIWE Auth | thirdweb Connect",
12
12
description:
13
-
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seemlessly integrate account abstraction and SIWE auth.",
13
+
"Let users sign up with their email, phone number, social media accounts or directly with a wallet. Seamlessly integrate account abstraction and SIWE auth.",
description: "How to batch transactions with smart accounts",
13
13
});
14
14
15
-
Batching transactions allows sending multiple transactions in a single user operation. This can be useful to save on fees, reduce number of user confimations or to ensure that multiple transactions are executed atomically.
15
+
Batching transactions allows sending multiple transactions in a single user operation. This can be useful to save on fees, reduce number of user confirmations or to ensure that multiple transactions are executed atomically.
16
16
17
17
A typical example is to do an approval and a transfer in a single userOperation. This way, the transfer will only happen if the approval is successful.
Copy file name to clipboardExpand all lines: apps/portal/src/app/connect/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Get started with Connect in your preferred language.
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.
85
85
-**Sponsor transactions** to seamlessly onboard non-native or new crypto users with [Account Abstraction](https://portal.thirdweb.com/connect/account-abstraction/overview).
86
-
-**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)
86
+
-**Perform wallet actions** like connecting and disconnecting wallets, viewing balance, displaying ENS names, and execute transactions with our [performant, reliable and type safe API](https://portal.thirdweb.com/connect/blockchain-api)
87
87
-**Easily integrate with thirdweb's contracts** to enable users to interact with your application.
88
88
-**Facilitate payments** by letting user top up their wallets or do onchain purchases with a credit card with [Pay](https://portal.thirdweb.com/connect/pay/overview).
Copy file name to clipboardExpand all lines: apps/portal/src/app/nebula/faqs/page.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ The context size or window is 128k tokens or approximately 96,000 words which ma
46
46
Nebula is not currently open source. We are exploring open sourcing Nebula in the future.
47
47
</Details>
48
48
49
+
<Detailssummary="Can Nebula be used in a stateless manner?">
50
+
Depending on the use case, Nebula can be used in a stateless manner by not reusing the same session. Nebula learns from each session, so having more contextual requests will be beneficial and are recommended.
51
+
</Details>
52
+
49
53
<Detailssummary="When will pricing be available for Nebula?">
50
54
Pricing options will be available in beta. Nebula is still being tested in alpha.
0 commit comments