Cascade Solutions

Poly Wallet Analysis Platform

A full-stack analytics platform for Solana wallets providing trading performance analysis, token behavior insights, and transaction-level monitoring. The system combines high-volume blockchain ingestion, analytics pipelines, and a real-time dashboard UI.

Note: This project never left the MVP-Stage, therefore some UI/UX Designs might be not optimal.

RustPythonTypeScriptNext.jsPrismaFastifySolanaRailwayRedis

Dashboard & Analytics

High-level trading metrics, activity feeds, and performance visualizations designed for rapid evaluation of wallet behavior.

Dashboard Overview

Wallet Summaries

A concise overview of key performance metrics. The summary can be filtered server-side to display only the data relevant to your current selection.

Wallet Performance Summary

Transaction & Token Analysis

Detailed breakdown of trades, token performance, ROI calculations, and behavioral patterns across large transaction sets.

Token Overview

Filtering & Data Exploration

Advanced filtering and querying tools allowing granular inspection of token history and wallet behavior.

Filtering UI

System Architecture

The platform consists of several interconnected services, including ingestion pipelines, caching layers, and analytics storage. Redis is used as a shared state layer across replicated microservices to deduplicate requests and avoid repeatedly fetching identical blockchain transactions and market data.

Service Overview

Type-Safe Analytics Engine

The analytics tables are built using advanced TypeScript type inference. Nested paths, sorting, filtering, and rendering are all strongly typed, allowing complex datasets to be explored while preserving full compile-time safety.

Typescript Types