DEV Community

Cover image for Keagate: Open-source, high-performance alternative to Coinbase Commerce & CoinGate.
Michael
Michael

Posted on

Keagate: Open-source, high-performance alternative to Coinbase Commerce & CoinGate.

tldr – Keagate is an open-source cryptocurrency payment gateway for multiple currencies.


There's a couple reasons that Keagate is the superior method for accepting crypto payment. To name a few; no fees or middle, multiple coins available, open-source, etc...

The payment workflow can be api-driven or utilize the built in invoice interface.

Example invoice:

Keagate invoice

To use Keagate in your next project, there's two installation methods.

1 – One-liner in Unix environments

bash -c "$(curl -sSL https://raw.githubusercontent.com/dilan-dio4/Keagate/main/packages/scripts/keagate.sh)"
Enter fullscreen mode Exit fullscreen mode

2 – Manual installation, as seen here.

Lastly, proceed through the configuration helper:

node packages/scripts/build/configure.js
Enter fullscreen mode Exit fullscreen mode

More information is available on the Github.

Top comments (0)