https://github.com/thankgod20/itrade
iTrade focuses on checking erc20 tokens for honeypots and identifying functions that can activate honeypots
https://github.com/thankgod20/itrade
Last synced: 3 months ago
JSON representation
iTrade focuses on checking erc20 tokens for honeypots and identifying functions that can activate honeypots
- Host: GitHub
- URL: https://github.com/thankgod20/itrade
- Owner: Thankgod20
- Created: 2022-06-24T08:36:56.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T19:50:21.000Z (over 1 year ago)
- Last Synced: 2025-01-13T02:17:59.224Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 354 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iTrade - Honeypot Detection Server for Swappabe
Welcome to iTrade, the server project designed to complement [Swappabe](https://github.com/Thankgod20/Swappabe). iTrade focuses on checking tokens for honeypots and identifying functions that can activate honeypots within the Swappabe ecosystem. The project consists of four major classes: `indexxClass.js`, `indexxEtherClass.js`, `indexxPolygonClass.js`, and `indexxUnn.js`. To initiate the project, use `green_server_multi.js` to enable a Node.js server with TLS security.
## Features
- **Honeypot Detection:** iTrade provides tools to check tokens for honeypot characteristics and identify functions that may trigger honeypots.
- **Swappabe Integration:** Designed to seamlessly integrate with [Swappabe](https://github.com/Thankgod20/Swappabe) for a comprehensive security solution.## Project Structure
- **indexxClass.js:** Core class for general token honeypot checking.
- **indexxEtherClass.js:** Class specifically designed for Ethereum-based tokens.
- **indexxPolygonClass.js:** Class tailored for Polygon (MATIC) network tokens.
- **indexxUnn.js:** Class for detecting honeypots in unconventional scenarios.## Getting Started
To get started with iTrade and Swappabe, follow these steps:
1. **Clone the Repositories:**
```bash
git clone https://github.com/Thankgod20/Swappabe.git
git clone https://github.com/your-username/iTrade.git
```2. **Navigate to the Project Directory:**
```bash
cd iTrade
```3. **Install Dependencies:**
```bash
npm install
```4. **Run the Server:**
```bash
node GreenTouch/green_server_multi.js
```
This will initiate the Node.js server with TLS security.5. **Explore the Classes:**
Review the `indexxClass.js`, `indexxEtherClass.js`, `indexxPolygonClass.js`, and `indexxUnn.js` files for specific functionalities and honeypot detection mechanisms.## Contributing
We welcome contributions from the community! If you have ideas for improvement, feature requests, or bug reports, please open an issue or submit a pull request.
## Security
Security is a top priority. If you discover any security vulnerabilities, please disclose them responsibly by contacting us directly or opening an issue.
## License
This project is licensed under the [MIT License](LICENSE), providing flexibility for use and modification.
## Disclaimer
iTrade is an experimental project designed for educational and research purposes. Users should exercise caution and conduct thorough research when using the tools provided.
Enhance your Swappabe security with iTrade! 🛡️🚀