Update to Pyxpub and React PoS

Pyxpub Github Repo New API endpoint /api/rate A new API endpoint has been added to enable more choice for exchange rate sources and currency rates. The rate request allows you to poll the current exchange rate and supported currencies for your preferred exchange rate source. Poll supported currencies for source /api/rate?source=<source> Fetch exchange rate /api/rate?source=<source>&currency=<CUR> Sources CryptoCompare Kraken Coinbase/GDAX Supported currencies CryptoCompare ["EUR", "USD", "GBP", "AUD", "BRL", "CAD", "CHF", "CLP", "CNY", "CZK", "DKK", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "RUB", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR"] Kraken ["EUR", "USD"] Coinbase/GDAX ["EUR", "USD"] Examples Poll supported currencies for specified source curl 'http://localhost:8080/api/rate? [Read More]

Introducing React Point-of-Sale and Pyxpub!

Empower merchants to bring Bitcoin Cash into our daily lives! Introducing React PoS & Pyxpub React Point-of-Sale is a client-side point-of-sale app for Bitcoin Cash. It runs in the browser and fetches its data from a private payment gateway, pyxpub, which I’ll introduce later. It best explains itself by checking out the demo. Demo Github Repo This JavaScript based web app is made to showcase the features of pyxpub, and ideally can serve as an example for developers to develop more merchant apps on top of pyxpub. [Read More]