Tutorials
Step-by-step guides by language and level
-
Algosearch Setup
A how to guide on set up AlgoSearch using Docker compose
-
Create an Account on TestNet and Send Your First Transaction using C#
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Community Algorand .NET SDK and funding it using the Algorand Testnet Faucet. The tutorial also covers send a payment transaction between two accounts.
-
Deploying a Scheduling Service for Automated Payments
Deploy an automated payment system for scheduled payments using the Hangfire - .Net Library on the Algorand Network to make our background tasks and jobs easier for payments.
-
Algorand Payment App
Learn how to build a DeFi Mobile Application on the Algorand Network to process payment transactions online.
-
A Crowdfunding DApp on the Algorand Network
A Crowdfunding Application built on the Algorand Network with the .NET Core framework. This will enable people crowdfund for their projects/businesses using the algorand protocol.
-
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.
-
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.
-
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.
-
Create a Mobile App (Android/iOS) using Xamarin Forms
Create a Mobile Application enabling you to interact with the Algorand blockchain.
-
Using VS Code with C#
This tutorial will facilitate how to debug C# using Visual Studio (VS) Code