Skip to main content

Python native bindings for the Open Wallet Standard

Project description

open-wallet-standard

Secure signing and wallet management for every chain. One vault, one interface — keys never leave your machine.

PyPI License: MIT

Why OWS

  • Zero key exposure. Private keys are encrypted at rest, decrypted only inside an isolated signing process. Agents and LLMs never see raw key material.
  • Every chain, one interface. EVM, Solana, Bitcoin, Cosmos, Tron, TON — all first-class. CAIP-2/CAIP-10 addressing abstracts away chain-specific details.
  • Policy before signing. A pre-signing policy engine gates every operation — spending limits, allowlists, chain restrictions — before any key is touched.
  • Built for agents. MCP server, native SDK, and CLI. A wallet created by one tool works in every other.

Install

pip install open-wallet-standard

The package is fully self-contained — it embeds the Rust core via native FFI. No additional dependencies required.

Quick Start

from ows import create_wallet, sign_message

wallet = create_wallet("agent-treasury")
# => accounts for EVM, Solana, BTC, Cosmos, Tron, TON

sig = sign_message("agent-treasury", "evm", "hello")
print(sig["signature"])

API Reference

Function Description
create_wallet(name) Create a new wallet with addresses for all chains
import_wallet_mnemonic(name, mnemonic) Import a wallet from a BIP-39 mnemonic
import_wallet_private_key(name, chain, private_key) Import a wallet from a private key
list_wallets() List all wallets in the vault
get_wallet(name) Get details of a specific wallet
delete_wallet(name) Delete a wallet
export_wallet(name) Export a wallet's mnemonic
rename_wallet(old_name, new_name) Rename a wallet
sign_message(wallet, chain, message) Sign a message with chain-specific formatting
sign_transaction(wallet, chain, tx) Sign a raw transaction
sign_and_send(wallet, chain, tx) Sign and broadcast a transaction
generate_mnemonic() Generate a BIP-39 mnemonic phrase
derive_address(mnemonic, chain) Derive an address from a mnemonic

Supported Chains

Chain Curve Address Format Derivation Path
EVM (Ethereum, Polygon, etc.) secp256k1 EIP-55 checksummed m/44'/60'/0'/0/0
Solana Ed25519 base58 m/44'/501'/0'/0'
Bitcoin secp256k1 BIP-84 bech32 m/84'/0'/0'/0/0
Cosmos secp256k1 bech32 m/44'/118'/0'/0/0
Tron secp256k1 base58check m/44'/195'/0'/0/0
TON Ed25519 raw/bounceable m/44'/607'/0'

Architecture

Agent / CLI / App
       │
       │  OWS Interface (MCP / SDK / CLI)
       ▼
┌─────────────────────┐
│    Access Layer      │     1. Agent calls ows.sign()
│  ┌────────────────┐  │     2. Policy engine evaluates
│  │ Policy Engine   │  │     3. Enclave decrypts key
│  │ (pre-signing)   │  │     4. Transaction signed
│  └───────┬────────┘  │     5. Key wiped from memory
│  ┌───────▼────────┐  │     6. Signature returned
│  │ Signing Enclave │  │
│  │ (isolated proc) │  │     The agent NEVER sees
│  └───────┬────────┘  │     the private key.
│  ┌───────▼────────┐  │
│  │  Wallet Vault   │  │
│  │ ~/.ows/wallets/ │  │
│  └────────────────┘  │
└─────────────────────┘

Documentation

