How to setup your own Radix Gateway API server

Radix Gateway API setup

The setup includes: Radix Full Node + Data Aggregator + Gateway API + Postres DB used by Aggregator + Read-only Replica used by the Gateway API itself, all running on the same dedicated server.
The result of this setup is Gateway API running on http://<server_ip>:5308, Core/System API - on https://<server_ip>:443 (requires authentication with admin/superadmin passwords).

Details in this gist:

4 Likes