diff --git a/README.md b/README.md index 113d6e7..eed5f63 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ + + + + LNbits + + + +[![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) - [LNbits](https://github.com/lnbits/lnbits) extension For more about LNBits extension check [this tutorial](https://github.com/lnbits/lnbits/wiki/LNbits-Extensions) @@ -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) diff --git a/config.json b/config.json index bb30d8a..2392d12 100644 --- a/config.json +++ b/config.json @@ -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": [ @@ -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" @@ -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 } diff --git a/description.md b/description.md index 346dd84..67c9218 100644 --- a/description.md +++ b/description.md @@ -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 diff --git a/static/image/watchonly_thumbnail.png b/static/image/watchonly_thumbnail.png new file mode 100644 index 0000000..e1924b5 Binary files /dev/null and b/static/image/watchonly_thumbnail.png differ