The full spec and docs are available at openwallet.sh and in the GitHub repo.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (733.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (711.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.3.2-cp313-cp313-macosx_11_0_arm64.whl (637.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

open_wallet_standard-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl (664.6 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (733.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (710.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.3.2-cp312-cp312-macosx_11_0_arm64.whl (636.9 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

open_wallet_standard-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl (664.9 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (733.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (710.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.3.2-cp311-cp311-macosx_11_0_arm64.whl (637.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

open_wallet_standard-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl (665.1 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (733.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (711.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.3.2-cp310-cp310-macosx_11_0_arm64.whl (637.6 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

open_wallet_standard-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl (665.2 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (733.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (711.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.3.2-cp39-cp39-macosx_11_0_arm64.whl (637.9 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

open_wallet_standard-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl (665.5 kB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

Details for the file open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6485fb00d9c70facdf010776bc991fa15cf33842c10ad9c218ea487ba5b77122
MD5 6f7fafef053ac8153c344e92845d9105
BLAKE2b-256 56cf6293117a51180579302042251dd968f66d577d6172fbd0bbf282b14f6097

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 242a99cdeda2e9aed3e22d4bd0f9e56abdbb15ce7cbbda43e38a885d5814adcf
MD5 0f4c9ee588828d5bac665f6900443c83
BLAKE2b-256 5b2f4d42fc7d553f1bc0045d838266bb603e0fd12243e70b49385fac6e42546a

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 70ba3d0bf97af96f1ebb8618bd7944050e6ee9364bfafb47ea6fd343dded48ba
MD5 4b3d5bd4cd283cb77593947c527dab6a
BLAKE2b-256 77056aaaaef8745f18c0da8e56e24fdcf8e79ef41ffe3e691bef03de6a0d4ec1

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e8d8539fcc180e16003a168775c7a8679e6a8bb851f0d9c86e2fdd4db7a29b3c
MD5 806a2b5c46e0d04cac97b00cec472bc8
BLAKE2b-256 81d1bdc43124343179fa3c1b71c380855d69c96152989c24448e00449c35b648

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbbacf37d93c046d8ec3a2cc77d7d66b8d2301f22e56373574b6af9dc142368f
MD5 2778b993dfd21a2a8ed7fe95e5d3356a
BLAKE2b-256 9c5ecb7c5356ddfd5e244e2f393791f24cca489fdbced1bc47aa0b8f285b9d88

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f749038e6ddc09f8eca3aac2445bc073e151610006807266759b1ea3bffea69c
MD5 22c701312ff466e86b9be9e0da0a02fc
BLAKE2b-256 002e8ddc2301d5dfbba1e5f8bda30d4bf5a2a2b4ec6f125b58211e32973bacad

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b572daa21727503ba42df498753207dc3413021b19e3e44bd7f3d2c47dd66a68
MD5 d6c77c1a657e20a52205e140cbaee8d0
BLAKE2b-256 c22a23eedcd5c01a816badb5d8bbe541ed0e86b81c9fc2656e355c7ab08aea21

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 8f6121470f1c714e13cf2da06f28fc65b3e45c4144ead28b806ba58aee986958
MD5 280a05b95d2ab31c2c6e0781ed239c9c
BLAKE2b-256 3697ff216d6bea601af1cbc9fcb8d7a34caf05668cd6f8175182910220f8630d

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d45af82ca6afe48c20efcde0777aa5374117fa1e97d862d7e19110e5fa4c0b6
MD5 41f494075017ec1263163499a1aa54ff
BLAKE2b-256 427b0510f2c66ae15d4ac4140d1d0eb3595d3df5896b6fc39b780432d6bf0452

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ec325a0d030f09d52ced47c3ea7e7db6bd78ae3fdb16eb6ab798797b172278c
MD5 f75bafc546a5fa1512edf5d283bddfc5
BLAKE2b-256 864eeb06e7eb322f2c77d0946fec7117ea80ab328442be89aedc2c7f6a6da6c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75e1ca2d1de4ac0537fc0d4f07b949791aebeafdb0dc8478bcfdd469f504d597
MD5 a012a10caa2cf293d9a3ea01e144fe78
BLAKE2b-256 df1b63f1e2c72349514c1219b30e1f91da4e2b59c39c11505d3db2f4089c5950

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bf95c3439998b77950f24f3ce6c72cc532b796236988a5ca05f8f010240fa325
MD5 6e1b8abe280fc18c718c9d9710260779
BLAKE2b-256 52205150878db55df52814fd321da084b6052d72343825c01f040b8b51ee8f29

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdfc83d313ff4af7321d3c59e5979eb4d6a1915a71ef024d4770973e9a6bb2bb
MD5 d5e56810b4bc2f1338466dc799ebacfd
BLAKE2b-256 73494bedd1cd9253c0a006b1ef6fdb1dc2a0e50a2d14a27f5d1a9528d487d514

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 be7cde37c3ac8b8c57015e93d41b850c0fd94618a1a8537c6c4fa66f3fc69552
MD5 888f0ffee86d55dc61e563f4c158a935
BLAKE2b-256 4a6e42c7417a8447b3e2118cc9ee355c216cbfd47c3c8cfc38d87b62a12a7a1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c9e8f1cefd31fc663b21bf5be03a6787dcffc600ab1b42f94678cbded2f5a14
MD5 b8818d4d846000174b4627a2a013bc20
BLAKE2b-256 9752c107a5d074e96807b8acbfd9de658feb32edb629f0c698afee08749443c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7d07c3e916a132c05add04d3bd6055ec7bc39ba8495c3e80a08e885479fa142f
MD5 fad4e50bcd9fa5a36e597cc801d9b466
BLAKE2b-256 a6abee46708a633730ab7f626d7e0487ed77f249e21622b0392854592c663111

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d37c709a7e44d7cfa64635ad141b18f28597518b1f7f9fb57cdabc25be57a95
MD5 e465c500d4b0e0d74743404bd2e99be2
BLAKE2b-256 7b53541383d3aae494ade1b8067ab34631748034ecd13f697122be24cf94e9e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 61c405fac61208a27dccab6dece588575c2cf5fb9b27dda52e0a608e0d820570
MD5 2db2738d5de41ea0933a4b7b0cadc95a
BLAKE2b-256 efb488451fb7f803ef5fe9faadefceaa5009c2d29688b54bad9af73b726638d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9230b34a2f5ef5d2357ea55f747506b81e1649d093b72e613998c6c587db5137
MD5 449000d16bde7398a047eb1b1e32512d
BLAKE2b-256 d4378e5b5e5046132588fd1eb9a02bb80ab644486311c4d51b55787969f4fd57

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file open_wallet_standard-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1c91633b04a6dc04bb33cd626a777a2438fbec2b9065923e29b563f8147a4109
MD5 e45a925fb7bf0d519b539f58b737e504
BLAKE2b-256 44be065f66625a1982d3b2b468a4a9bc67d79a83c39802721b51382787cf8450

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.3.2-cp39-cp39-macosx_10_12_x86_64.whl:

Publisher: release.yml on open-wallet-standard/core

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page