Post
Topic
Board Development & Technical Discussion
Re: Is it possible to have a non-custodial checkout without running a full node?
by
ETFbitcoin
on 20/06/2022, 11:45:32 UTC
I built NoNodePay for this exact purpose a few years back, no lightning though. This is a simple shopping cart that creates keypool to give each buyer a unique address to pay to, as well as an admin dashboard to track orders, add new products etc. Lots of room for improvement but the basics are there.

https://github.com/coinables/NoNodePay

Here's a video demo and a walkthrough of how to set it up on just about any server, even free shared servers: https://www.youtube.com/watch?v=jBUnOFxe24s

Just wondering, which blockchain explorer API do you use? I expect such service change their API after some time, so your software could break in future.