Name | lwk JSON |
Version |
0.11.1
JSON |
| download |
home_page | None |
Summary | Liquid Wallet Kit |
upload_time | 2025-09-10 10:32:07 |
maintainer | None |
docs_url | None |
author | None |
requires_python | None |
license | None |
keywords |
liquid
elements
wallet
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Liquid Wallet Kit
A Python package to build on the [Liquid](https://blockstream.com/liquid/) network.
```python
import lwk
network = lwk.Network.mainnet()
assert(str(network) == "Liquid")
```
## Main Features
* **Watch-Only** wallet support: using Liquid descriptors, better known as
[CT descriptors](https://github.com/ElementsProject/ELIPs/blob/main/elip-0150.mediawiki).
* **PSET** based: transactions are shared and processed using the
[Partially Signed Elements Transaction](https://github.com/ElementsProject/elements/blob/1fcf0cf2323b7feaff5d1fc4c506fff5ec09132e/doc/pset.mediawiki) format.
* **Electrum** and **Esplora** [backends](https://github.com/Blockstream/electrs):
no need to run and sync a full Liquid node or rely on closed source servers.
* **Asset issuance**, **reissuance** and **burn** support: manage the lifecycle
of your Issued Assets with a lightweight client.
* **Generic multisig** wallets: create a wallet controlled by
any combination of hardware or software signers, with a user
specified quorum.
## Examples
* [List transactions](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/list_transactions.py) of a wpkh/slip77 wallet
* [Send transaction](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/send_transaction.py) of a wpkh/slip77 wallet in a regtest environment
* [Send asset](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/send_asset.py) of a wpkh/slip77 wallet in a regtest environment
* [Custom persister](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/custom_persister.py), the caller code provide how the wallet updates are persisted
Raw data
{
"_id": null,
"home_page": null,
"name": "lwk",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "liquid, elements, wallet",
"author": null,
"author_email": null,
"download_url": null,
"platform": null,
"description": "# Liquid Wallet Kit\n\nA Python package to build on the [Liquid](https://blockstream.com/liquid/) network.\n\n```python\nimport lwk\nnetwork = lwk.Network.mainnet()\nassert(str(network) == \"Liquid\")\n```\n\n## Main Features\n\n* **Watch-Only** wallet support: using Liquid descriptors, better known as\n [CT descriptors](https://github.com/ElementsProject/ELIPs/blob/main/elip-0150.mediawiki).\n* **PSET** based: transactions are shared and processed using the\n [Partially Signed Elements Transaction](https://github.com/ElementsProject/elements/blob/1fcf0cf2323b7feaff5d1fc4c506fff5ec09132e/doc/pset.mediawiki) format.\n* **Electrum** and **Esplora** [backends](https://github.com/Blockstream/electrs):\n no need to run and sync a full Liquid node or rely on closed source servers.\n* **Asset issuance**, **reissuance** and **burn** support: manage the lifecycle\n of your Issued Assets with a lightweight client.\n* **Generic multisig** wallets: create a wallet controlled by\n any combination of hardware or software signers, with a user\n specified quorum.\n\n## Examples\n\n* [List transactions](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/list_transactions.py) of a wpkh/slip77 wallet\n* [Send transaction](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/send_transaction.py) of a wpkh/slip77 wallet in a regtest environment\n* [Send asset](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/send_asset.py) of a wpkh/slip77 wallet in a regtest environment\n* [Custom persister](https://github.com/Blockstream/lwk/tree/master/lwk_bindings/tests/bindings/custom_persister.py), the caller code provide how the wallet updates are persisted\n\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Liquid Wallet Kit",
"version": "0.11.1",
"project_urls": {
"documentation": "https://docs.rs/lwk_bindings/latest/lwk_bindings/",
"homepage": "https://github.com/blockstream/lwk"
},
"split_keywords": [
"liquid",
" elements",
" wallet"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ef8a9d671b0744d44983db52bcd78f023593b5b676bbe091d1e5b2ed263860d6",
"md5": "de82350d5986a04a2e571fabeec6404f",
"sha256": "ccf8199d0a9062dd3f37b25c91063515190ff0d20ce8fe7b0da132a62afd7cd8"
},
"downloads": -1,
"filename": "lwk-0.11.1-py3-none-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "de82350d5986a04a2e571fabeec6404f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9510035,
"upload_time": "2025-09-10T10:32:07",
"upload_time_iso_8601": "2025-09-10T10:32:07.990240Z",
"url": "https://files.pythonhosted.org/packages/ef/8a/9d671b0744d44983db52bcd78f023593b5b676bbe091d1e5b2ed263860d6/lwk-0.11.1-py3-none-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d8cb2e2742d545be492d932e12a8fc7d334f2e18988c6cb34fc8ef0914198f78",
"md5": "b585346fb6e926cddc71b1a5dc1cf9b5",
"sha256": "24a2240ad1d9c6697e4632500b8b67e13e474a4636ecaee512e71931567d56af"
},
"downloads": -1,
"filename": "lwk-0.11.1-py3-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "b585346fb6e926cddc71b1a5dc1cf9b5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9170080,
"upload_time": "2025-09-10T10:32:12",
"upload_time_iso_8601": "2025-09-10T10:32:12.351283Z",
"url": "https://files.pythonhosted.org/packages/d8/cb/2e2742d545be492d932e12a8fc7d334f2e18988c6cb34fc8ef0914198f78/lwk-0.11.1-py3-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "119d7a9af430a8b3bcf47a70265c1a1ff1d3b3777fd1e055e04ca959f861e734",
"md5": "5812909cb2a9786e7abac5fcd3b70b7d",
"sha256": "40b6d50ed8072f4c57672a30dc62171ce1b33e681dbd6392378df80fc317f57d"
},
"downloads": -1,
"filename": "lwk-0.11.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "5812909cb2a9786e7abac5fcd3b70b7d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9956376,
"upload_time": "2025-09-10T10:32:16",
"upload_time_iso_8601": "2025-09-10T10:32:16.164652Z",
"url": "https://files.pythonhosted.org/packages/11/9d/7a9af430a8b3bcf47a70265c1a1ff1d3b3777fd1e055e04ca959f861e734/lwk-0.11.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8e9d65e30046badfe0a8d8fee6e9356aae126649f5d91eb1239e6d2ac1cf18b0",
"md5": "8231a5300c8f2578eafd748bdb45c6c7",
"sha256": "bedcbf0f134586dc4a85f1cfc6e8e1a9f909483b9c230af3d827ee4ca4a2dfbc"
},
"downloads": -1,
"filename": "lwk-0.11.1-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "8231a5300c8f2578eafd748bdb45c6c7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8936998,
"upload_time": "2025-09-10T10:32:22",
"upload_time_iso_8601": "2025-09-10T10:32:22.020025Z",
"url": "https://files.pythonhosted.org/packages/8e/9d/65e30046badfe0a8d8fee6e9356aae126649f5d91eb1239e6d2ac1cf18b0/lwk-0.11.1-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-10 10:32:07",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "blockstream",
"github_project": "lwk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "lwk"
}