https://github.com/ava-labs/avalanche-academy
The Learning Platform for Avalanche Ecosystem
https://github.com/ava-labs/avalanche-academy
academy avalanche blockchain courses tutorials
Last synced: 4 months ago
JSON representation
The Learning Platform for Avalanche Ecosystem
- Host: GitHub
- URL: https://github.com/ava-labs/avalanche-academy
- Owner: ava-labs
- Created: 2024-06-01T09:44:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:14:34.000Z (over 1 year ago)
- Last Synced: 2025-04-25T16:46:50.907Z (about 1 year ago)
- Topics: academy, avalanche, blockchain, courses, tutorials
- Language: TypeScript
- Homepage: https://academy.avax.network
- Size: 80.6 MB
- Stars: 25
- Watchers: 5
- Forks: 26
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Avalanche Academy
> [!CAUTION]
> The Avalanche Academy has been migrated to the Avalanche Builder Hub. You can find the repository [here](https://github.com/ava-labs/avalanche-docs)). This repository is not monitored anymore.
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.
## Content Types
- **[Courses](/content/course/)**: Long structured learning paths covering different aspects of the Avalanche ecosystem.
- **[Guides](/content/guide/)**: 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/](/content/common/) directory. It can be imported in the course or guide like this:
```js
import SetUp from "@/content/common/avalanche-starter-kit/set-up.mdx";
```
## Getting Started
1. **Clone the Repository:** `git clone https://github.com/ava-labs/avalanche-academy.git`
2. **Install Dependencies:** `yarn install`
3. **Run Locally:** `yarn run dev`
## Contributing
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](https://academy.avax.network).