KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#claude-code
#codex
#cli
#developer-tools
#react
#windows
hermes
★ 59
Open GitHub ↗
Bot for cryptocurrency arbitrage
Download README (.md)
Explore Similar Repositories
Cryptocurrency-Multi-Exchange-Arbitrage-Strategy
:
No description available.
Statistical-Arbitrage-in-Cryptocurrencies
:
The goal of this project is to develop a statistical arbitrage strategy for cryptocurrencies using Python
bot_arbitrage
:
A bot designed to detect arbitrage opportunities for cryptocurrencies by checking the price on various exchanges for the purpose of trading and information gathering and logging.
crypto-arbitrage-csharp
:
Detects arbitrage opportunities across cryptocurrency exchanges
simple-arbitrage-tool
:
Very simple arbitrage bot for cryptocurrencies
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
hermes
?
Download (.md)
# 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!**