vui
Showing 290 posts related with vui.
-
Beginner · 15 minutes or less
Access BetaNet Network using Purestake
Access BetaNet Network using PureStake
-
Intermediate · 1 hour
Creating a License Manager Contract utilizing PyTEAL and Inner Transactions
This tutorial will introduce the reader to using Inner Transactions in PyTEAL using an example scenario: A License Manager Contract
-
Beginner · 15 minutes or less
Using VS Code with Go
This tutorial will facilitate how to debug using Visual Studio (VS) Code with Go
-
Beginner · 30 minutes
Using 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 · 15 minutes or less
Using VS Code with Python
This tutorial will facilitate how to debug using Visual Studio (VS) Code in Python
-
Intermediate · 1 hour
Create A Private Instance of Algorand In A Testbed
This tutorial demonstrates the steps involved in creating a fully private instance of Algorand in a testbed with three independent VMs.
-
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.
-
Intermediate · 1 hour +
Milestone Dapp Built with Pyteal
We will build a decentralized milestone based application using pyteal and Python. PyTeal is used to write the smart contracts whereas interacting with them is done via Python using the `py-algorand-sdk`.
-
Beginner · 1 hour
Create 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 less
Algorand Blockchain Development using Reach Part 1
The future is bright for Algorand and Algorand Blockchain Developers. Tools like Reach are going to be the forefront of CrossChain / MultiChain development.
-
Beginner · 1 hour
Stateless session management with the Pera wallet
Leveraging Wallet Connect, NextJs and Redux to securely login users.
-
Beginner · 1 hour
Simple NPC game interactions using a stateful contract and atomic transfers
This tutorial will show you how to create a simple NPC game character using a stateful contract and atomic transfers. We'll also test it using the `goal` command line tool.
-
Intermediate · 30 minutes
Algo Builder Tutorial Part 3: Stateful Smart Contracts
This is the third tutorial from the Algo Builder series. In this tutorial we present how `algob` helps the developers to wield the power of Stateful Smart Contracts with TEAL.
-
Intermediate · 1 hour
Algorand-Telegram Interactions: Part 1 - The Basics
Create a Telegram Bot which connects your username to your Algorand account, then invoke some transactions.
-
Intermediate · 1 hour
Run Algorand Indexer on Azure with Azure CLI
This tutorial is a step by step guide on how to deploy and run an Algorand Indexer on Microsoft Azure using Azure CLI
-
Beginner · 15 minutes or less
Using VS Code with Java
This tutorial will facilitate how to debug using Visual Studio (VS) Code using Java
-
Intermediate · 1 hour +
Using loop invariants for verification in Reach
Loops can be quite useful for writing Reach programs but verifying the outcome of loops can be challenging. In this tutorial, we will go through a tour of one of the most important features of Reach - automatic verification of loops using invariants.
-
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.