{"id":14547685,"url":"https://github.com/wizardsardine/liana","last_synced_at":"2025-09-03T20:30:51.062Z","repository":{"id":48744865,"uuid":"516003390","full_name":"wizardsardine/liana","owner":"wizardsardine","description":"The missing safety net for your coins","archived":false,"fork":false,"pushed_at":"2024-10-29T14:12:09.000Z","size":6336,"stargazers_count":317,"open_issues_count":255,"forks_count":56,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-10-29T17:21:32.255Z","etag":null,"topics":["bitcoin","miniscript","safety","wallet"],"latest_commit_sha":null,"homepage":"https://wizardsardine.com/liana","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wizardsardine.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-20T13:57:06.000Z","updated_at":"2024-10-29T14:12:14.000Z","dependencies_parsed_at":"2024-11-06T10:41:28.253Z","dependency_job_id":"55d998f0-cecd-4f68-ac65-cdac83c01f0e","html_url":"https://github.com/wizardsardine/liana","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardsardine%2Fliana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardsardine%2Fliana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardsardine%2Fliana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wizardsardine%2Fliana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wizardsardine","download_url":"https://codeload.github.com/wizardsardine/liana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231916487,"owners_count":18445403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bitcoin","miniscript","safety","wallet"],"created_at":"2024-09-06T11:00:51.703Z","updated_at":"2024-12-30T21:30:46.808Z","avatar_url":"https://github.com/wizardsardine.png","language":"Rust","funding_links":[],"categories":["Rust","Projects Using iced"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://wizardsardine.com/liana\" target=\"_blank\"\u003e\n    \u003cimg src=\"liana-ui/static/logos/liana-app-icon.svg\" width=\"140px\" /\u003e\n  \u003c/a\u003e\n\n# Liana\n\n*The missing safety net for your bitcoins*.\n\n\u003c/div\u003e\n\n\n## About\n\nLiana is a simple Bitcoin wallet. Like other Bitcoin wallets you have one key which can spend the\nfunds in the wallet immediately. Unlike other wallets, Liana lets you in addition specify one key\nwhich can only spend the coins after the wallet has been inactive for some time.\n\nWe refer to these as the primary spending path (always accessible) and the recovery path (only\navailable after some time of inactivity). You may have more than one key in either the primary or\nthe recovery path (multisig). You may have more than one recovery path.\n\nHere is an example of a Liana wallet configuration:\n- Owner's key (can always spend)\n- Any 2 keys from the owner's spouse and two kids (after 1 year)\n- A third party, in case [all else failed](https://wizardsardine.com/liana/plans#section-safety-net)\n  (after 1 year and 3 months)\n\nThe lockup period is enforced onchain by the Bitcoin network. This is achieved by leveraging\ntimelock capabilities of Bitcoin smart contracts (Script).\n\nLiana can be used for **trustless inheritance**, **loss protection** or **safer backups**. Visit\n[our website](https://wizardsardine.com/liana) for more information.\n\n\n## Usage\n\nLiana is available on Windows, Mac and Linux. To install and start using it see\n[`doc/USAGE.md`](doc/USAGE.md). A more accessible version of Liana is also available as a web\napplication [here](https://lianalite.com/).\n\nIf you just want to quickly try out Liana on Bitcoin Signet, see [`doc/TRY.md`](doc/TRY.md).\n\n\n## Hacking on Liana\n\nLiana is an open source project. It is [hosted at Github](https://github.com/wizardsardine/liana).\nContributions are very welcome. See [here](CONTRIBUTING.md) for guidelines. Most regular\ncontributors hang out on [our Discord](https://discord.gg/9rAqZHwkv6). Join us there if you have any\nquestion about contributing.\n\nLiana is separated in two main components: the daemon and the Graphical User Interface.\n\n#### Liana daemon\n\nThe daemon contains the core logic of the wallet. It is both a library (a Rust crate) that exposes a\ncommand interface and a standalone UNIX daemon that exposes a JSONRPC API through a Unix Domain\nSocket.\n\nThe code for the daemon can be found in the [`liana`](liana) folder.\n\n#### Liana GUI\n\nThe GUI contains both an installer that guides a user through setting up a Liana wallet, as well as\na graphical interface to the daemon using the [`iced`](https://github.com/iced-rs/iced/) library.\n\nThe code for the GUI can be found in the [`liana-gui`](liana-gui) folder.\n\n\n## Security\n\nSee [`SECURITY.md`](SECURITY.md) for details about reporting a security vulnerability or any bug\nthat could potentially impact the security of users' funds.\n\n\n## License\n\nReleased under the BSD 3-Clause Licence. See the [LICENCE](LICENCE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwizardsardine%2Fliana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwizardsardine%2Fliana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwizardsardine%2Fliana/lists"}