SatSale

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9174e708837249a4380f347bfe4ff1fd85f21ba5
parent d257e535c8af6236918eb5ff11ba264fa62c53bc
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Sun, 27 Dec 2020 15:11:40 +1100

fix readme plans

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -3,7 +3,9 @@ Existing non-custodial Bitcoin payment processors are bloated, difficult to inst [![demo](https://nickfarrow.com/assets/btcpyment.png)](https://node.nickfarrow.com/) -BTCPyment makes donation buttons simple; using Python and Javascript to talk to your own Bitcoin node, with an easy embed install. BTCPyment uses RPC to generate new addresses from your Bitcoin node, and monitors the payment status with your own copy of the blockchain. Soon, we hope to support lightning payments as well as function as a payment processor for a variety of web shops (woocommerce, shopify). +Currently, BTCPyment only provides donation buttons, but we plan to extend BTCPyment to handle payments from common webstores (shopify, woocommerce, etc). + + BTCPyment makes donation buttons simple; using Python and Javascript to talk to your own Bitcoin node, with an easy iframe embed install. BTCPyment uses RPC to generate new addresses from your Bitcoin node, and monitors the payment status with your own copy of the blockchain. Soon, we hope to support lightning payments as well as function as a payment processor for a variety of web shops (woocommerce, shopify). # Features * Lightweight, Python and Javascript talk to your own bitcoin node via websockets and ssh.