An open API service indexing awesome lists of open source software.

https://github.com/edycutjong/reauto

Reauto: AI-Native Cross-Chain Forensic Dashboard for tracing DeFi exploits and analyzing flash loan attacks. Built for the Frontier Hackathon.
https://github.com/edycutjong/reauto

ai covalent defi goldrush hackathon nextjs tailwindcss web3

Last synced: 20 days ago
JSON representation

Reauto: AI-Native Cross-Chain Forensic Dashboard for tracing DeFi exploits and analyzing flash loan attacks. Built for the Frontier Hackathon.

Awesome Lists containing this project

README

          


Reauto 🚀


AI-narrated cross-chain exploit forensics powered by GoldRush.


Reauto Hero




[![Live Demo](https://img.shields.io/badge/Live-Demo-brightgreen.svg?style=for-the-badge)](https://reauto.edycu.dev)
[![Pitch Deck](https://img.shields.io/badge/Pitch-Deck-f59e0b.svg?style=for-the-badge)](https://reauto.edycu.dev/pitch)
[![Pitch Video](https://img.shields.io/badge/Pitch-Video-red.svg?style=for-the-badge)](https://youtu.be/UB3i7OHDk4c)
[![Superteam Earn](https://img.shields.io/badge/Superteam-Earn_Listing-blue.svg?style=for-the-badge)](https://superteam.fun/earn/listing/build-with-goldrush-track-powered-by-covalent)


![Next.js](https://img.shields.io/badge/Next.js-000000?style=flat&logo=next.js&logoColor=white)
![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=flat&logo=tailwind-css&logoColor=white)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)
![GoldRush](https://img.shields.io/badge/GoldRush-F3BA2F?style=flat&logo=binance&logoColor=white)
[![Reauto CI](https://github.com/edycutjong/reauto/actions/workflows/ci.yml/badge.svg)](https://github.com/edycutjong/reauto/actions/workflows/ci.yml)

---

## 📸 See it in Action
*(Demo GIF and UI screenshots can be found in the `docs` directory)*

[**▶️ Watch the Demo Video**](https://youtu.be/UB3i7OHDk4c)


App Demo

## 💡 The Problem & Solution
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.

## 🏗️ Architecture & Tech Stack

### Tech Stack
| 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](docs/ARCHITECTURE.md).

## 🧩 How We Use GoldRush

**Reauto** fundamentally relies on GoldRush to function:

1. **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 Tracks Targeted
* **Sponsor Integration**: GoldRush ($7,500 grand prize)
* Check `docs/SPONSOR_DEFENSE.md` for our full sponsor integration strategy.

## 🚀 Run it Locally (For Judges)

1. **Clone the repo:** `git clone https://github.com/edycutjong/reauto.git`
2. **Install dependencies:** `npm install`
3. **Set up environment variables:**
```bash
cp .env.example .env.local
```
*Note: Add your GoldRush API key to `COVALENT_API_KEY` in the `.env.local` file.*
4. **Run the app:** `npm run dev`

> **Note for Judges:**
> Sponsor defenses and architecture details are located in the `docs/` directory.
> Read `docs/SPONSOR_DEFENSE.md` for technical implementation details.

---

## 📄 License

This project is licensed under the [MIT License](LICENSE).