Recipes
Overview
Explore comprehensive recipes that demonstrate how to integrate Openfort's embedded wallet infrastructure with popular DeFi protocols and blockchain applications. Each recipe includes complete source code, setup instructions, and implementation details.
Available Recipes
Getting Started
Each recipe follows a consistent setup pattern:
- Clone Repository - Get the complete source code
- Environment Configuration - Set up API keys and credentials
- Install Dependencies - Install required packages
- Start Development - Launch the application
- Configure Openfort - Set up gas policies and Shield settings
Prerequisites
Before exploring any recipe, ensure you have:
- Node.js 18+ and npm/yarn
- Openfort Account with configured API keys
- Platform-specific tools:
- For mobile samples: Expo CLI, iOS Simulator/Android Emulator
- For web samples: Modern web browser
Stack Overview
Each recipe demonstrates different aspects of Web3 development with Openfort:
Recipe | Platform | Blockchain | Key Features |
---|---|---|---|
USDC Transfer | React Native + Expo | Ethereum Sepolia | Token transfers, dual wallets, faucet integration |
Yield on Aave | React + Express.js | Ethereum | DeFi lending/borrowing, APY tracking, risk management |
Yield on Morpho | React + Express.js | Base | Vault operations, yield optimization, GraphQL API |
Trade on Hyperliquid | React Native + Expo | Arbitrum Sepolia | Trading interface, live prices, order management |