siwa

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

SIWA SDK

SIWA SDK

Sign-In With Agent (SIWA) lets AI agents authenticate with services using their ERC-8004 onchain identity.
Sign-In With Agent (SIWA) 允许AI Agent使用其ERC-8004链上身份向服务进行身份验证。

Install

安装

bash
npm install @buildersgarden/siwa
bash
npm install @buildersgarden/siwa

Skills

功能

Agent-Side (Signing)

Agent端(签名)

Choose based on your wallet provider:
  • Bankr — Bankr Agent API wallets
根据你使用的钱包提供商选择:
  • Bankr — Bankr Agent API 钱包

Server-Side (Verification)

服务端(验证)

  • Server-Side Verification — Next.js, Express, Hono, Fastify
  • 服务端验证 — Next.js, Express, Hono, Fastify

SDK Modules

SDK模块

ImportDescription
@buildersgarden/siwa
Core: signSIWAMessage, verifySIWA, createSIWANonce
@buildersgarden/siwa/signer
Signer factories
@buildersgarden/siwa/erc8128
ERC-8128 HTTP signing/verification
@buildersgarden/siwa/receipt
HMAC receipt helpers
@buildersgarden/siwa/nonce-store
Nonce stores (Memory, Redis, KV)
@buildersgarden/siwa/next
Next.js middleware
@buildersgarden/siwa/express
Express middleware
@buildersgarden/siwa/hono
Hono middleware
@buildersgarden/siwa/fastify
Fastify middleware
导入路径说明
@buildersgarden/siwa
核心能力:signSIWAMessage、verifySIWA、createSIWANonce
@buildersgarden/siwa/signer
签名器工厂
@buildersgarden/siwa/erc8128
ERC-8128 HTTP 签名/验证
@buildersgarden/siwa/receipt
HMAC 回执工具
@buildersgarden/siwa/nonce-store
随机数存储(Memory、Redis、KV)
@buildersgarden/siwa/next
Next.js 中间件
@buildersgarden/siwa/express
Express 中间件
@buildersgarden/siwa/hono
Hono 中间件
@buildersgarden/siwa/fastify
Fastify 中间件

Links

相关链接