SatSale is a simple, easily deployable, lightweight Bitcoin payment processor that connects to your own Bitcoin node or Lightning network node.
Host your own Bitcoin payment gateway for Woocommerce without a middleman or custodian. You can also use SatSale to process donations from your supporters.
Direct peer-to-peer payments without any middleman. No KYC, and greater privacy than reusing donation addresses
Installation (on-node):
$ git clone https://github.com/SatSale/SatSale
$ cd SatSale/
$ pip3 install -r requirements.txt
# Edit config.toml with details from ~/.bitcoin/bitcoin.conf, then
$ gunicorn satsale:app