Superteam Academy
|bySuperteam BrasilSuperteam Brasil
Superteam Academy

The decentralized learning platform for Solana developers.

Resources

  • Courses
  • Leaderboard
  • Community

Support

  • Documentation
  • API Reference
  • Community

Legal

  • Terms of Service
  • Privacy Policy
  • Cookie Policy

Follow Us

  • Twitter / X
  • Discord
  • GitHub

Stay in the Loop

Get weekly updates on new courses, Solana ecosystem news, and learning tips.

Powered bySuperteam BrasilSuperteam Brasil

Β© 2026 Superteam Academy. All rights reserved.

Anchor Framework Fundamentals

What is Anchor?
Project Structure
Account Macros
Instructions

Anchor Basics / Project Structure
30 XP

Project Structure

Anchor Project Structure

perl
my-project/
β”œβ”€β”€ Anchor.toml          # Project config
β”œβ”€β”€ Cargo.toml           # Workspace root
β”œβ”€β”€ programs/
β”‚   └── my-program/
β”‚       └── src/
β”‚           └── lib.rs   # Program entry
β”œβ”€β”€ tests/
β”‚   └── my-program.ts   # Integration tests
└── app/                 # Frontend
You need to enroll in this course before you can mark lessons as complete.
2 / 8