← 返回
未分类 中文

OWS - Open Wallet Standard

Perform multi-chain wallet management, balance checks, transaction signing, x402 payments, funding, and policy control with encrypted local key storage using...
执行多链钱包管理、余额查询、交易签名、x402支付、资金及策略控制,使用加密本地密钥存储
rhlsthrm
未分类 clawhub v1.0.3 1 版本 100000 Key: 无需
★ 0
Stars
📥 490
下载
💾 0
安装
1
版本
#latest

概述

OWS - Open Wallet Standard

Local-first, multi-chain wallet management for AI agents. By MoonPay.

  • Website: https://openwallet.sh
  • GitHub: https://github.com/open-wallet-standard/core
  • npm: https://www.npmjs.com/package/@open-wallet-standard/core

Prerequisites

OWS CLI (ows) must be pre-installed by the user. This skill does not install software. See https://openwallet.sh for installation instructions.

When to Use

  • Checking wallet balances
  • Signing transactions or messages
  • Making x402 payments to paid APIs
  • Querying wallet info

CLI Reference

# Wallet info
ows wallet list                    # List all wallets
ows wallet info                    # Show vault path + supported chains

# Balances
ows fund balance --wallet <name> --chain <chain>   # Check balance (base, ethereum, solana, etc.)

# Signing
ows sign message --wallet <name> --chain <chain> --message <msg>
ows sign tx --wallet <name> --chain <chain> --tx <hex>

# x402 payments
ows pay request --wallet <name> <url>       # Pay an x402-enabled API
ows pay discover <url>                       # Discover x402 services

Node.js SDK

import { signMessage } from "@open-wallet-standard/core";

const sig = signMessage("my-wallet", "evm", "hello");

Supported Chains

EVM (Ethereum, Base, Polygon, Arbitrum), Solana, Bitcoin, Cosmos, Tron, TON, Sui, Filecoin, Spark. All derived from a single BIP-39 seed via CAIP-2 chain identifiers.

Security Model

  • Keys encrypted at rest (AES-256-GCM)
  • Keys decrypted only during signing, wiped from memory immediately after
  • Pre-signing policy engine for spending limits and chain allowlists
  • The OWS API never returns raw private keys
  • Append-only audit log

Important

  • Never ask for or handle raw private keys. OWS signs internally.
  • Do not install or update OWS packages. Only use pre-installed CLI.
  • See https://openwallet.sh for full documentation.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-31 09:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

Telegram History

rhlsthrm
通过 MTProto 用户 API(Telethon)获取 Telegram 聊天记录。适用于需要读取任意 Telegram 聊天、群组或论坛话题的旧消息。
★ 1 📥 2,514
ai-intelligence

Swap and bridge across 35+ chains with LI.FI

rhlsthrm
基于LI.FI协议的跨链代币兑换与桥接服务,支持获取报价、执行转账、追踪进度,跨35+区块链组合DeFi操作。
★ 2 📥 1,188

fruitmail — Apple Mail Search

rhlsthrm
在macOS上通过SQLite实现Apple Mail快速搜索,支持按主题、发件人、日期、正文、线程、附件搜索,结果约50毫秒对比原生的8分钟以上
★ 0 📥 402