https://github.com/thesolaai/sola-application
AI Voice Assistant for Solana
https://github.com/thesolaai/sola-application
ai ai-voice-assistant artificial-intelligence assistant blockchain chatbot handsfree llm openai pumpdotfun pumpfun solana voice-assistant
Last synced: about 1 year ago
JSON representation
AI Voice Assistant for Solana
- Host: GitHub
- URL: https://github.com/thesolaai/sola-application
- Owner: TheSolaAI
- License: gpl-3.0
- Created: 2024-12-22T15:09:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-19T17:41:02.000Z (about 1 year ago)
- Last Synced: 2025-04-19T18:38:05.070Z (about 1 year ago)
- Topics: ai, ai-voice-assistant, artificial-intelligence, assistant, blockchain, chatbot, handsfree, llm, openai, pumpdotfun, pumpfun, solana, voice-assistant
- Language: TypeScript
- Homepage: https://beta.solaai.xyz/
- Size: 8.3 MB
- Stars: 48
- Watchers: 3
- Forks: 13
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Sola AI: AI Voice Assistant for Solana
Sola AI is a personalized AI voice assistant that bridges Solana blockchain technology and AI through a hands-free user experience.

## Overview
This application provides seamless interaction between the user, OpenAI, and blockchain data using voice and text. Key features include:
* **Real-time Communication:** Utilizes WebRTC for seamless voice and text communication.
* **Modern Frontend:** Built with Vite React and styled with Tailwind CSS.
* **Scalable Backend:** Employs a microservices architecture for efficient data processing.
* **Blockchain Data Filtering:** Microservices filter and process blockchain data based on user queries.
* **Blockchain Interactions:** Supports Solana on-chain interactions (e.g., transfer, swap).
### Core Components
1. **Sola AI Application:** Serves as the central hub for processing user input, communicating with services, and integrating AI models with blockchain interactions.
* Interfaces with OpenAI for natural language processing.
* Routes user requests to appropriate microservices.
* Provides AI powered intelligent interface.
2. **Data Service:**
* Microservice providing blockchain data built using rust.
* Filters and structures Solana blockchain and web data based on user queries.
3. **Wallet Service:**
* Helps to build pre-defined transactions and provides transaction objects.
* Built using Rust for fast data processing.
4. **User Service:**
* Manages user data such as chat rooms management, chat history, user settings.
> Refer our [Docs](https://docs.solaai.xyz/application-overview/high-level-architecture) for a better understanding of the application architecture.
### Workflow
1. **User Input:** Sola AI receives voice or text input.
2. **Data Fetching:** The Data Service retrieves and filters blockchain data.
3. **Transaction Building:** The Wallet Service handles transaction construction.
4. **Transaction Execution:** The transaction is executed using an embedded wallet or the user's custom wallet.
5. **Response:** Sola AI processes the results and responds to the user through the voice/text interface.
## Installation
For detailed installation instructions, please refer to the [INSTALL.md](INSTALL.md) file.
## Contributing
We welcome contributions! To contribute:
1. Fork the repository and create a new branch.
2. Make your changes and test thoroughly.
3. Submit a pull request with detailed explanations of your changes.
Please see the [CONTRIBUTING.md](CONTRIBUTING.md) file for more guidelines.
## Star History
[](https://star-history.com/#TheSolaAI/sola-application&Date)
## License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.