Retrieves real-time Solana network fee structures, including priority fees and lamports per signature for mainnet and devnet.
The sol-fees skill enables developers to monitor current transaction costs on the Solana blockchain directly within their Claude environment. By interfacing with the Solana CLI, it provides critical data on base fees and priority fee levels, helping users accurately estimate costs for token transfers or smart contract deployments across both Mainnet-Beta and Devnet environments. It is an essential utility for Web3 developers looking to optimize transaction confirmation times and costs.
主要功能
01Priority fee structure visibility
02Detailed lamport-per-signature metrics
032 GitHub stars
04Real-time Solana network fee retrieval
05Support for Mainnet-Beta and Devnet environments
06Bash-integrated CLI execution
使用场景
01Monitoring network congestion and priority fee trends
02Estimating transaction costs before deploying programs to Mainnet
03Debugging transaction failures related to insufficient fee allocation on Devnet