A full-stack blockchain auditing platform designed to analyze and visualize blockchain and smart contract security data.
- Blockchain audit dashboard
- Smart contract analysis
- Security findings and audit reports
- Interactive charts and visualizations
- File upload support
- Authentication and API security
- Rate limiting and security headers
- Frontend: React, Vite, Tailwind CSS
- Backend: Node.js, Express
- Authentication: JWT
- Charts: Chart.js
- HTTP: Axios, Fetch API
- Security: Helmet, CORS, Express Rate Limit
- File Uploads: Multer
block-audit/
├── frontend/ # React + Vite frontend
└── backend/ # Node.js + Express backend
git clone https://github.com/LetitiaGilbert/block-audit.git
cd block-auditBackend
cd backend
npm install
npm startFrontend
cd frontend
npm install
npm run devThis project is intended for educational and research purposes and should not be considered a replacement for a professional blockchain or smart contract security audit.