Skip to main content

Python native bindings for the Open Wallet Standard

Project description

open-wallet-standard

Local, policy-gated signing and wallet management for every chain.

PyPI License: MIT

Why OWS

  • Local key custody. Private keys stay encrypted at rest and are decrypted only inside the OWS signing path after the relevant checks pass. Current implementations harden in-process memory handling and wipe key material after use.
  • Every chain, one interface. EVM, Solana, Sui, Bitcoin, Cosmos, Tron, TON, Spark, Filecoin — all first-class. CAIP-2/CAIP-10 addressing abstracts away chain-specific details.
  • Policy before signing. A pre-signing policy engine gates agent (API key) operations before decryption — chain allowlists, expiry, and optional custom executables.
  • Built for agents. Native SDK and CLI today. 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, Bitcoin, Cosmos, Tron, TON, Filecoin, and Sui

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

API Reference

Function Description
create_wallet(name, passphrase?, words?, vault_path?) Create a new wallet with addresses for the current auto-derived chain set
import_wallet_mnemonic(name, mnemonic, passphrase?, index?, vault_path?) Import a wallet from a BIP-39 mnemonic
import_wallet_private_key(name, private_key_hex, chain?, passphrase?, vault_path?, secp256k1_key?, ed25519_key?) Import a wallet from a private key
list_wallets(vault_path?) List all wallets in the vault
get_wallet(name_or_id, vault_path?) Get details of a specific wallet
delete_wallet(name_or_id, vault_path?) Delete a wallet
export_wallet(name_or_id, passphrase?, vault_path?) Export a wallet's mnemonic or keys
rename_wallet(name_or_id, new_name, vault_path?) Rename a wallet
sign_message(wallet, chain, message, passphrase?, encoding?, index?, vault_path?) Sign a message with chain-specific formatting
sign_typed_data(wallet, chain, typed_data_json, passphrase?, index?, vault_path?) Sign EIP-712 typed data (EVM only)
sign_transaction(wallet, chain, tx_hex, passphrase?, index?, vault_path?) Sign a raw transaction
sign_and_send(wallet, chain, tx_hex, passphrase?, index?, rpc_url?, vault_path?) Sign and broadcast a transaction
generate_mnemonic(words?) Generate a BIP-39 mnemonic phrase
derive_address(mnemonic, chain, index?) Derive an address from a mnemonic
create_policy(policy_json, vault_path?) Register a policy from a JSON string
list_policies(vault_path?) List all registered policies
get_policy(id, vault_path?) Get a single policy by ID
delete_policy(id, vault_path?) Delete a policy by ID
create_api_key(name, wallet_ids, policy_ids, passphrase, expires_at?, vault_path?) Create an API key for agent access
list_api_keys(vault_path?) List all API keys (tokens never returned)
revoke_api_key(id, vault_path?) Revoke an API key

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'
Sui Ed25519 0x + BLAKE2b-256 hex m/44'/784'/0'/0'/0'
Spark (Bitcoin L2) secp256k1 spark: prefixed m/84'/0'/0'/0/0
Filecoin secp256k1 f1 base32 m/44'/461'/0'/0/0

Architecture

Agent / CLI / App
       │
       │  OWS Interface (SDK / CLI)
       ▼
┌─────────────────────┐
│    Access Layer      │     1. Caller invokes sign()
│  ┌────────────────┐  │     2. Policy engine evaluates for API tokens
│  │ Policy Engine   │  │     3. Key decrypted in hardened memory
│  │ (pre-signing)   │  │     4. Transaction signed
│  └───────┬────────┘  │     5. Key wiped from memory
│  ┌───────▼────────┐  │     6. Signature returned
│  │  Signing Core   │  │
│  │   (in-process)  │  │     The OWS API never returns
│  └───────┬────────┘  │     raw private keys.
│  ┌───────▼────────┐  │
│  │  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.5.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.5.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.5.8-cp313-cp313-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

open_wallet_standard-0.5.8-cp313-cp313-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

open_wallet_standard-0.5.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.5.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.5.8-cp312-cp312-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

open_wallet_standard-0.5.8-cp312-cp312-macosx_10_12_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

open_wallet_standard-0.5.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.5.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.5.8-cp311-cp311-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

open_wallet_standard-0.5.8-cp311-cp311-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

open_wallet_standard-0.5.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.5.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.5.8-cp310-cp310-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

open_wallet_standard-0.5.8-cp310-cp310-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

open_wallet_standard-0.5.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

open_wallet_standard-0.5.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

open_wallet_standard-0.5.8-cp39-cp39-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

open_wallet_standard-0.5.8-cp39-cp39-macosx_10_12_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9macOS 10.12+ x86-64

