# 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": "MIT OR BSD-2-Clause",
"summary": "Liquid Wallet Kit",
"version": "0.10.0",
"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": "e02a91556db93274fbedb405abe8fce6bf1f879ceab4dbfc28764f34184b62d0",
"md5": "c2bb6555f1cee47e1ae02f70580fdc85",
"sha256": "5892b93451207f387089bc33dad66d51bb27a792ae9a0bc1d8686232a5315218"
},
"downloads": -1,
"filename": "lwk-0.10.0-py3-none-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "c2bb6555f1cee47e1ae02f70580fdc85",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8671074,
"upload_time": "2025-07-09T09:30:30",
"upload_time_iso_8601": "2025-07-09T09:30:30.418420Z",
"url": "https://files.pythonhosted.org/packages/e0/2a/91556db93274fbedb405abe8fce6bf1f879ceab4dbfc28764f34184b62d0/lwk-0.10.0-py3-none-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fe370761a8fe16f898d4846d66af5bf8135677ae11a1b509678023e990b16e23",
"md5": "9d3db0351388aac1e272a3fc45854fcc",
"sha256": "f9d206833ff79207d4d6fe05f262d99343d95761c41a96889d814c236c6550b1"
},
"downloads": -1,
"filename": "lwk-0.10.0-py3-none-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "9d3db0351388aac1e272a3fc45854fcc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8357562,
"upload_time": "2025-07-09T09:30:33",
"upload_time_iso_8601": "2025-07-09T09:30:33.994015Z",
"url": "https://files.pythonhosted.org/packages/fe/37/0761a8fe16f898d4846d66af5bf8135677ae11a1b509678023e990b16e23/lwk-0.10.0-py3-none-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d462b7814eee98bf9ab3c7e766525ec8ed270061f62186ef58d2a59085f4b546",
"md5": "0239ba7d4845be65f29b114bb951ce4d",
"sha256": "278c1e1719aeb6b0ce74d41f716f9d459783abcd00bdd53f967e3ae655111bea"
},
"downloads": -1,
"filename": "lwk-0.10.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "0239ba7d4845be65f29b114bb951ce4d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9070134,
"upload_time": "2025-07-09T09:30:37",
"upload_time_iso_8601": "2025-07-09T09:30:37.692163Z",
"url": "https://files.pythonhosted.org/packages/d4/62/b7814eee98bf9ab3c7e766525ec8ed270061f62186ef58d2a59085f4b546/lwk-0.10.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c587a3433576b194dda56422484b64d4fecece7bf5ed1b54e4e7e46b08819ebc",
"md5": "e474fb3c1865a8bc8a52195e0c13c954",
"sha256": "3d089cb403e0f69f073ce8a2e602b592812f53bec2009f23dc0b451f5f7ed402"
},
"downloads": -1,
"filename": "lwk-0.10.0-py3-none-win_amd64.whl",
"has_sig": false,
"md5_digest": "e474fb3c1865a8bc8a52195e0c13c954",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 8110534,
"upload_time": "2025-07-09T09:30:41",
"upload_time_iso_8601": "2025-07-09T09:30:41.694438Z",
"url": "https://files.pythonhosted.org/packages/c5/87/a3433576b194dda56422484b64d4fecece7bf5ed1b54e4e7e46b08819ebc/lwk-0.10.0-py3-none-win_amd64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-09 09:30:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "blockstream",
"github_project": "lwk",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "lwk"
}