npm
@stwd/sdk
观察池 · 暂无正式排名
该项目当前未满足“两个有效维度 + 两种数据源”的主榜门槛。
— 未排名
可观测采用度已过期 · 2026-08-30 —
动量缺失 —
关注度缺失 —
信号可信度 依据当前有数据的独立评分维度数量计算。
有限0/3 · 0 种数据源
项目介绍
TypeScript client for the Steward API. Use this in your agents, bots, or platform integrations to create wallets, set policies, and submit transactions for signing.
Create a new agent wallet. Steward generates a keypair, encrypts it in the vault, and returns the agent identity.
List all agents for the authenticated tenant.
Submit a transaction for policy evaluation and signing.
Throws: StewardApiError with status 400 if a hard policy rejects the transaction. error.data.results contains per-policy details.
Sign an arbitrary message (EIP-191 personal sign) with the agent's key.
Retrieve the current policy rules for an agent.
Replace the full policy set for an agent (PUT semantics —…