Bitverse
Home
  • Wallet Guide
    • 1.Introduction
    • 2.Why Bitverse wallet
    • 3.Getting Started
  • DEVELOPERs
    • 1.White Paper
    • 2.Wallet SDK Integration
      • 2.1 Flutter SDK
        • Integration Architecture
        • Bridge API
        • Develop Guide
        • Example
        • Integration Case
      • 2.2 Deeplink
        • Android
        • iOS
        • NFT Query
    • 3.H5 Wallet Integration
    • 4.Plugin Wallet Integration
    • 5.Wallet APIs
  • COMMON PROBLEMS
    • 1.What Is a Decentralized Wallet?
    • 2.What is MPC wallet?
    • 3.How to prevent DApp Approve scams?
    • 4.What Is the Miner Fee?
Powered by GitBook
On this page
  • Integration Architecture
  • Architecture Description
  1. DEVELOPERs
  2. 2.Wallet SDK Integration
  3. 2.1 Flutter SDK

Integration Architecture

Third-Party APP integrate Bitverse Wallet SDK architecture.

Previous2.1 Flutter SDKNextBridge API

Last updated 2 years ago

Integration Architecture

Architecture Description

  1. The Bitverse Wallet SDK is developed based on Flutter and is only applicable to the integration of apps developed based on Flutter.

  2. Wallet bridging layer: as a bridging layer connecting third-party APPs and wallets, including routing adaptation, providing wallet interfaces, and relying on third-party APPs to provide functions.

  3. Wallet UI&Logic: Wallet UI and business logic layer, including MPC wallet creation, backup recovery, signature, transaction and other functions.

Wallet SDK Integration Architecture