Skip to content

Commit

Permalink
New Crowdin translations by GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiaAutomation committed May 26, 2024
1 parent 9e123fc commit 10eabec
Show file tree
Hide file tree
Showing 141 changed files with 10,031 additions and 3,297 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,311 @@
---
title: Academy Home
slug: /academy-home
---

import ChialispIntro from '@site/static/img/academy/Intro2Chialisp.png';
import SmartCoins from '@site/static/img/academy/SmartCoins.png';
import Signatures from '@site/static/img/academy/Signatures.png';
import InnerPuzzles from '@site/static/img/academy/InnerPuzzles.png';

import Consensus from '@site/static/img/academy/consensus.png';
import Timelords from '@site/static/img/academy/timelords.png';
import BlockFormation from '@site/static/img/academy/forming-blocks.png';
import CoinSetModel from '@site/static/img/academy/coin-set.png';
import Security from '@site/static/img/academy/security.png';

import FarmingOverview from '@site/static/img/academy/farming-overview.png';
import ChallengesPlotFilters from '@site/static/img/academy/challenges-plot-filters.png';
import Pools from '@site/static/img/academy/pools.png';
import CreatingYourFirstPlot from '@site/static/img/academy/Intro2Farming.png';

import PrimitivesOverview from '@site/static/img/academy/primitives.png';
import NFTs from '@site/static/img/academy/nft.png';
import CATs from '@site/static/img/academy/cat.png';
import DIDs from '@site/static/img/academy/did.png';

Welcome to Chia Academy, the scholarly hub for delving deep into Chia blockchain technology. In an age characterized by rapid digital transformation, this institution offers a comprehensive exploration of the Chia blockchain, dissecting its technical intricacies, real-world applications, and the nuances of its secure data handling. As a Chia Academy student, you will dive into the core concepts and functionalities of the Chia blockchain.

## Courses

Below, you'll find several curated courses covering everything from the basics of blockchain technology, to the specifics of Chialisp and implementation. Courses can be taken in any order, so feel free to explore at your leisure.

---

#### Chialisp Overview

<section class="carousel">
<c-ol class="carousel-inner">
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={ChialispIntro} alt='Intro to Chialisp' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/chialisp-intro'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={SmartCoins} alt='Smart Coins' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/chialisp-smart-coin'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={Signatures} alt='Signatures' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/chialisp-signatures'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={InnerPuzzles} alt='Inner Puzzles' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/chialisp-inner-puzzle'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
</c-ol>
</section>

---

#### Blockchain Basics

<section class="carousel">
<c-ol class="carousel-inner">
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={Consensus} alt='Consensus'/>
</div>
<div class="card__footer">
<a href='https://docs.chia.net/consensus-basics'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={Timelords} alt='Timelords' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/timelord-basics'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={BlockFormation} alt='Block Formation' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/block-formation-basics'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={CoinSetModel} alt='Coin-Set Model' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/coinset-basics'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={Security} alt='Security' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/security-basics'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
</c-ol>
</section>

---

#### Plotting & Farming

<section class="carousel">
<c-ol class="carousel-inner">
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={FarmingOverview} alt='Farming Overview' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/farming-overview'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={ChallengesPlotFilters} alt='Challenges & Plot Filters' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/challenges-plot-filters'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={Pools} alt='Pools' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/pools'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={CreatingYourFirstPlot} alt='Creating Your First Plot' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/first-plot'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
</c-ol>
</section>

---

#### Primitives

<section class="carousel">
<c-ol class="carousel-inner">
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={PrimitivesOverview} alt='Primitives Overview' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/primitives-overview'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={NFTs} alt='NFTs' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/academy-nft'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={DIDs} alt='DIDs' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/academy-did'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
<c-li class="carousel-item">
<div class="card-demo">
<div class="card">
<div class="card__image">
<img src={CATs} alt='CATs' />
</div>
<div class="card__footer">
<a href='https://docs.chia.net/academy-cat'>
<button class="button button--primary button--block">Learn</button>
</a>
</div>
</div>
</div>
</c-li>
</c-ol>
</section>

---

## How the courses work

