From 0c5e3bcf831065314c65d4f47b770d63e08fa0e7 Mon Sep 17 00:00:00 2001 From: siim-m <46551195+siim-m@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:07:20 +0300 Subject: [PATCH 1/3] add quick links at the start of README / website home --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb74d0e..ecc5b97 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ Encodes larger files into a series of QR codes so they can cross air gaps. Project Status: **New & proposed --- looking for feedback** -[Project Home on Github](https://github.com/coinkite/BBQr) +Quick links: + +- [Project Home on Github](https://github.com/coinkite/BBQr) +- [Browser-based BBQr tool](https://bbqr.org/js-demo.html) - encode PSBTs and other data into the BBQr format. # Specification From f94665de40532418dc3e1499ecb3516702f15dec Mon Sep 17 00:00:00 2001 From: siim-m <46551195+siim-m@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:08:43 +0300 Subject: [PATCH 2/3] .html not needed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecc5b97..4bb9b82 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Project Status: **New & proposed --- looking for feedback** Quick links: - [Project Home on Github](https://github.com/coinkite/BBQr) -- [Browser-based BBQr tool](https://bbqr.org/js-demo.html) - encode PSBTs and other data into the BBQr format. +- [Browser-based BBQr tool](https://bbqr.org/js-demo) - encode PSBTs and other data into the BBQr format. # Specification @@ -84,7 +84,7 @@ BTCPay Server | Y | Y | - Joining QRs: [Python](python/bbqr/join.py), [JS](js/src/join.ts) - Binary to internal encoding: [Python](python/bbqr/utils.py), [JS](js/src/utils.ts) - Wrapper CLI: [Python](python/bbqr/cli.py) -- [Example of using the JS implementation](https://bbqr.org/js-demo.html) +- [Example of using the JS implementation](https://bbqr.org/js-demo) # License From 650b6caf6d68e49e50dc47669c3d4531fc3641d8 Mon Sep 17 00:00:00 2001 From: siim-m <46551195+siim-m@users.noreply.github.com> Date: Mon, 8 Apr 2024 13:09:54 +0300 Subject: [PATCH 3/3] redirect /psbt to /js-demo --- psbt.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 psbt.html diff --git a/psbt.html b/psbt.html new file mode 100644 index 0000000..ba99eeb --- /dev/null +++ b/psbt.html @@ -0,0 +1,10 @@ + + + + +
+