Payment Processing using PhoenixD
- Install and run PhoenixD on local server.
- Clone the repo and run
npm installandnpm startto start the server.
If you want to remotely access the phoenixd server, you must start it with arguments to bind to 0.0.0.0:
./phoenixd --http-bind-ip 0.0.0.0Don't do this unless you have a firewall in place and you know what you are doing. The Payment Processor is built to run on the same server as PhoenixD and not remotely.
sudo systemctl status ariton-paymentsudo apt purge nginx nginx-common
sudo rm -rf /etc/nginx
sudo systemctl status nginx
# Validate config
sudo nginx -t
# Reload
sudo systemctl reload nginx