File details

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

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 584f30e335e9862236e95267cd5702764a29c9817aacf62f73a8ad8bc86f1ac9
MD5 13f5ca21a4902a883efc41a5fdd164b1
BLAKE2b-256 7f12a03a3b07e36775c5d1550d1f51545f1160ba0b62e1236debb1e8a3b1b85e

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d15f6d6b70eafc3c016d98ef228bdadc3db73e4b1ac5c370b80ac16388e5ea05
MD5 49e2009409551051325bb74049652cf3
BLAKE2b-256 2b5d29b81c49b5cfcc785b62ab9b171ab8a94b12b47af15cd959b0e340d8aac5

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5ac1690c508bcbf0a087826d58ee749fa96f08971afe0c70815327c7c6a8e22d
MD5 d09d717951b4b404d4a59f52eee18ab3
BLAKE2b-256 476128a44463605ad341eee8ca013345d2c918016857815b7c8c56f8ca78d70f

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1c1147673a4a98f8171337b00e8cd8d5e67c0b63860f579439634033cb12c31d
MD5 fe78c4b8570cb3d1520953acf3641b8f
BLAKE2b-256 cd9cc11911b2801b15f408e2374a7fdf443820a7d7189d0c9246cb143b870e58

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0eda5b19c2a1c5a139c2ebeab92b6491beb7c9c76aeb9a6eeed4b9c185274788
MD5 b9106b1156cf6755b3b50a1aa341e1dc
BLAKE2b-256 d53a7b0918d761eb2d7c26a25770578222b5ff285516667fc0b3e55d7245d3e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0fbdab59d13871b8dcdcb9a35210ab362747c7ce87cee7d6f7fa78f07bf154a
MD5 75953794c6430c91566c465dac0f24ce
BLAKE2b-256 ee9af04965d8d6c3322ec4dda47737916407807fa92d641b3ab9453d6cbd7964

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 901caa2a919320dffdbd8986c1a22f4c389ee6117829a5fe363e037a31d56c79
MD5 be55e59328dfdd8a2c88e96de405808c
BLAKE2b-256 57c736983b688c125d61d4b3c74eb34371db16656b8f4e7200da36af45a9b049

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 480f59138dc181d2f678dac7c4a0957fb432818fbb48c2ce9428fa0a4aa04cb7
MD5 4ac027fd9f1e5684b2d68cefe56c1663
BLAKE2b-256 5553b602537c4e645033add7055baec6fb554ed47526ad76cf7614dddbdf62c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa3852b5c9e3d2838f5474ade4c63a97656e9d359846ec329600db978ad73583
MD5 a46edc6826edb8ac53961870918e707e
BLAKE2b-256 c92385d6416c79d8ff2338be8e8fb25f2dff57d9c98866f970c13ec76bb53b98

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 078378350eba7ca763199d953cd762fc75e47fcb262d7b0c7ecfb3376e66e99b
MD5 8617e1b6db9beb04540c4a189c101dca
BLAKE2b-256 f505a4082dcad10fd08f5cdfe18137a5e39ef0ee403635727bc8fdc2429adc2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bdc8b605187472ea83d63687c202d866acf9baba70931db73bef5677ff4b5cb
MD5 9271e27a7a2c504342c2fd68ef22263c
BLAKE2b-256 708c3403121cd4014fcf554af8b16dbe43037088f344b29522c25c61c4d9f5c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e2fdd5ef420cf1d096f9b87df468f8cdd20c0d7b90feb2750ec1b1726a5c76d4
MD5 5c3ec7dec3952baf56b30d838d622151
BLAKE2b-256 3a2e4590e3bcb7318dcb9facbdbf8eabf0efe2adbf07d0a27a3b117b1bcb44da

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 faa8805fb2e7f885d4826032691cd2c4d2cb3c589f76d19058f100aa56126577
MD5 412fa314b3594d69d2c6fb50fa3532a1
BLAKE2b-256 b8c2dffecd3119010b3ecc2e7a9de20f91a27a2f43be2452128de3ae1cb01ab6

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 521f5a2bf46ba65d7bb1edb84c12ff0991b1e8e95ba879e1eb41f2ad09db1256
MD5 08b4b75c7363479354f09b6a2d5a421b
BLAKE2b-256 6d22a56c84a25c32a1188a3de950f349fa7fa25dd0b231b9a2bf508e44806471

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 035fdd037d664388e36189cacefb91aff458e844db0a4609dfe93fd1c6278fa2
MD5 c80420aa27c21832213a775f8b23b216
BLAKE2b-256 d4e2ed6d7f40443507e563bc0c0e48098bd759a3734fc1e42568a10038ed3eaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a94aba68c002c01fb8af1b127d75fb12b5ac604f79ba4fb2f61d20485a48e454
MD5 8cd0d508de906716443b17cb9bf8cbb9
BLAKE2b-256 473ee13694f7dd1271a2f0a3de98ce3aee569c7ef1e425076bd6ae2c2f01fb06

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d5f20d32d0ee6b7ff5415edf0fc228bb833bffdd221f6cf6a9148005613af46
MD5 1ff6b65b7d3218b17d34ca12d89a1c76
BLAKE2b-256 dcba61e62fc2b9ad71c58abf71958a280bdb736cdc48570adfbcd784d7adec88

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e5b6698e2b11aba0b641bcadc18c6b494c3ff7d1cbe09447760d14d627facb0a
MD5 5602a59f04d5080269685d9d098d0531
BLAKE2b-256 3432ac83108d046ebe2ccebe8d2b3fab7a9cc2067d9e2f6acea43f4f7b9ad3b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d3c9db7097e3c139190c00a1effb12f8a264fef96b77ab1992520ee8e8f7c63f
MD5 81f279a5a544977b6aae9f3d7b37922b
BLAKE2b-256 2e4c9d05fba86fc3e7116f91b67c1655bb6595ac5f608c03c0d37199620fbd97

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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.5.8-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for open_wallet_standard-0.5.8-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d15b8e16e86f9875e086d281b7f023ce0558e4f09ea7c90eae7673d57742eb72
MD5 801a4972a43b8c31cc35f887ffb1058e
BLAKE2b-256 9627aa40aff186d29376662f6d148f0e94c54b35563ef6227e2286e1d95edda3

See more details on using hashes here.

Provenance

The following attestation bundles were made for open_wallet_standard-0.5.8-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