Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a href="https://lnbits.com" target="_blank" rel="noopener noreferrer">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://i.imgur.com/QE6SIrs.png">
<img src="https://i.imgur.com/fyKPgVT.png" alt="LNbits" style="width:280px">
</picture>
</a>

[![License: MIT](https://img.shields.io/badge/License-MIT-success?logo=open-source-initiative&logoColor=white)](./LICENSE)
[![Built for LNbits](https://img.shields.io/badge/Built%20for-LNbits-4D4DFF?logo=lightning&logoColor=white)](https://github.com/lnbits/lnbits)

# Onchain Wallet (watch-only) - <small>[LNbits](https://github.com/lnbits/lnbits) extension</small>

<small>For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions)</small>
Expand Down Expand Up @@ -95,3 +105,10 @@ You can now use this wallet on the LNbits [SatsPayServer](https://github.com/lnb

- screenshot 4:
![image](https://user-images.githubusercontent.com/2951406/177337474-bfcf7a7c-501a-4ebb-916e-ca391e63f6a7.png)

## Powered by LNbits

[LNbits](https://lnbits.com) is a free and open-source lightning accounts system.

[![Visit LNbits Shop](https://img.shields.io/badge/Visit-LNbits%20Shop-7C3AED?logo=shopping-cart&logoColor=white&labelColor=5B21B6)](https://shop.lnbits.com/)
[![Try myLNbits SaaS](https://img.shields.io/badge/Try-myLNbits%20SaaS-2563EB?logo=lightning&logoColor=white&labelColor=1E40AF)](https://my.lnbits.com/login)
14 changes: 11 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"id": "watchonly",
"version": "1.0.0",
"name": "Onchain Wallet",
"repo": "https://github.com/lnbits/watchonly",
"short_description": "Onchain watch only wallets",
"description": "",
"tile": "/watchonly/static/bitcoin-wallet.png",
"min_lnbits_version": "1.0.0",
"contributors": [
Expand All @@ -22,8 +26,8 @@
],
"images": [
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/1.jpg",
"link": "https://www.youtube.com/embed/Xx09tzeZIok?si=Ju9LjOfiZVPrlGGp"
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/image/watchonly_thumbnail.png",
"link": "https://www.youtube.com/watch?v=Xx09tzeZIok"
},
{
"uri": "https://raw.githubusercontent.com/lnbits/watchonly/main/static/1.png"
Expand All @@ -40,5 +44,9 @@
],
"description_md": "https://raw.githubusercontent.com/lnbits/watchonly/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/watchonly/main/toc.md",
"license": "MIT"
"license": "MIT",
"paid_features": "",
"tags": ["Wallet", "Onchain", "xpub, ypub, zpub"],
"donate": "",
"hidden": false
}
13 changes: 9 additions & 4 deletions description.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Monitor an onchain wallet and generate addresses for onchain payments.
Monitor on-chain Bitcoin wallets and generate addresses without spending keys.

Can be used directly with LNbits $10 hardware wallet/
Its functions include:

Monitor an extended public key and generate deterministic fresh public keys with this simple watch only wallet. Invoice payments can also be generated, both through a publically shareable page and API.
- Importing extended public keys (xpub) for watch-only access
- Generating fresh receiving addresses deterministically
- Creating on-chain payment invoices
- Integrating with other extensions for on-chain functionality

Other extensions can make use of this extension to add onchain functionality.
Essential for security-conscious users who want to monitor on-chain funds and generate receiving addresses while keeping private keys completely offline.

Note: Essential extension for onchain operations in SatsPay
Binary file added static/image/watchonly_thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading