Logo
Build
  • Explore Buildathon
  • Project Archive
Hack
Hack Coming Soon
  • Explore IRL Hackhouse
  • How to Qualify
  • Past Events

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

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

  1. Clone the repo: git clone https://github.com/Kellypek/ghosttx.git

  2. Navigate to the frontend directory: cd frontend

  3. Install dependencies: npm install

  4. 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.

🛡 Disclaimer

This is a diagnostic tool designed for the Arbitrum Stylus ecosystem. Always verify transaction signatures before approving.

Progress During Hackathon

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.

Tech Stack

ReactWeb3EthersRustArbitrum StylusWASM

Fundraising Status

Bootstrapped

Team Leader
KKellypek
GitHub Link
github

GitHub

https://github.com/Kellypek/ghosttx
Product Category
InfraOther