A specialized bot designed to track and analyze investment gains for HEX cryptocurrency.
- Real-time tracking of HEX investment performance
- Investment gain calculations
- Price monitoring
- Automated reporting
- Clone the repository:
git clone https://github.com/0xDevNor/hexbot.git- Install dependencies:
npm install- Configure your environment variables:
cp .env.example .env
# Edit .env with your settings- Start the bot:
npm start- Monitor your investments through the bot interface
The bot can be configured through the following environment variables:
API_KEY- Your API key for price dataWALLET_ADDRESS- The wallet address to trackUPDATE_INTERVAL- How often to check for updates (in minutes)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions and support, please open an issue on GitHub.