All Projects → alexk111 → Debitpay

alexk111 / Debitpay

Licence: mit
❇️ DeBitpay is a simple app which decodes Bitpay payment links into Bitcoin transaction requirements, so that you could make the payments with Bitcoin wallets not supporting Bitpay.

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Debitpay

Astibot
Astibot is a simple, visual and automated trading software for Coinbase Pro cryptocurrencies (Bitcoin trading bot)
Stars: ✭ 104 (-9.57%)
Mutual labels:  bitcoin
Beancounter
Utility to audit the balance of Hierarchical Deterministic (HD) wallets. Supports multisig + segwit wallets.
Stars: ✭ 109 (-5.22%)
Mutual labels:  bitcoin
Blockapi
A general framework for blockchain analytics
Stars: ✭ 111 (-3.48%)
Mutual labels:  bitcoin
Marginbot
Bitfinex Margin Lending Managment Bot
Stars: ✭ 107 (-6.96%)
Mutual labels:  bitcoin
Cryptotrader
This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Stars: ✭ 108 (-6.09%)
Mutual labels:  bitcoin
Transactions
📟 transactions: Bitcoin for humans
Stars: ✭ 109 (-5.22%)
Mutual labels:  bitcoin
Django Cc
Django wallet for Bitcoin and other cryptocurrencies
Stars: ✭ 105 (-8.7%)
Mutual labels:  bitcoin
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (-0.87%)
Mutual labels:  bitcoin
Bitcoin Programming With Bitcoinjs
Bitcoin Programming with BitcoinJS, Bitcoin Core and LND
Stars: ✭ 109 (-5.22%)
Mutual labels:  bitcoin
Ob Analytics
R package intended for visualisation, analysis and reconstruction of limit order book data
Stars: ✭ 110 (-4.35%)
Mutual labels:  bitcoin
Gekko
A bitcoin trading bot written in node - https://gekko.wizb.it/
Stars: ✭ 9,839 (+8455.65%)
Mutual labels:  bitcoin
Ln Paywall
Go middleware for monetizing your API on a per-request basis with Bitcoin and Lightning ⚡️
Stars: ✭ 108 (-6.09%)
Mutual labels:  bitcoin
My First Bitcoin Miner
For the curious minds who want to understand how Bitcoin Blockchain works!
Stars: ✭ 110 (-4.35%)
Mutual labels:  bitcoin
Tradingview Trainer
A lightweight app for practicing your trading on Tradingview
Stars: ✭ 106 (-7.83%)
Mutual labels:  bitcoin
Bitcoin payable
A rails bitcoin payment processing gem
Stars: ✭ 111 (-3.48%)
Mutual labels:  bitcoin
Navcoin Core
bitcoin-core 0.13 fork ported for NavCoin
Stars: ✭ 106 (-7.83%)
Mutual labels:  bitcoin
Addressgenerator
💰 A macOS app to safely generate cryptocurrency address
Stars: ✭ 109 (-5.22%)
Mutual labels:  bitcoin
Bitwrk
Bitcoin-fueled Peer-to-Peer Blender Rendering (and more)
Stars: ✭ 114 (-0.87%)
Mutual labels:  bitcoin
Lndmanage
Channel management tool for lightning network daemon (LND) operators.
Stars: ✭ 114 (-0.87%)
Mutual labels:  bitcoin
Trezor Hardware
🔧 Hardware design of Trezor
Stars: ✭ 110 (-4.35%)
Mutual labels:  bitcoin

Launch DeBitpay 👉 https://alexk111.github.io/DeBitpay/

DeBitpay is hosted on GitHub via gh-pages branch consisting of compiled /dist files.

DeBitpay

Does your Bitcoin wallet not support Bitpay payments? DeBitpay is a simple app which decodes Bitpay payment links into Bitcoin transaction requirements, so that you could make the payments with Bitcoin wallets not supporting Bitpay.

It is basically a nice wrapper around the following code. You could use the below, running on your own system, to verify that the output of the app is showing you the right QR code and that your wallet is reading it properly.

Equivalent cURL

curl -X GET https://bitpay.com/i/$BITPAYINVOICEID -H 'accept: application/payment-request'

Equivalent Python

from requests import get
url = 'https://bitpay.com/i/BITPAYINVOICEID'
resp = get(url, headers={'Accept' : 'application/payment-request'}).json()
print(resp)

Security Note

Due to a missing header in responses from Bitpay servers I had to skip a hash verification of Bitpay data. More details on DeBitpay (NodeJS edition) repo.

Installing on your system

Download

  1. Download DeBitpay from GitHub.
  2. Unpack the downloaded zip and install dependencies:
yarn install

Build

yarn run build

The command will build the app in /dist folder.

Open

Go to /dist folder and open index.html with your browser.

Backers 💝

[Become a backer]

Backer Backer Backer Backer Backer Backer Backer Backer Backer Backer

License

MIT © Alex Kaul

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].