We welcome contributions from developers, designers, and security experts to make SafeTX-AI the most trusted and intelligent Web3 anti-fraud platform.
-
Fork the repository
- Navigate to https://github.com/cshillrj46/SafeTX-AI and click
Fork.
- Navigate to https://github.com/cshillrj46/SafeTX-AI and click
-
Clone your fork
git clone https://github.com/YOUR_USERNAME/SafeTX-AI.git
cd SafeTX-AI- Create a new branch
git checkout -b feature/my-feature-
Make your changes locally
- Follow the coding standards defined in the project
- Run tests before pushing
-
Commit your changes
git add .
git commit -m "✨ Add new feature: my-feature"- Push your branch to GitHub
git push origin feature/my-feature- Create a Pull Request
- Go to your fork and click
Compare & pull request - Provide a clear description of what your PR does
- Go to your fork and click
- Keep your PRs focused and small
- Include screenshots for UI changes
- Add tests for new functionality
- Follow the folder structure and naming conventions
cd backend
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
uvicorn backend.main:app --reloadcd safetx-dashboard
npm install
npm run devTo improve or retrain the AI model:
cd backend
python train_model.pyThe model and encoders will be saved in the backend folder.
If you discover a vulnerability, please report it by email at safetx.alert@proton.me.
Your contribution makes SafeTX-AI better and safer for the Web3 community. Let's build the future of secure crypto transactions together!