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:
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)"
2 – Manual installation, as seen here.
Lastly, proceed through the configuration helper:
node packages/scripts/build/configure.js
More information is available on the Github.
Top comments (0)