open-wallet-standardopen-wallet-standardOfficialยท1 Agent Skills Included

core

Secure local multi-chain wallet signing and key management

Creates and manages encrypted crypto wallets, then signs messages and transactions across EVM, Solana, Bitcoin, Sui, Cosmos, Tron, TON, XRPL, and more. Keeps private keys encrypted at rest and decrypted only after policy checks pass, so keys are never exposed to callers. Provides CLI, Node.js, and Python SDKs plus API keys, spending policies, and x402 payments for automated workflows.
npx skills add open-wallet-standard/core --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Open Wallet Standard?โ–ผ

Run `npx skills add open-wallet-standard/core --all -g -y` in your terminal to install the skill globally. You also need the `ows` CLI, available via npm or the one-line installer at docs.openwallet.sh.

Which blockchains does OWS support?โ–ผ

OWS signs on EVM chains, Solana, Bitcoin, Cosmos, Tron, TON, Sui, Spark, Filecoin, XRPL, NEAR, and more, all from a single wallet with one mnemonic.

Are private keys ever exposed when signing?โ–ผ

No. Keys stay encrypted at rest with AES-256-GCM, are decrypted only after policy checks pass, and are wiped from memory immediately after signing.

Can I control what an automated agent can do with my wallet?โ–ผ

Yes. You can register policies with chain allowlists and expiry, then issue scoped API keys that gate every signing request before decryption.

Does OWS work with Node.js and Python?โ–ผ

Yes. It ships native SDKs for Node.js (`@open-wallet-standard/core`) and Python (`open-wallet-standard`), plus a full CLI, all backed by the same Rust core.

Related Repositories in Finance & Accounting

View All in Finance & Accountingโ†’