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.