diff options
author | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 02:01:55 +0100 |
---|---|---|
committer | sommerfeld <sommerfeld@sommerfeld.dev> | 2024-04-22 02:01:55 +0100 |
commit | dd5cc9c40b4b733c3a5ade7a5203c22bd724a2fd (patch) | |
tree | 1ae68d918a8ff0c0aa6206035395ae41cf3e3ed5 /README.md | |
parent | fd28883dc7f31e43a7abaa4f0c80e8a422ba9d30 (diff) | |
download | sentrum-dd5cc9c40b4b733c3a5ade7a5203c22bd724a2fd.tar.gz sentrum-dd5cc9c40b4b733c3a5ade7a5203c22bd724a2fd.tar.bz2 sentrum-dd5cc9c40b4b733c3a5ade7a5203c22bd724a2fd.zip |
Add README badges
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ # sentrum +![Crates.io Total Downloads](https://img.shields.io/crates/d/sentrum?style=for-the-badge&label=crates.io) +![AUR Version](https://img.shields.io/aur/version/sentrum?style=for-the-badge) +![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/sommerfelddev/sentrum/ci.yml?style=for-the-badge&label=CI) +![GitHub Release](https://img.shields.io/github/v/release/sommerfelddev/sentrum?style=for-the-badge) + Daemon that monitors the Bitcoin blockchain for transactions involving your wallets and sends you notifications in many different channels (ntfy push notifications, email, telegram, nostr, arbitrary command, etc). |