Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cusma/algorand-school

Let's learn Algorand!
https://github.com/cusma/algorand-school

algorand algorand-atomic-transfer algorand-blockchain algorand-node algorand-standard-assets algorand-wallet beaker blockchain consensus-algorithm cryptocurrency pyteal smart-contracts teal

Last synced: 3 months ago
JSON representation

Let's learn Algorand!

Lists

README

        

# Algorand School
Algorand School is an open slide deck I've built over time during my talks on
Algorand's blockchain with the help of Algorand colleagues.

The goal of the deck is providing a step-by-step introduction to Algorand's
technology, ecosystem and tools, in order to lower the learning curve difficulty
and speed up the learning process.

Main topics of the Algorand School:

- 🕸 Understanding Algorand Consensus and Algorand Networks
- 🛠 Familiarizing with the Algorand Nodes and Dev Tools
- 🤝 Shedding light on Algorand's features (Account, Transactions, ASAs, etc.)
- 🤖 Clarifying how to develop dApps on the Algorand Virtual Machine

### Contents
1. Blockchain as an infrastructure
2. Analog properties for Digital things
3. Algorand Consensus
4. Algorand Sustainability
5. Algorand Networks
6. Algorand Interoperability
7. Algorand Transactions
8. Algorand Accounts
9. Algorand Standard Assets
10. Algorand Virtual Machine
11. Algorand Smart Contracts on Layer-1
12. Smart Signatures & Smart Contracts
13. TEAL
14. PyTEAL (credits to [@jasonpaulos](https://github.com/jasonpaulos) and [@matteojug](https://github.com/matteojug))
15. Algorand ABI (credits to [@deanstef](https://github.com/deanstef))
16. Beaker (credits to [@iskysun96](https://github.com/iskysun96))

#### Note
Almost all the contents presented in the Algorand School derive directly from
the [Algorand Developer Portal](https://developer.algorand.org/), which
remains the first and most important source of information about Algorand.

## Versions
- 🇺🇸 [English](https://github.com/cusma/algorand-school/blob/main/algorand-school-english.pdf)
- 🇮🇹 Italian (_slides transaltion wip_, community contribution apprecciated...)
- 🇧🇷 Brazilian Portugues (_slides translation wip_, community contribution apprecciated...)

## Videos
- 🇺🇸 [Algorand Efficiency](https://www.youtube.com/watch?v=e8s8Ui8vDaY) - Understanding Algorand's working principles and its efficiency (with [@cusma](https://twitter.com/cusma_b)).
- 🇺🇸 [Introduction to AVM and Smart Contracts](https://www.youtube.com/watch?v=fTAPLiPcj28) - Introduction to the Algorand Virtual Machine architecture and Algorand Smart Contracts (aka Applications) (with [@cusma](https://twitter.com/cusma_b)).
- 🇺🇸 [Introduction to PyTeal](https://www.youtube.com/watch?v=zXDqJHK_Bqs) - Introduction to PyTeal, a Python framework to develop Smart Contract on Algorand (with [@matteojug](https://twitter.com/matteojug)).
- 🇺🇸 [PyTeal ABI Smart Contracts](https://www.youtube.com/watch?v=USLcyfVD_ws) - Using PyTeal to develop _ABI-compliant_ Smart Contracts on Algorand. Final live coding section (with [@_deanste](https://twitter.com/_deanste)).
- 🇺🇸 [Beaker](https://www.youtube.com/watch?v=031VvOxvuxY) - Framework for Algorand Smart Contract development, client and testing based on PyTeal. Live coding session (with [@HGKimChris](https://twitter.com/HGKimChris)).
- 🇧🇷 [Introdução a AVM, nodes e Smart Contracts em PyTeal](https://www.youtube.com/watch?v=Wl2JDXudGrM) - Introdução à tecnologia Algorand, redes e nós Algorand, ferramentas de desenvolvimento e a Máquina Virtual Alagorand. Sessão final de live-coding de Smart Contracts em PyTeal (com [@cusma](https://twitter.com/cusma_b)).

## Contibuting with translations (PR)
Would you like to contribute to the Algorand's educational cause? Help me with
the translation!

Just follow the translations guidelines:
1. Fork this repo
2. Copy and rename `algorand-school-english.txt` into `algorand-school-.txt`
3. Add your translations for each text fields, in **addition** to the English one
4. Do not translate acronyms and abbreviations (e.g. _AVM_, _VRF_, etc.)
5. Do not translate `code` sections
6. Always start a translated text field with `#`
7. Do not skip slides while translating
8. Submit a PR

Example of editing `algorand-school-italian.txt`:
```
What is a blockchain?
# Cos'è una blockchain?
5
A blockchain is a public ledger of transactional data, distributed across a system of multiple nodes in a network.
# Una blockchain è un registro pubblico di dati transazionali, distribuito su un sistema di molteplici nodi in una rete.
```

I will review the translation, merge it into presentation's source file and
publish the PDF once the translation is finalized.

All the translators will be included into the `Credits` slide.

## Errata corrige (Issue)
Did you catch and error, a typo or any type of misinformation? Please open an **Issue** indicating:

1. 🎲 The slide number
2. 😓 The error
3. 💡 A suggestion for a correction

All the contributors will be included into the `Credits` slide.

## Credits to community

Thanks to everyone who forked or starred the repository! Let's learn Algorand together! 📚

[![Stargazers repo roster for @cusma/algorand-school](https://reporoster.com/stars/dark/cusma/algorand-school)](https://github.com/cusma/algorand-school/stargazers)

[![Forkers repo roster for @cusma/algorand-school](https://reporoster.com/forks/dark/cusma/algorand-school)](https://github.com/cusma/algorand-school/network/members)