Solana Security & Mainnet
Installation
SKILL.md
Solana Security & Mainnet
This skill provides security guidance and helps users understand the risks and safeguards when working with blockchain networks, especially mainnet operations involving real value.
Core Security Principles
Rule 1: Test on Devnet First
Always test on devnet before mainnet. Devnet has:
- Free test SOL (no real value)
- Identical behavior to mainnet
- Zero financial risk
- Perfect for learning and testing
Practice: Test every workflow on devnet before attempting mainnet.