Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: alexk111 on September 23, 2020, 07:37:17 AM



Title: Red BTC - Integrate BTCPay Server with anything, visually
Post by: alexk111 on September 23, 2020, 07:37:17 AM
Hello,

I'd like to share a project about integrating BTCPay Server (https://btcpayserver.org/) with online services, APIs and hardware devices, and developing apps on top of it, visually with Node-RED and BTCPay Nodes.

  • Red BTC (https://redbtc.org/) - project homepage
  • Node-RED (https://nodered.org/) - is an open-source low-code programming tool for event-driven applications. There are 2,000+ community-built node sets for various online services, databases and IoT devices to build apps and integrations with.
  • BTCPay Nodes (https://github.com/redbtc/node-red-contrib-btcpay) - is a set of Node-RED nodes to interact with BTCPay Server

Example flows:

  • Starters (https://redbtc.org/flows/starters/invoice-creator) - to start building your integrations with
  • Telegram Notifications (https://redbtc.org/flows/integrations/telegram-notifications) - enables receiving notifications about paid invoices using a Telegram bot
  • Kraken Exchange (https://redbtc.org/flows/integrations/kraken-exchange) - instantly exchanges a defined percentage of Bitcoin amount from each paid invoice to fiat using Kraken
  • Telegram Gatekeeper (https://redbtc.org/flows/applications/telegram-gatekeeper) - creates a bot which lets the user join a channel/group in Telegram, only after making a Bitcoin payment for it
  • more is coming...

Hope you find this helpful.

Thanks