Help me #5
Replies: 1 comment
|
Good question 🙂 Since you’re already strong in Solana + Rust/Anchor, let me break it down into types of projects people usually build on Solana — from beginner-friendly to advanced production-grade. 🔹 Beginner-Level ProjectsThese are great for learning Rust, the Solana runtime, and Anchor framework:
🔹 Intermediate ProjectsThese help you master program-derived addresses (PDAs), CPI (cross-program invocation), and on-chain state:
🔹 Advanced / Real-World ProjectsWhere scalability, security, and composability matter:
🔹 Unique Ideas (for standing out)
⚡ In short:
Do you want me to suggest a specific Solana project idea that could actually attract users/investors in 2025, not just for learning? |
0 replies
Answer selected by
monster-dev5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good question 🙂 Since you’re already strong in Solana + Rust/Anchor, let me break it down into types of projects people usually build on Solana — from beginner-friendly to advanced production-grade.
🔹 Beginner-Level Projects
These are great for learning Rust, the Solana runtime, and Anchor framework:
🔹 Intermediate Projects
These help you master program-derived addresses (PDAs), CPI (cross-program invocation), and on-c…