Apay bot is a simple implementation of balanced trading strategy for Stellar network. It's inspired by uniswap protocol and doesn't require external source of rates to trade.
Install docker for your OS
$ cp .env.example .env
$ cp markets.json.example config/markets.json
$ docker-compose up
k8s setup currently uses 1 deployment for the bot itself and 1 service (load balancer) to make bot manager API accessible from the outside.
I'm using external DB and Redis clusters.
$ cp .env prod.env
Make sure to change values in prod.env to production
$ kubectl create secret generic apay-bot-secrets --from-env-file=prod.env
$ kubectl create configmap apay-bot-config --from-file=config
$ kubectl apply -f kube.yaml
$ kubectl apply -f kube-svc.yaml
- Telegram - Papaya Feedback
- Keybase - Apay