
Ecommerce Payments Using PHP/Javascript
Allow users to pay for online goods using Algorand assets at the checkout terminal.

Beginner · 30 minutes
Algorand Studio | Tutorial 1: Basic Features
Set up your local machine for Algorand development using Algorand Studio, includes a walk through its basic features.

Intro to Algorand Studio & Algorand VS Code Extension
This article introduces two developer tools by Obsidian Labs. The first is their Algorand Studio project and the second is their VS Code Extension. Both tools are used to work with Algorand and make building and testing transactions and smart contracts easier. Additionally, both can be used to run an Algorand node.

“Alexa, ask Algorand for the latest round on MainNet?”
Sample code for how to transform a few basic interactions with the Algorand blockchain into a voice-interactive experience using Alexa.

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

Creating a Point-of-Sale Application with the Algorand Blockchain
We show how to use Algorand’s blockchain to create an alternative payment solution for processing retail transactions. The solution demonstrates a point-of-sale application and a signing wallet.

Arduino on Algorand Blockchain
Sample code to connect any Arduino to the Algorand Blockchain.

Interact with the Algorand Blockchain Network using SMS and Voice
Use the Twilio SMS and Voice APIs to interact with the Algorand Blockchain.

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).

Example Crowdfunding Stateful Smart Contract Application
This solution explains one way to build a crowdfunding application on the Algorand Blockchain.

Example Digital Exchange Smart Contract Application
This solution presents a very simple DEX application using stateless and stateful smart contracts. It allows users to place limit orders that are fulfilled at a later time by another party.

Beginner · 15 minutes or less
Getting Started with the PureStake API Service
Get up-and-running on the Algorand network without needing to run your own node.

Beginner · 15 minutes or less
Test your Algorand ORE ID Integration
Testing your ORE ID app setup can be done easily on the developer dashboard. This includes testing your app’s account creation using any of the Oauth platforms, and signing transactions and can be done on both test and production apps.

Beginner · 1 hour
Working with ASA using Python
This tutorial demonstrates the steps involved in working with an Algorand Standard Asset (ASA) using the Python SDK.

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

Intermediate · 15 minutes or less
Adding Transaction Capabilities to a dApp Using AlgoSigner
AlgoSigner is a blockchain wallet that makes it easy to use Algorand-based applications on the web. In this tutorial, you will learn how to integrate AlgoSigner into your decentralized application.

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