Check out the [Academy Overview](https://docs.chia.net/academy-overview) page for a breakdown on how the courses are presented and organized.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ slug: /academy-overview

import Runnable from '@site/src/components/Runnable.tsx';

The lesson pages in Chia Academy are thoughtfully designed to enhance the learning experience for students. Each lesson is organized in a user-friendly and visually appealing manner. The structure typically includes:
The lesson pages in Chia Academy are thoughtfully designed to enhance the learning experience for students. Each lesson is organized in a user-friendly and visually appealing manner. The structure typically includes: Each lesson is organized in a user-friendly and visually appealing manner. The structure typically includes:

---

Expand All @@ -17,7 +17,7 @@ Each lesson starts with a clear and descriptive title that informs students abou

## Learning objectives

A set of specific learning objectives is provided at the beginning of the lesson. These objectives outline what students will be able to understand or do by the end of the lesson, setting clear expectations.
A set of specific learning objectives is provided at the beginning of the lesson. A set of specific learning objectives is provided at the beginning of the lesson. These objectives outline what students will be able to understand or do by the end of the lesson, setting clear expectations.

- Learning Objective 1
- Learning Objective 2
Expand All @@ -27,13 +27,13 @@ A set of specific learning objectives is provided at the beginning of the lesson

## Content

The core content in each lesson is conveyed through structured, short format videos followed by scripts. This hybrid visual and text approach ensures accessibility and caters to diverse learning preferences.
The core content in each lesson is conveyed through structured, short format videos followed by scripts. This hybrid visual and text approach ensures accessibility and caters to diverse learning preferences. This hybrid visual and text approach ensures accessibility and caters to diverse learning preferences.

---

## Script

Each of the short format videos will be proceeded by the script used for creating the video. This written format ensures ease of translation catering to diverse learners.
Each of the short format videos will be proceeded by the script used for creating the video. This written format ensures ease of translation catering to diverse learners. This written format ensures ease of translation catering to diverse learners.

<details>

Expand All @@ -51,7 +51,7 @@ The timestamps are provided in set intervals and are formatted as `minutes:secon

## Common gotchas

While lessons are thoughtfully designed to facilitate learning, there are some common pitfalls or challenges that a learner might face. These will be described after the script for each lesson.
While lessons are thoughtfully designed to facilitate learning, there are some common pitfalls or challenges that a learner might face. These will be described after the script for each lesson. These will be described after the script for each lesson.

- **Gotcha 1:** Description of gotcha 1.
- **Gotcha 2:** Description of gotcha 2.
Expand All @@ -61,9 +61,9 @@ While lessons are thoughtfully designed to facilitate learning, there are some c

## Knowledge check

Each lesson contains a brief self-assessment quiz designed to gauge learners' comprehension and retention of the video material. These assessments reinforce key concepts and help learners self-assess their understanding.
Each lesson contains a brief self-assessment quiz designed to gauge learners' comprehension and retention of the video material. These assessments reinforce key concepts and help learners self-assess their understanding. These assessments reinforce key concepts and help learners self-assess their understanding.

The quiz section has two components, questions and answers. The questions contain lesson-applicable questions and the answers contain the corresponding answers.
The quiz section has two components, questions and answers. The questions contain lesson-applicable questions and the answers contain the corresponding answers. The questions contain lesson-applicable questions and the answers contain the corresponding answers.

Since this is a self assessment, you can of course skip the questions and go straight to the answers; but, we strongly recommend that you take the time to solve the question on your own before checking the answer.

Expand Down Expand Up @@ -130,7 +130,7 @@ Links to additional reading materials, videos, or external resources may be prov

### Runnable Chialisp and clvm plugins

Runnable plugins are for Chialisp and clvm are provided with all applicable lessons. Take some time to familiarize yourself with the tools and learn how to best make use of them throughout the lessons.
Runnable plugins are for Chialisp and clvm are provided with all applicable lessons. Runnable plugins are for Chialisp and clvm are provided with all applicable lessons. Take some time to familiarize yourself with the tools and learn how to best make use of them throughout the lessons.
Each plugin has a series of components:

**Language:** The language of the plugin (Chialisp or clvm) is in the top right corner.
Expand All @@ -152,7 +152,7 @@ The plugins only validate the formatting and completeness of the code; they do n
When clicking run, the puzzle will first be serialized into clvm (similar to the `run` command) then the solution will be passed into the serialized puzzle (similar to the `brun` command).
The below example is a Chialisp puzzle that squares the number passed as an argument.

Note the number `(5)` is used in the solution top section and the Chialisp formatted puzzle is entered in the puzzle bottom section. Clicking run on this puzzle will return `25` as the result.
Note the number `(5)` is used in the solution top section and the Chialisp formatted puzzle is entered in the puzzle bottom section. Clicking run on this puzzle will return `25` as the result. Clicking run on this puzzle will return `25` as the result.

<Runnable flavor='chialisp' input='(5)'>

Expand All @@ -172,7 +172,7 @@ Note the number `(5)` is used in the solution top section and the Chialisp forma
When clicking run, the solution will be passed into the serialized puzzle (similar to the `brun` command).
The below example uses the serialized puzzle from above that squares the number passed as an argument.

Note the number `(5)` is used in the solution top section and the serialized puzzle is entered in the puzzle bottom section. Clicking run on this puzzle will return `25` as the result.
Note the number `(5)` is used in the solution top section and the serialized puzzle is entered in the puzzle bottom section. Clicking run on this puzzle will return `25` as the result. Clicking run on this puzzle will return `25` as the result.

<Runnable flavor='clvm' input='(5)'>

Expand Down
Loading

0 comments on commit 10eabec

Please sign in to comment.