This repository contains open-source educational content on various aspects of the Algorand network and ecosystem. For information on contribution and how to generated presentations from this content, refer to the guide
Content | Description | Status | Primary Maintainer |
---|---|---|---|
Network | Overview of Algorand network topology, software, and decentralization | WIP | joe-p |
Layer-1 Features | Overview of Algorand's layer-1 performance and features | WIP | joe-p |
Smart Contracts | Overview of Algorand smart contracts | WIP | joe-p |
Development Intro | Overview of development tools and resources | WIP | joe-p |
Intro to PyTeal | Introduction to PyTeal concepts | WIP | joe-p |
ASC Security Guidelines | Best practices when building smart contracts on Algorand | WIP | joe-p |
Token ARCs | Overview of token-related ARCs | WIP | joe-p |
Intro to Beaker | Introduction to JavaScript SDK concepts | TODO | TBD |
Intro to JavaScript SDK | Introduction to beaker concepts | TODO | TBD |
Governance and Tokenomics | Overview of governance process and tokenomics | TODO | TBD |
Community and Ecosystem | Overview of Algorand community and ecosystem | TODO | TBD |
A layer-1 blockchain founded in 2017 by cryptography pioneer, Turing award winner and MIT professor Silvio Micali. Offers layer-1 features such as standard assets and smart contracts all while remaining fast, affordable, scalable, and sustainable.
The execution layer that exists in every algorand node (algod) for executing smart contracts. Algorand's use of the AVM means it is not EVM compatible.
A blockchain consensus mechanism that uses the stake to determine probably of an entity in partcipating.
Three-step consensus mechanism designed by Silvio Micali that leverages VRFs and user-replacability for fast, secure, and scalable consensus on the Algorand network. Any partcipants chance of partcipating in Algorand's consensus is directly proportional to the amount of ALGOs held in their account.
A relatively small piece of data that can be used to verify the state of the Algorand chain at any given time. State Proofs will play an integral part in multi-chain interopability.
A crpytographic function that can be used to generate random numbers that can also be veried by other parties. VRFs are integral for Algorand's Pure Proof of Stake consensus mechanism.