Skip to content

Commit

Permalink
Merge pull request #10 from siim-m/master
Browse files Browse the repository at this point in the history
Adjust README, add /psbt redirect
  • Loading branch information
nvk authored Apr 8, 2024
2 parents a3c0362 + 650b6ca commit b1decd0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) - encode PSBTs and other data into the BBQr format.

# Specification

Expand Down Expand Up @@ -81,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

Expand Down
10 changes: 10 additions & 0 deletions psbt.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!-- just redirect to /js-demo -->
<!DOCTYPE html>
<html>

<head>
<title>PSBT</title>
<meta http-equiv="refresh" content="0; url=/js-demo">
</head>

</html>

0 comments on commit b1decd0

Please sign in to comment.