Reach
Showing 217 posts related with Reach.
-
Intermediate · 15 minutes or lessSplit Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Intermediate · 15 minutes or lessSplit Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
Intermediate · 30 minutesAlgorand Builder Tutorial: Part 1 - Creating Local Network and Deploying ASA
[Algorand Builder](https://github.com/scale-it/algo-builder) is a development environment, testing framework and asset pipeline for Algorand. Our goal is to make shipping Algorand applications simple, efficient, and scalable.
-
Beginner · 15 minutes or lessAlgorand Payment App
Learn how to build a DeFi Mobile Application on the Algorand Network to process payment transactions online.
-
Intermediate · 1 hourTrack 65,000 Tickets - Arrays in Algorand
Learn how to create, update and read arrays in Algorand. We will utilize key-value pairs, bytes, and bits to persistently store almost 65,000 elements in a single smart contract.
-
Intermediate · 30 minutesAlgo Builder Tutorial Part 4: Testing Smart Contracts
In this tutorial we present how `algob` helps the developers to test their smart contracts effectively.
-
Beginner · 30 minutesAlgorand Studio | Tutorial 1: Basic Features
Set up your local machine for Algorand development using Algorand Studio, includes a walk through its basic features.
-
Intermediate · 30 minutesCreate 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 lessUsing VS Code with Java
This tutorial will facilitate how to debug using Visual Studio (VS) Code using Java
-
Intermediate · 1 hourCreating Transactions from Spreadsheets
This tutorial looks at how to create different Algorand transactions from an imported excel sheet.
-
Beginner · 15 minutes or lessAlgo Builder Tutorial Part 6: Using Tmpl expressions from PyTEAL
In this tutorial we will show how to use Tmpl expression from PyTeal in Algo-Builder.
-
Beginner · 30 minutesUsing Azure Key Vault for Wallet Transactions using JavaScript
The aim of this tutorial to teach how to use Azure KeyVault to store secret and retrieve the secret to sign transactions and recover account.
-
Beginner · 30 minutesCreate A Private Network
This tutorial walks through creating and running a private network that can be used to test your application.
-
Intermediate · 15 minutes or lessSplit Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript
-
Intermediate · 30 minutesUsing TEAL debugger with algo-buiilder
In this tutorial we present how to use TEAL debugger with `algob` (debugging smart contracts with dry run OR launch a live debugging session)
-
Beginner · 1 hourCreate a Node on Azure & Sign Transactions with Azure Key Vault and Python
In this tutorial, you will learn how to deploy an Azure Linux Virtual Machine and install an Algorand node on it. This tutorial will also go over how to sign a Transaction with Azure KeyVault.
-
Intermediate · 15 minutes or lessSplit Contract Template with Java
An example walkthrough of the Split Contract Template in Java
-
Beginner · 30 minutesVerify identity using a credential network
Build and test a smart contract in which accounts vouch for one-anther's credentials to establish a network of trust.