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
- Blockchain as an infrastructure
- Analog properties for Digital things
- Algorand Consensus
- Algorand Sustainability
- Algorand Networks
- Algorand Interoperability
- Algorand Transactions
- Algorand Accounts
- Algorand Standard Assets
- Algorand Virtual Machine
- Algorand Smart Contracts on Layer-1
- Smart Signatures & Smart Contracts
- TEAL
- PyTEAL (credits to @jasonpaulos and @matteojug)
- Algorand ABI (credits to @deanstef)
- Beaker (credits to @iskysun96)
Almost all the contents presented in the Algorand School derive directly from the Algorand Developer Portal, which remains the first and most important source of information about Algorand.
- 🇺🇸 English
- 🇮🇹 Italian (slides transaltion wip, community contribution apprecciated...)
- 🇧🇷 Brazilian Portugues (slides translation wip, community contribution apprecciated...)
- 🇺🇸 Algorand Efficiency - Understanding Algorand's working principles and its efficiency (with @cusma).
- 🇺🇸 Introduction to AVM and Smart Contracts - Introduction to the Algorand Virtual Machine architecture and Algorand Smart Contracts (aka Applications) (with @cusma).
- 🇺🇸 Introduction to PyTeal - Introduction to PyTeal, a Python framework to develop Smart Contract on Algorand (with @matteojug).
- 🇺🇸 PyTeal ABI Smart Contracts - Using PyTeal to develop ABI-compliant Smart Contracts on Algorand. Final live coding section (with @_deanste).
- 🇺🇸 Beaker - Framework for Algorand Smart Contract development, client and testing based on PyTeal. Live coding session (with @HGKimChris).
- 🇧🇷 Introdução a AVM, nodes e Smart Contracts em PyTeal - 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).
Would you like to contribute to the Algorand's educational cause? Help me with the translation!
Just follow the translations guidelines:
- Fork this repo
- Copy and rename
algorand-school-english.txt
intoalgorand-school-<language>.txt
- Add your translations for each text fields, in addition to the English one
- Do not translate acronyms and abbreviations (e.g. AVM, VRF, etc.)
- Do not translate
code
sections - Always start a translated text field with
#
- Do not skip slides while translating
- 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.
Did you catch and error, a typo or any type of misinformation? Please open an Issue indicating:
- 🎲 The slide number
- 😓 The error
- 💡 A suggestion for a correction
All the contributors will be included into the Credits
slide.
Thanks to everyone who forked or starred the repository! Let's learn Algorand together! 📚