AuditX is a decentralized platform designed to connect developers and auditors in a transparent and rewarding way. It enables users to submit their repositories for audits, empowers auditors to submit proposals (GitHub PRs), and ensures that the best proposals are fairly rewarded through decentralized voting and verification.
-
For Users (Repo Owners):
- Submit your repository for auditing and set a reward amount.
- Vote on proposals submitted by auditors.
- Finalize audits to distribute rewards among approved auditors.
-
For Auditors:
- Audit repositories and submit GitHub PR proposals.
- Gain approval through user votes and verification by the app.
- Claim your share of the reward after the audit is finalized.
-
Why Choose AuditingX?
- Transparent process with public voting and verification.
- Fair and decentralized reward distribution.
- A streamlined experience for both repo owners and auditors.
- Ensure you have Node.js and Bun installed on your system.
- Clone the repository:
git clone https://github.com/your-repo/auditingx.git cd frontend
- Install dependencies:
bun install
- Start the development server:
bun dev
- Access the app in your browser at
http://localhost:3000
or your custom port.
We welcome contributions to improve the platform. Please see our CONTRIBUTING.md for guidelines on how to submit improvements and bug fixes.