Skip to content

Trust-Analysis/-Rug-Pull-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rug Pull Detector - Frontend

React frontend for the DeFi Rug Pull Detection System.

Prerequisites

Installation

cd frontend
npm install

Development

npm start

The app will open at http://localhost:3000

Build for Production

npm run build

Features

  • Token Analyzer: Input token metrics and get instant risk analysis
  • Risk Dashboard: View analysis history with visual risk indicators
  • Real-time Updates: Connects to Rust backend API
  • Modern UI: Built with TailwindCSS and Lucide icons

API Endpoints

  • POST /api/analyze - Analyze a single token
  • POST /api/batch-analyze - Analyze multiple tokens
  • GET /health - Health check

Tech Stack

  • React 18
  • TailwindCSS
  • Lucide React (icons)
  • Axios (HTTP client)
  • Recharts (charts)

About

A full-stack predictive modeling system for detecting DeFi token scams and rug pulls, built with Rust (backend) and React (frontend).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors