Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
C

curriculum

> 编程语言
Open source

A collection of resources to teach Solana in universities and bootcamps

193 stars0 likes0 views
WebsiteGitHub

About

A collection of resources to teach Solana in universities and bootcamps

Solana Curriculum Repository

This repository contains a collection of courses and materials for learning Solana development. It is structured as a Turborepo monorepo to manage the different course modules and shared utilities.

Repository Structure

The main content is organized within the courses directory. Each subdirectory in courses represents a specific course:

  • courses/blockchain-basics: Blockchain Basics
  • courses/rust-basics-for-solana-development: Rust Basics for Solana Development
  • courses/anchor-and-programs: Anchor and Programs
  • courses/spl-tokens-2022-and-extensions: SPL Tokens, 2022 and Extensions
  • courses/web-for-solana-development-101: Web for Solana Development 101

The monorepo also includes standard Turborepo packages:

  • @repo/eslint-config: ESLint configurations.
  • @repo/typescript-config: TypeScript configurations.

Utilities

This Turborepo has some additional tools already set up:

  • TypeScript for static type checking
  • ESLint for code linting
  • Prettier for code formatting

Getting Started

Prerequisites

  • Node.js (LTS version recommended)

Installation

  1. Clone the repository:
    bash
    git clone TODO add repo url
    cd solana-curriculum-repository
  2. Install dependencies using Bun:
    bash
    bun install

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScript

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 18, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言