소개
Solana is a Model-Context-Protocol (MCP) server designed to simplify interactions with the Solana blockchain. It offers simple RPC endpoints for common Solana operations, such as retrieving the current slot number, checking account balances, getting detailed account information, displaying keypair information, and transferring SOL between accounts. This server aims to provide a straightforward interface for developers and users looking to programmatically interact with the Solana network.
주요 기능
- Get current slot number
- Check account balances
- Get detailed account information
- Display keypair information
- Transfer SOL between accounts
사용 사례
- Automating Solana blockchain interactions
- Integrating Solana functionality into applications
- Querying Solana blockchain data programmatically