Files
2025-11-30 09:01:25 +08:00

8.8 KiB

Development Resources

Comprehensive collection of official documentation, development tools, learning paths, and community resources for Solana program development.

Official Documentation

Solana Core

Anchor Framework

SPL Programs

Example Programs

Official Examples

Production Protocols (for studying)

Development Tools

IDEs & Playgrounds

CLI & Tooling

Testing Frameworks

Deployment & Verification

Learning Paths

Official Courses

Community Tutorials

Rust Learning

Advanced Topics

Community & Support

Q&A Platforms

Chat & Forums

Blogs & Newsletters

Developer Tools & Libraries

Rust Crates

TypeScript/JavaScript

Python

RPC Providers

Free Tier Available

Developer Communities

Learning Communities

Regional Communities

Additional Resources

Developer Guides

Tool Documentation

Ecosystem Tools

  • Metaplex - NFT infrastructure
  • Squads - Multisig and treasury management
  • Dialect - Messaging and notifications

Version Information

Current versions (as of 2025):

  • Latest Anchor: 0.30+
  • Recommended Solana CLI: Latest stable (check with solana --version)
  • Rust minimum: 1.70+
  • Solana program library: 2.0+

Updating tools:

# Update Solana CLI
solana-install update

# Update Anchor
avm install latest
avm use latest

# Update Rust
rustup update

Note: For security-specific resources, vulnerability databases, audit reports, and security tools, see the solana-security skill.