Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/blockchain-development-tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ Integration guides for third-party services and tools that enhance Flow blockcha
- [Authentication Integration Guide] - Set up user authentication for your Flow application using Crossmint's integrated authentication system with email, social logins, and wallet connections for unified identity management.
- [Payment Checkout Integration] - Enable fiat and cross-chain payments for Flow assets with credit cards, Apple Pay, Google Pay, and crypto across 40+ chains using hosted, embedded, or headless checkout solutions.
- [Minting Platform Integration] - Create and distribute tokens at scale on Flow using Crossmint's no-code and API-based minting platform with smart contract deployment and airdrop capabilities.
- [Gelato Smart Wallet] - Learn how to use Gelato Smart Wallet to enable gasless transactions on Flow EVM through sponsored transactions with EIP-7702 support for enhanced user experience.

### Building in Web3 has never been easier

Expand Down Expand Up @@ -248,4 +247,3 @@ Flow will continue to provide quality walkthroughs and tutorials to provide deve
[Authentication Integration Guide]: ./integrations/crossmint/authentication.md
[Payment Checkout Integration]: ./integrations/crossmint/payment-checkout.md
[Minting Platform Integration]: ./integrations/crossmint/minting-platform.md
[Gelato Smart Wallet]: ./integrations/gelato-sw.md
298 changes: 0 additions & 298 deletions docs/blockchain-development-tutorials/integrations/gelato-sw.md

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 1 addition & 8 deletions docs/blockchain-development-tutorials/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ title: Third-Party Integrations
description: Comprehensive guides for integrating popular blockchain infrastructure platforms with Flow to enhance user experience and reduce development complexity.
sidebar_position: 10
keywords:
- Gelato
- Crossmint
- integrations
- infrastructure
- gasless transactions
- payments
- wallets
- authentication
Expand All @@ -17,14 +15,10 @@ keywords:

Flow's developer-friendly ecosystem extends beyond core blockchain functionality through strategic integrations with leading infrastructure platforms. These integrations eliminate common Web3 friction points, which allows you to build sophisticated applications with traditional Web2 user experiences and leverage Flow's unique blockchain capabilities.

This section provides comprehensive integration guides for platforms that enhance Flow development by addressing key challenges like gas fees, payment processing, user onboarding, and wallet management. Each integration tutorial provides step-by-step implementation guidance, best practices, and real-world examples to help you quickly integrate these powerful services into your Flow applications.
This section provides comprehensive integration guides for platforms that enhance Flow development by addressing key challenges like payment processing, user onboarding, and wallet management. Each integration tutorial provides step-by-step implementation guidance, best practices, and real-world examples to help you quickly integrate these powerful services into your Flow applications.

## Available integrations

### [Gelato Smart Wallet]

Eliminate gas fees and improve user experience with Gelato's sponsored transaction infrastructure on Flow EVM. This comprehensive guide shows you how to implement gasless transactions with EIP-7702 features, configure API keys and funding accounts, and integrate the Gelato Smart Wallet SDK for seamless user onboarding. Learn to leverage Flow's low gas costs combined with Gelato's sponsorship infrastructure to create applications that rival traditional Web2 experiences and maintain blockchain security and transparency.

### [Crossmint Integration Platform]

Build enterprise-grade Web3 applications on Flow with Crossmint's comprehensive blockchain infrastructure platform. This extensive integration guide covers four key areas:
Expand All @@ -40,5 +34,4 @@ Crossmint allows you to create complete blockchain applications that feel famili

These third-party integrations demonstrate Flow's commitment to provide developers with the tools they need to build mainstream-ready blockchain applications. When you combine Flow's innovative architecture with best-in-class infrastructure platforms, you can eliminate traditional Web3 barriers and create user experiences that drive adoption. Whether you want to build decentralized finance (DeFi) protocols, NFT marketplaces, or consumer applications, these integrations provide the foundation for scalable, user-friendly products that bridge the gap between Web2 expectations and Web3 capabilities.

[Gelato Smart Wallet]: ./gelato-sw.md
[Crossmint Integration Platform]: ./crossmint/index.md
2 changes: 1 addition & 1 deletion public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ All documentation is available in Markdown format for AI agents:
- [Token Standards](https://developers.flow.com/blockchain-development-tutorials/tokens): Creating fungible and non-fungible tokens.
- [Native VRF](https://developers.flow.com/blockchain-development-tutorials/native-vrf): Flow's native verifiable random function for onchain randomness.
- [Gasless Transactions](https://developers.flow.com/blockchain-development-tutorials/gasless-transactions): Sponsored transactions for better UX.
- [Integrations](https://developers.flow.com/blockchain-development-tutorials/integrations): Integration with external services like Crossmint and Gelato.
- [Integrations](https://developers.flow.com/blockchain-development-tutorials/integrations): Integration with external services like Crossmint.
- [128-bit Fixed Point Math](https://developers.flow.com/blockchain-development-tutorials/forte/fixed-point-128-bit-math): Financial precision with 128-bit arithmetic.

## AI Development Tools
Expand Down
5 changes: 5 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,11 @@
}
],
"redirects": [
{
"source": "/blockchain-development-tutorials/integrations/gelato-sw",
"destination": "/blockchain-development-tutorials/integrations",
"permanent": true
},
{
"source": "/ecosystem/defi-liquidity/defi-contracts",
"destination": "/defi/defi-contracts-mainnet",
Expand Down
Loading