Skip to content

Commit 4a1440d

Browse files
committed
Edits to Gelato tutorial
1 parent 7fd068a commit 4a1440d

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

docs/tutorials/integrations/gelato-sw.mdx

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,32 @@ import TabItem from '@theme/TabItem';
2222

2323
# Gelato Smart Wallet Integration Guide
2424

25-
You can use Gelato Smart Wallet to enable gasless transactions on Flow EVM. It supports features like: EIP-7702 or ERC-4337 depending on the wallet you use.
25+
Gas fees are one of the biggest barriers to blockchain adoption. Users often need to hold native tokens just to pay for transaction fees, creating friction in onboarding and limiting the types of applications that can be built. Gelato Smart Wallet solves this problem by enabling **gasless transactions** on Flow EVM through sponsored transactions.
26+
27+
With Gelato Smart Wallet, you can:
28+
- **Eliminate gas fees** for your users by sponsoring their transactions
29+
- **Improve user experience** with seamless onboarding that doesn't require users to hold FLOW tokens
30+
- **Support EIP-7702** for enhanced smart wallet functionality
31+
- **Scale your dApp** by removing the cost barrier for user interactions
32+
- **Leverage Flow's low gas costs** to provide affordable sponsored transactions
33+
34+
This tutorial will guide you through setting up Gelato Smart Wallet to enable gasless transactions on Flow EVM. You'll learn how to configure the necessary API keys, fund your sponsorship account, and implement gasless transaction functionality in your applications.
35+
36+
:::info
37+
38+
This tutorial focuses on **EIP-7702** implementation with Gelato Smart Wallet on Flow EVM. EIP-7702 provides a streamlined experience for users by maintaining the same address as their EOA while adding smart wallet capabilities, enabling enhanced features like gasless transactions and improved user experience.
39+
40+
:::
41+
42+
## Objectives
43+
44+
After completing this guide, you'll be able to:
45+
46+
- Configure a Gelato Smart Wallet account with proper API keys and funding setup
47+
- Implement gasless transaction functionality using the Gelato Smart Wallet SDK
48+
- Estimate and execute sponsored transactions on Flow EVM
49+
- Integrate EIP-7702 features for enhanced user experience
50+
- Troubleshoot common issues with Gelato Smart Wallet integration
2651

2752
## Prerequisites of using Gelato Smart Wallet
2853

@@ -61,7 +86,7 @@ To use Gelato sponsoring transactions, you need to deposit funds into 1Balance a
6186
- Mainnets: Deposit USDC.
6287
- Testnets: Deposit Sepolia ETH.
6388

64-
Here we use Sepolia ETH as the gas fee for Testnets gasless transactions.
89+
Here we use Sepolia ETH as the gas fee for Testnet's gasless transactions.
6590

6691
![Deposit Funds into 1Balance](./images/gelato-3.png)
6792

@@ -242,7 +267,17 @@ results.on("error", (error: Error) => {
242267

243268
## Conclusion
244269

245-
So far, you’ve learned how to send sponsored EIP-7702 transactions using a Gelato Smart Wallet on Flow EVM.
270+
In this tutorial, you successfully integrated Gelato Smart Wallet to enable gasless transactions on Flow EVM. You learned how to set up the necessary infrastructure, configure API keys, fund sponsorship accounts, and implement gasless transaction functionality in your applications. The implementation demonstrates how Flow's low gas costs combined with Gelato's sponsored transaction infrastructure can create seamless user experiences that eliminate the friction of gas fees.
271+
272+
Now that you have completed the tutorial, you should be able to:
273+
274+
- Configure a Gelato Smart Wallet account with proper API keys and funding setup
275+
- Implement gasless transaction functionality using the Gelato Smart Wallet SDK
276+
- Estimate and execute sponsored transactions on Flow EVM
277+
- Integrate EIP-7702 features for enhanced user experience
278+
- Troubleshoot common issues with Gelato Smart Wallet integration
279+
280+
The combination of Flow's efficient gas pricing and Gelato's sponsored transaction infrastructure opens up new possibilities for building user-friendly dApps. By eliminating the need for users to hold native tokens for gas fees, you can create onboarding experiences that rival traditional Web2 applications while maintaining the security and transparency of blockchain technology.
246281

247282
[Gelato App]: https://app.gelato.network/
248283
[Google Cloud Sepolia Faucet]: https://cloud.google.com/application/web3/faucet/ethereum/sepolia

0 commit comments

Comments
 (0)