SatSale

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

commit 30da97fe2904194bf4ec3940cf6a0edf5cc5cbb4
parent 6151efaf42e0ba62a3b84ca58074ac192cdc501e
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Sun, 27 Dec 2020 14:29:02 +1100

add demo and thumbnail

Diffstat:
MREADME.md | 5++---
Mtemplates/index.html | 2+-
2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,8 +1,7 @@ # BTCPyment -Existing non-custodial Bitcoin payment processors are bloated and difficult for the average person to install. BTCPyment strives to serve as an easily deployable, lightweight Bitcoin payment processor that keeps your coins with your keys by connecting to your own Bitcoin node. - -## Demonstration +Existing non-custodial Bitcoin payment processors are bloated, difficult to install, and not easily customisable. BTCPyment strives to serve as an easily deployable, lightweight Bitcoin payment processor that keeps your coins with your keys by connecting to your own Bitcoin node. +[![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). diff --git a/templates/index.html b/templates/index.html @@ -106,7 +106,7 @@ </div> <div id="information" style="text-align: right; padding: 0;"> - <p><a id="about" href="https://github.com/nickfarrow/BTCPyment" target="_blank">BTCPyment</a></p> + <small><a id="about" href="https://github.com/nickfarrow/BTCPyment" target="_blank">BTCPyment</a></small> </div> <div id="paybutton"></div>