https://github.com/joaop21/hermes
Bot for cryptocurrency arbitrage
https://github.com/joaop21/hermes
arbitrage-bot crypto elixir trading-bot
Last synced: 5 months ago
JSON representation
Bot for cryptocurrency arbitrage
- Host: GitHub
- URL: https://github.com/joaop21/hermes
- Owner: joaop21
- License: apache-2.0
- Created: 2021-11-16T16:36:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T16:13:19.000Z (over 4 years ago)
- Last Synced: 2025-04-07T14:46:29.926Z (about 1 year ago)
- Topics: arbitrage-bot, crypto, elixir, trading-bot
- Language: Elixir
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hermes
Hermes is a bot for cryptocurrency arbitrage written in Elixir.
__Note: Hermes is the god of trade__ 😄
## System Context
Hermes is recent and evolving. This diagram only shows what the system looks like at this point and will evolve with new features.

Hermes is an umbrella app that has some supervised apps.
- __Streamer:__ Contains Processes that communicate via Websockets with some exchanges and broadcast tickers information to a PubSub system.
- __Arbitrage:__ Contains Processes that receive events from the PubSub system and try to find arbitrage opportunities.
**PS: For more info about the supervised apps, navigate to its directory!**