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 (https://developers.uptick.network/)
2.
Switch to the AA Wallet API service from the top service selector
3.
Create a new application project and copy the exclusive project API Key, Bundler URL and Paymaster URL
4.
Top up UPTICK tokens for the project to ensure sufficient balance for Gas sponsorship

2.3 Initialize WebAuth Social Login#

WebAuth Url
    Mainnet: https://uptickauth.uptick.network/api
    Testnet: https://uptickauth.testweb.uptick.network/api

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
Go to APIs & Services → Credentials, create (or select) a project
Configure the OAuth consent screen (User Type: External; set App name, User support email, and Developer contact email; add test users if still in test mode)
Create an OAuth client ID with Application type Web application
Add the authorized redirect URI below and save, then copy the Client ID and Client Secret
2.
Authorize redirect URI:
   Mainnet: https://uptickauth.uptick.network/api/auth/google/callback

   Testnet: https://uptickauth.testweb.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

https://uptickauth.testweb.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-08-12 13:24:10
Previous
What Is Uptick Services
Next
Core Business Process (Seamless Transition from Web2 to Web3)
Built with