Overview
Last updated
Last updated
Welcome to the official SWquery SDK Documentation. This guide is designed to help developers easily integrate the SWquery SDK into their applications, enabling intuitive and human-friendly interaction with on-chain data on the Solana blockchain.
The SWquery SDK is a powerful toolkit built in Rust that simplifies querying wallet transactions using Natural Language Processing (NLP). Whether you're building a DeFi platform, a trading bot, or a simple wallet interface, the SDK empowers you to create seamless and accessible blockchain experiences.
Frontend: The Next.js interface allows users to input natural language queries and view results.
Backend: The Rust-based SWquery SDK processes queries, leverages the Query Engine with NLP for interpretation, and fetches on-chain data from Solana.
Blockchain Interaction: The system connects to Solana RPC nodes to retrieve data, ensuring accurate and real-time query responses.
This documentation is intended for developers who want to:
Query wallet transactions programmatically using natural language prompts.
Build applications with enhanced blockchain data visualization and interaction.
Leverage the SWquery SDK for modular and scalable integrations in their projects.