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.
Live Demo Link:
https://ghosttx-gphi0girv-kellypeks-projects.vercel.app


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.
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.
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)
├── contract/ # Arbitrum Stylus smart contracts (Rust)
└── frontend/ # React-based diagnostic dashboard
Clone the repo: git clone https://github.com/Kellypek/ghosttx.git
Navigate to the frontend directory: cd frontend
Install dependencies: npm install
Start 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.
This is a diagnostic tool designed for the Arbitrum Stylus ecosystem. Always verify transaction signatures before approving.
During this hackathon, I transformed the initial idea of GhostTx into a fully functional diagnostic suite for the Arbitrum Stylus ecosystem. Key milestones achieved include: - Stylus Contract Architecture: Developed the core logic in Rust, optimized for WASM execution to handle complex transaction auditing. - Interactive Dashboard: Built a responsive React-based frontend featuring the WASM Efficiency Matrix, allowing users to visualize performance gains over standard EVM. - Real-time Integration: Integrated Ethers.js and Arbitrum Nitro SDK to pull live telemetry data from the Stylus testnet. - Production Deployment: Successfully configured a CI/CD pipeline via Vercel for the live dashboard and structured the GitHub repository for open-source contribution with an MIT License.
Bootstrapped