A web application designed to find arbitrage (negative cycles) in currency.
Arbitrage is defined as near simultaneous purchase and sale of securities or foreign exchange in different markets in order to profit from price discrepancies.
Basicly meaning finding a path of exchanged in which you end up with more money than when you started.
We can simply view currency exchanges as a graph and using Bellman Ford Algorithm we're able to find said cycles.
main page:
Search for every coin you want (or just get the best available routes regardless of the coin)
Choose the path (optimal path is determined by profit per action)
Enjoy
PORT=
COOKIE_NAME=
CLIENT_BUILD_PATH=
LOCAL_DEV=
API_URL=
PATH_NGINX_CONF=