1. Uptick AA Services Developer Guide
Uptick AA Services
  • Uptick AA Services Developer Guide
    • Welcome to Uptick AA Services
    • What Is Uptick Services
    • Quick Start: React Embedded Wallet Integration
    • Core Business Process (Seamless Transition from Web2 to Web3)
    • Core Configuration Parameters
    • Launch Integration Checklist
    • Basic Core Concepts
    • Official Community & Technical Support
  1. Uptick AA Services Developer Guide

Quick Start: React Embedded Wallet Integration

2.1 Install Dependencies#

2.2 Prepare Developer Console#

1.
Log in to the Uptick Developer Dashboard
2.
Create a new application project and copy the exclusive project API Key, Bundler URL and Paymaster URL
3.
Top up UPTICK tokens for the project to ensure sufficient balance for Gas sponsorship

2.3 Initialize WebAuth Social Login#

2.4 Integrate Multi-channel Login#

2.4.1 Email Verification Code Login#

2.4.2 Google Social Login#

Pre-configuration
1.
Create an OAuth application in Google Cloud Console
2.
Authorize redirect URI:
https://uptickauth.uptick.network/api/auth/google/callback
Code Implementation

2.4.3 Apple Sign-in#

Pre-configuration
1.
Create a Service ID in Apple Developer Console
2.
Enable Sign in with Apple and configure domain: auth.uptick.network
3.
Set authorization callback URL:
https://auth.uptick.network/auth/apple/callback
4.
Generate .p8 private key and JWT client secret
Code Implementation

2.5 Initialize Core AA Wallet SDK#


Modified at 2026-05-26 10:18:16
Previous
What Is Uptick Services
Next
Core Business Process (Seamless Transition from Web2 to Web3)
Built with