https://github.com/toptal126/forge-api
The backend API service for Forge AI, a powerful Web3 AI platform. This service provides robust APIs for blockchain interactions, AI-powered chat, and comprehensive Web3 data management.
https://github.com/toptal126/forge-api
agent ai chatbot nestjs openai solana web3
Last synced: about 1 year ago
JSON representation
The backend API service for Forge AI, a powerful Web3 AI platform. This service provides robust APIs for blockchain interactions, AI-powered chat, and comprehensive Web3 data management.
- Host: GitHub
- URL: https://github.com/toptal126/forge-api
- Owner: toptal126
- License: mit
- Created: 2025-04-29T08:42:42.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-28T02:13:56.000Z (about 1 year ago)
- Last Synced: 2025-05-28T03:22:39.875Z (about 1 year ago)
- Topics: agent, ai, chatbot, nestjs, openai, solana, web3
- Language: TypeScript
- Homepage: https://forgeonchain.ai
- Size: 768 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Forge AI Backend API 🚀
The backend API service for Forge AI, a powerful Web3 AI platform. This service provides robust APIs for blockchain interactions, AI-powered chat, and comprehensive Web3 data management.
## 🔗 Links
- [Frontend Application](https://forgeonchain.ai)
- [Technical Documentation](docs/readme.md)
## ✨ Features
- 🤖 **AI-Powered Chat System**
- Intelligent conversation management
- Context-aware responses
- Web3-specific knowledge base
- Real-time chat processing
- 🔗 **Blockchain Integration**
- Multi-chain support (Solana, EVM - coming soon)
- Real-time token price tracking
- Volume analytics
- Transaction monitoring
- 🛡️ **Security First**
- Wallet signature authentication
- Secure API endpoints
- Environment-based configuration
- 📊 **Advanced Analytics**
- Token price tracking
- Volume analysis
- Market trend insights
- Custom metrics
## 🚀 Quick Start
```bash
# Install dependencies
pnpm install
# Set up environment variables
cp .env.example .env
# Start development server
pnpm run start:dev
```
## 🔧 Configuration
Create a `.env` file with the following variables:
```env
ALLOWED_ORIGINS
OPENAI_API_KEY
PORT
MONGODB_URI
ALCHEMY_API_KEY
HELIUS_SOLANA_RPC_URL
SOLANA_RPC_URL
SOLSCAN_API_KEY
MORALIS_API_KEY
```
## 📚 API Documentation
Once the server is running, visit `http://localhost:3035` for the complete API documentation.
## 🛠️ Tech Stack
- **Framework:** NestJS
- **Database:** MongoDB
- **AI Integration:** OpenAI, DeepSeek
- **Blockchain:** Web3.js, Solana Web3
- **Documentation:** Swagger/OpenAPI
## 🤝 Contributing
We welcome contributions! Please read our [Contributing Guidelines](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🌟 Support
For support, email cryptokuinka@gmail.com or follow my [X](https://x.com/web3_pop).
---
Built with ❤️ by the Forge AI Team