GhostTX
GhostTx is an analytics suite for Arbitrum Stylus. Using Rust and WASM, it provides a real-time dashboard for contract telemetry, gas simulation, and performance benchmarking. Made for L2 developers.
Videos
Tech Stack
Description
Live Demo Link:
https://ghosttx-gphi0girv-kellypeks-projects.vercel.app


GhostTx | Arbitrum Stylus Diagnostic Suite
GhostTx is a high-performance analytics dashboard designed for Arbitrum Stylus. It provides real-time transaction auditing, pre-flight simulation, and automated intent execution via WASM-optimized paths.
🚀 Key Features
Post-Tx Audit: Deep-dive into transaction history with Nitro runtime telemetry.
Pre-Flight Simulator: Predict gas consumption and state changes before broadcasting.
Ghost-Intent Automation: Sign once, execute automatically when target gas conditions are met.
WASM Efficiency Matrix: Visualize memory heap usage and Stylus vs. EVM performance gains.
🛠 Tech Stack
Frontend: React.js, Tailwind CSS, Framer Motion
Web3: Ethers.js, Arbitrum Nitro SDK
Charts: Recharts (High-fidelity telemetry visualization)
Language: Rust (Targeting Stylus WASM for backend logic)
📂 Repository Structure
├── contract/ # Arbitrum Stylus smart contracts (Rust)
└── frontend/ # React-based diagnostic dashboard
📦 Getting Started
Clone the repo:
git clone https://github.com/Kellypek/ghosttx.gitNavigate to the frontend directory:
cd frontendInstall dependencies:
npm installStart development server:
npm run dev
Contract (Stylus):The smart contracts are located in the /contract directory. You will need the Stylus Rust SDK to compile and deploy.
🛡 Disclaimer
This is a diagnostic tool designed for the Arbitrum Stylus ecosystem. Always verify transaction signatures before approving.