Add Monero (XMR) payment support

This commit is contained in:
Russell Ballestrini 2025-09-22 01:45:54 +00:00
parent 0c8e1b4f89
commit f3cd1e7116
45 changed files with 7200 additions and 759 deletions

View file

@ -62,6 +62,8 @@ setup(
"paste.app_factory": ["main = make_post_sell:main"],
"console_scripts": [
"initialize_make_post_sell_db = make_post_sell.scripts.initialize_db:main",
"crypto_watcher = make_post_sell.lib.crypto_watcher:main",
"sweep_to_cold = make_post_sell.lib.sweep_to_cold:main",
],
},
)