Skip to content

Commit

Permalink
add installer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Oct 31, 2023
1 parent f432c4a commit 935f211
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions INSTALLER.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Nostr Zap Lamp

![](https://github.com/lnbits/nostr-zap-lamp/raw/main/img/lamp.jpg)

Get a visual Zap! when someone zaps your or anyone on Nostr.

The Nostr Zap Lamp flashes when a relay broadcasts a Nostr event of kind 9735. You can set the lamp to flash zaps sent to a specific npub, or any npub on nostr.

The number of flashes corresponds to the number of digits in the number of sats sent. i.e. 3 sats will result in 1 flash, 152 sats will result in 3 flashes, 1001 sats will result in 4 flashes.

[Buy a pre-assembled or complete Zap Lamp kit on the LNbits shop](https://shop.lnbits.com/product/nostr-zap-lamp)
2 changes: 1 addition & 1 deletion build-webinstaller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ INSTALLER_PATH=./hardware-installer/public/firmware

git clone https://github.com/lnbits/hardware-installer

cp README.md ./hardware-installer/public/README.md
cp INSTALLER.md ./hardware-installer/public/INSTALLER.md
cp versions.json ./hardware-installer/src/versions.json
cp installer/config.js ./hardware-installer/src/config.js

Expand Down

0 comments on commit 935f211

Please sign in to comment.