SatSale

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

commit faaac3985a3ecb2782629a89a229cfb9bb8934ef
parent d3cfae6852b8f2964aa2ef903d5d1b28f48f6007
Author: Nick <nicholas.w.farrow@gmail.com>
Date:   Fri, 22 Jan 2021 21:33:01 +1100

Update README.md
Diffstat:
MREADME.md | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md @@ -58,15 +58,16 @@ Now embed the donation button into your website: ``` Changing `YOUR_SERVER_IP` to the IP address of the machine you're running BTCPyment through. Optionally, you can redirect a domain to that IP and use that instead. -### Using HTTPS & Domains -Embedded iframes are easy if your site only uses HTTP. But if your site uses HTTPS, then you can see your donation button at `http://YOUR_SERVER_IP:8000/` but will not be able to in an embedded iframe. See [HTTPS instructions](docs/HTTPS.md). - -## Payment Gateway (Woocommerce) -Currently we have a plugin for Woocommerce in Wordpress, [please click here for installation instructions](docs/woocommerce.md) (another easy install!). BTCPyment acts as a custom payment gateway for Woocommerce via the php plugin found in `/gateways`. We have plans to extend to other web stores in the future. ## Security For maximum security, we recommend hosting on a machine where your node only has access to a **watch-only** wallet. +## Using HTTPS & Domains +Embedded iframes are easy if your site only uses HTTP. But if your site uses HTTPS, then you can see your donation button at `http://YOUR_SERVER_IP:8000/` but will not be able to in an embedded iframe. See [HTTPS instructions](docs/HTTPS.md). + +# Payment Gateway (Woocommerce) +Currently we have a plugin for Woocommerce in Wordpress, [please click here for installation instructions](docs/woocommerce.md) (another easy install!). BTCPyment acts as a custom payment gateway for Woocommerce via the php plugin found in `/gateways`. We have plans to extend to other web stores in the future. + # Developers ### 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! @@ -74,7 +75,6 @@ The main code can be found in [server.py](server.py). The client-side logic for More documentation will be added in the near future. # Coming soon: -* Payment API to process payments from any desired point of sale or web shop (woocommerce, shopify) * **Better UI** with more variety of size and theme. * Handle unconfirmed payments. RBF? * More readily customisable donation button (text/color/QR code)