Train The Trainer | 2020 August Release Updates

Опубликовано: 04 Июль 2026
на канале: Algorand Technologies
470
34

In this Train The Trainer session, Russ Fustino walks through Algorand's new features and provides demos using goal and the SDKs. This video will be for both devs and non-devs in the Ambassador or any presenter program. The first half of the session will provide an overview of these features and the second half will focus on code samples.

Algorand’s Rekeying feature allows users to change their private spending key without the need to change their public address: https://developer.algorand.org/docs/f...
Fast Catchup enables developers to quickly sync a node and get started developing: https://developer.algorand.org/docs/r...
Algorand now provides both stateless and stateful smart contracts that can be used to build on-chain applications that scale: https://developer.algorand.org/docs/f...
Algorand’s new Indexer now provides the ability to do historic-based and paginated result set searches across the entire blockchain in an efficient and fast way: https://developer.algorand.org/docs/f...
Review getting started code, using V2 SDKs, for transactions and building stateless and stateful applications: https://developer.algorand.org/docs/b...

In this video you will learn...
How to build blockchain solutions using the V2 SDKs.
How to change the account private key without changing the public key.
How to spin up a node and have it synced in a matter of minutes instead of days
How to search the Algorand blockchain in an easy way. For example, find all the accounts that have a particular asset.