Here's your comprehensive guide to getting started with Solana and launching on Solana, based on official resources including Solana website, documentation, and X (Twitter) account.
<aside> 🍒
</aside>
The official Solana "Getting Started" guide covers your first 3 steps: solana.com/learn/getting-started
| Step | Action | Details |
|---|---|---|
| 1 | Set Up a Wallet | Choose browser extensions (Phantom), mobile apps, or hardware wallets [solana] |
| 2 | Get Your First SOL | Buy small amount from exchange or receive from friend; needed for transaction fees [solana] |
| 3 | Make Your First Transaction | Send small SOL to experience Solana's speed and low costs [solana] |
Solana Playground — browser-based IDE to build/deploy/test programs instantly: solana.com/docs/intro/quick-start
$ solana airdrop 5) or Devnet Faucet| Resource | Type | Link |
|---|---|---|
| Solana Docs | Official documentation | solana.com/docs |
| Solana Cookbook | Code examples & references | solana.com/developers/cookbook |
| Developer Templates | Production-ready dApps/DeFi/NFT | solana.com/developers/templates |
| Blueshift Courses | Solana development bootcamp | blueshift.gg |
| Anchor Docs | Rust smart contract framework | [anchor.solana.com](https://docs.anchor%20solana.com/) |
Deploy Your First Solana Program (Anchor + Playground): solana.com/docs/intro/quick-start/deploying-programs
$ build → Deploy: $ deploysolana program close [ProgramID]