SatSale

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

commit 59a30d81ccda72b24594dbfe01c21eb8ff9650c3
parent e13c86e08ad18f270977746e23a4fbfb897b796c
Author: NicholasFarrow <nicholas.w.farrow@gmail.com>
Date:   Sat, 30 Jan 2021 14:50:06 +1100

add diagram

Diffstat:
MREADME.md | 2+-
Adocs/diagram.png | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -76,7 +76,7 @@ Currently we have a plugin for Woocommerce in Wordpress that makes Bitcoin webst ### You only need a little python! The main code can be found in [server.py](server.py). The client-side logic for the donation button sits in [static/server_connection.js](static/server_connection.js), invoice structure and bitcoind interface in [invoice/](invoice/), button appearance in [template/index.html](template/index.html), and Woocommerce plugin in [gateways/woo_btcpyment.php](gateways/woo_btcpyment.php). Please have ago at implementing some of the things below! -More documentation will be added in the near future. +![docs/diagram.png](docs/diagram.png) # Coming soon: * **Better UI** with more variety of size and theme. diff --git a/docs/diagram.png b/docs/diagram.png Binary files differ.