Used to check for browser translation.
用于检测浏览器翻译。
ブラウザの翻訳を検出する

Overview


The @blocklet/did-space-react package provides a focused set of React components to integrate DID Space functionalities into your application. It simplifies the process of connecting to a user's DID Space and displaying its information by handling the underlying authentication and data fetching.

The library is built around two core components that work together to create a complete user experience for DID Space interaction.

Core Components#

Typical Integration Flow#

The components are designed to be used in sequence to handle the full connection and display lifecycle. The following diagram illustrates a typical user flow:


This workflow allows you to build features that require user-owned storage and identity verification with minimal setup. The components handle the complexity, letting you focus on your application's logic.

Next Steps#

To start implementing these components, proceed to the Getting Started guide for installation instructions and a basic usage example.