Architecture

Wepin is composed of the following entities.

  • Cloud: Wepin is a cloud-based wallet service offered in the form of SaaS (Software as a Service). It utilizes a Key Management System (KMS) to enable users to encrypt their private keys securely and a Customer Identity Access Manager (CIAM) as a means to verify credentials for stored key data.

  • Authentication Providers: Authentication providers support users in creating and controlling their wallets using information from their existing systems for signing up and logging in.

  • Widget: The widget is an application built into apps to easily utilize Wepin wallet functionalities. By installing the Wepin SDK, users can easily access wallet functions within the app, and the app can easily load and interact with the user's address as needed.

  • Wepin Server: The Wepin server is the backend system that contains the core functionalities of the service responsible for all processing interactions with the wallet and blockchain. It connects to blockchain nodes to broadcast transactions and read holding assets and is responsible for generating and signing keys upon user request. Computations and Operations related to the private key, such as key generation and signing, are executed in a Trusted Execution Environment (TEE), ensuring that the Wepin server does not have access to users' private keys.

Check the flow for operations using private keys in Wepin through the link below.

Last updated