From f741fd2fa36e6ec468f383f7fb9509699f5bca9a Mon Sep 17 00:00:00 2001 From: Nick Klockenga Date: Thu, 14 Sep 2023 22:16:45 -0400 Subject: [PATCH] Add CI Status badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1cbfa8276..a64e04ff2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ # Project Summary +[![CI](https://github.com/SeedSigner/seedsigner/actions/workflows/tests.yml/badge.svg)](https://github.com/SeedSigner/seedsigner/actions/workflows/tests.yml) + The goal of SeedSigner is to lower the cost and complexity of Bitcoin multi-signature wallet use. To accomplish this goal, SeedSigner offers anyone the opportunity to build a verifiably air-gapped, stateless Bitcoin signing device using inexpensive, publicly available hardware components (usually < $50). SeedSigner helps users save with Bitcoin by assisting with trustless private key generation and multisignature (aka "multisig") wallet setup, and helps users transact with Bitcoin via a secure, air-gapped QR-exchange signing model. Additional information about the project can be found at [SeedSigner.com](https://seedsigner.com).