
Introducing Algorand’s Smart Contract Debugger
This article announces the release of the Teal Debugger.

Beginner · 15 minutes or less
Using VS Code with JavaScript
This tutorial will facilitate how to debug using Visual Studio (VS) Code, which can be used with all the code samples on the Algorand Developer Docs Portal.

Beginner · 1 hour
Writing a Simple Smart Contract
Example showing how to build a simple smart contract.

Beginner · 30 minutes
Using VS Code with C#
This tutorial will facilitate how to debug C# using Visual Studio (VS) Code

Simple example using Algorand with Unity 3D Engine
Initial example to integrate Algorand into a Unity 3D graphics engine project. A small step in the creation of Virtual Worlds and their BlockChain economy.

Decentralized Two-Factor Authentication With Algorand Standard Assets
Sample code for creating a basic two-factor authentication system with Algorand Standard Assets.

Build Algorand iOS, Android and UWP apps using C# .NET SDK and Xamarin
This solution shows how to build an Algorand application for iOS, Android and Universal Windows Platform (UWP), with one code base, using Xamarin Forms and C#.

AlgoNim
AlgoNim is the first Algorand game incorporating all the features introduced in Algorand 2.0: Algorand Standard Assets (ASA), Atomic Transfers (AT) and Algorand Smart Contracts (ASC1).

Building Mobile Apps Using React-Native-Algo Library
The react-native-algo library provides mobile developers easy access to the java-algorand-sdk while building an android app in react-native.

FDA Recalls Application
This application stores FDA recall data on Algorand’s blockchain and then uses Algorand's indexer to locate the FDA recall data.

Beginner · 15 minutes or less
Using VS Code with Java
This tutorial will facilitate how to debug using Visual Studio (VS) Code using Java

Beginner · 15 minutes or less
Using VS Code with Go
This tutorial will facilitate how to debug using Visual Studio (VS) Code with Go

Intermediate · 30 minutes
Create an Online Game Marketplace to Buy/Sell Games
In this tutorial, we will learn how to interact with the Algorand network to create an online marketplace where games can be bought or sold online using TestNet.

Beginner · 15 minutes or less
Using VS Code with Python
This tutorial will facilitate how to debug using Visual Studio (VS) Code in Python

Beginner · 15 minutes or less
Create an Account on TestNet using JavaScript
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the JavaScript SDK.

Intermediate · 30 minutes
Algorand Blockchain Development using Reach Part 4 Trust - Commitments
In this tutorial, we implemented a secure version of Rock, Paper, Scissors. These are the cornerstones of Blockchain development.

Intermediate · 30 minutes
Atomic Transactions Web and Console Applications
This is a DApp walkthrough to generate account addresses and mnemonic keys, fund the account, check the account details, and also perform transactions. This was built using the C#/.NET framework to communicate with the Algorand Blockchain.

Beginner · 30 minutes
Desktop Algorand App
In this tutorial, we will learn how to interact with the Algorand network to create a Windows Application that can be used to create account addresses and mnemonic keys, fund the account, and also check the address account balance.