(Demo GIF and UI screenshots can be found in the docs directory)
Analyzing cross-chain exploits is traditionally a slow, manual process requiring deep expertise. Incident responders waste hours piecing together fragmented on-chain data to understand an attack.
Reauto solves this by providing: AI-narrated cross-chain exploit forensics powered by GoldRush.
Key Features:
- β‘ High Performance: Seamless integration and optimized workflows.
- π Secure by Design: Verifiable on-chain actions and robust data protection.
- π¨ Intuitive UX: Beautiful, user-centric interface built for scale.
| Component | Technology | Description |
|---|---|---|
| Frontend | Next.js 16, React 19 | App Router, SSR, Server Components |
| Styling | Tailwind CSS v4 | High-performance responsive UI |
| Language | TypeScript | Strict type safety across the stack |
| Data Provider | GoldRush API | Comprehensive multichain transaction & balances data |
| Testing | Vitest | Comprehensive unit and component testing |
For a detailed breakdown of our system architecture and data flow, please refer to the Architecture Document.
Reauto fundamentally relies on GoldRush to function:
- GoldRush API: We use the GoldRush API to fetch granular, multichain transaction data and historical balances surrounding an exploit. This structured data allows our AI engine to accurately reconstruct the sequence of events and generate a human-readable forensic narrative.
- Sponsor Integration: GoldRush ($7,500 grand prize)
- Check
docs/SPONSOR_DEFENSE.mdfor our full sponsor integration strategy.
- Clone the repo:
git clone https://github.com/edycutjong/reauto.git - Install dependencies:
npm install - Set up environment variables:
Note: Add your GoldRush API key to
cp .env.example .env.local
COVALENT_API_KEYin the.env.localfile. - Run the app:
npm run dev
Note for Judges: Sponsor defenses and architecture details are located in the
docs/directory. Readdocs/SPONSOR_DEFENSE.mdfor technical implementation details.
This project is licensed under the MIT License.

