Avalanche Academy is a comprehensive learning platform designed to educate developers, enthusiasts, and industry professionals about the Avalanche ecosystem. It offers a variety of courses and resources to help users understand and leverage Avalanche's blockchain technology stack.
- Courses: Long structured learning paths covering different aspects of the Avalanche ecosystem.
- Guides: Single-page end-to-end instructions to solve a specific challenge
There may be an overlap of content in courses and guides. Content that is reused multiple times should be places in the /content/common/ directory. It can be imported in the course or guide like this:
import SetUp from "@/content/common/avalanche-starter-kit/set-up.mdx";
<SetUp />
- Clone the Repository:
git clone https://github.com/ava-labs/avalanche-academy.git
- Install Dependencies:
yarn install
- Run Locally:
yarn run dev
We welcome contributions! Please confirm changes on your local machine before opening a pull request. Raise the PR to the dev
branch. Once you raise the PR, a team member will review your changes and approve the PR.
For more information, visit Avalanche Academy.