From e38ce8122716cd883d26e6b093c3b7df78a1c8d2 Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 2 Jan 2025 21:18:14 +0800 Subject: [PATCH] fix: build --- docs/appkit/shared/siwx/index.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/appkit/shared/siwx/index.mdx b/docs/appkit/shared/siwx/index.mdx index 2a6830d5..272b2ce2 100644 --- a/docs/appkit/shared/siwx/index.mdx +++ b/docs/appkit/shared/siwx/index.mdx @@ -1,3 +1,5 @@ +import Button from '../../../components/button/index.js' + ## Introduction The **Sign In With X** feature enables decentralized applications (Dapps) to authenticate users seamlessly across multiple blockchain networks, such as Ethereum, Polygon or Solana. This feature allows developers using our SDK to implement authentication by having users sign a unique string message with their blockchain wallets. The **Sign In With X** feature is designed in accordance with the [CAIP-122](https://github.com/ChainAgnostic/CAIPs/blob/main/CAIPs/caip-122.md) standard, which establishes a chain-agnostic framework for blockchain-based authentication and authorization on off-chain services.