Analysis updated 2026-05-18
Track EVM onchain trade events in real time for analysis.
Pull in live Hyperliquid market data alongside onchain activity.
Set up alerts that flag unusually large whale trades as they happen.
| 0xr10t/pulsefi | 404-agent/codes-miner | bakome-hub/bakome-crypto-quant-engine | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Rust | Rust | Rust |
| Setup difficulty | hard | moderate | easy |
| Complexity | 4/5 | 3/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires setting up ClickHouse, Postgres, Redis, and Grafana together, none of which the README explains how to configure.
PulseFi is a Rust project described as a DeFi Market Intelligence Engine, built by its creator for educational purposes. It is meant to be a real time analytics engine that watches onchain events on EVM based blockchains and also pulls in market data from Hyperliquid, a trading platform. The stated goals are to ingest EVM blockchain logs using JSON-RPC calls and WebSocket subscriptions, then decode the raw smart contract events into structured trade data that is easier to work with. Alongside this, the project aims to ingest real time market data streams directly from Hyperliquid. For storage, the plan is to use ClickHouse for high volume time series data, meaning the large stream of trade and market events, while Postgres would hold metadata and alert configuration, such as rules for what should trigger a notification. Redis is intended to serve as a hot cache and to power live whale alerts, which would flag unusually large trades as they happen. The project also plans to expose the resulting data through Grafana dashboards and through its own APIs, so the information could be viewed visually or pulled into other tools. The README is organized as a Rust workspace with several separate pieces, including an EVM indexer, a Hyperliquid ingestor, an analytics worker, and an API server, each runnable with its own cargo command. Standard Rust tooling commands are listed for checking, building, running each part, testing, formatting, and linting the code. Beyond this list of goals and commands, the README does not describe how complete the project currently is, what has actually been built so far, or how to configure it. It reads as an early stage, in progress project outlining its intended architecture rather than a finished, ready to use tool.
An educational Rust project aiming to track live crypto market and onchain trade data and store it for dashboards and alerts.
Mainly Rust. The stack also includes Rust, ClickHouse, Postgres.
No license information is stated in the README.
Setup difficulty is rated hard, with roughly 1day+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.