Update November 2022: The first group of projects is fully released. The newly available projects are "Learn How to Interact with On-Chain Programs" and "Build a Smart Contract". The "When Will it be Available?" section has been updated to include the new projects.
Over the past 9 months, we've made considerable progress on our Solana curriculum. This will focus on Solana's blockchain protocol and the Solana tool ecosystem.
This curriculum is made possible by The Solana Foundation, who gave our charity a grant to 100% fund development of this curriculum.
What will this curriculum teach you?
The Solana curriculum will contain at least ten interactive practice projects that will guide you through learning the Solana protocol and their tools.
Through these projects, you will learn how to build and deploy smart contracts, dApps, work with their command line tools, and much more.
There will also be five challenging integrated projects to test your knowledge.
How will it work?
The courses will run in a docker container using VS Code and the freeCodeCamp Courses extension.
Here's a Sample
When Will it be Available?
The courses will be released in batches. As we finish creating a group of projects, typically consisting of two interactive practice projects and one integrated project, they will be released for you to complete. The first group is available now! and consists of these projects:
- Learn How to Set Up Solana by Building a Hello World Smart Contract
- Learn How to Interact with On-Chain Programs
- Build a Smart Contract
How to Run the Courses
Follow the steps below to run the courses
Developer Environment Prerequisites
Before you get started, make sure you have these installed on your computer:
- Docker Engine
- VS Code and the Dev Containers extension
- Git
How to Run the Curriculum in Docker
Follow these instructions to clone the repo and run the courses:
- Open a terminal and clone the solana-curriculum repo with:
git clone https://github.com/freeCodeCamp/solana-curriculum.git
- Navigate to the
solana-curriculum
directory, and open it in a VSCode workspace with:
code .
- Press
Ctrl / Cmd + Shift + P
to open the command palette, and runDev Containers: Rebuild Container and Reopen in Container
. VS Code will build the container to run the projects in, it will take a few minutes the first time. - Once it's finished, press
Ctrl / Cmd + Shift + P
again and runfreeCodeCamp: Run Course
to start the courses. This will also take a moment. - The simple browser will open when it's done. If it's a blank white page, use the refresh button to update it and see the courses home page.
- Click on one of the available projects to start a project.
- Follow the instructions to complete the project.
- Have fun!
If you want to switch projects, click the freeCodeCamp logo at the top to get back to the home page.
Sign up for updates
Fill out this google form to sign up to receive updates when new courses are released.
While You're Waiting
While you are waiting for these courses, you can try the Web3 curriculum which is now in open beta. It will teach you many Web3 and blockchain concepts you will want to know for the Solana curriculum.
Where you can Learn more about the Solana Foundation
You can learn more about The Solana Foundation on their website.