rewards
Showing 73 posts related with rewards.
-
Minting NFTs on Algorand using IPFS
A DIY code solution and guide on how to work with NFTs (Subset of Algorand ASAs), using decentralized digital assets hosted and pinned on IPFS, in compliance with Algorand ARC3 convention.
-
Artificial Intelligence on Algorand
In this solution we discuss Algorand as a shared database, utility of an indexer and how Machine Learning benefits the ecosystem.
-
AlgoIoT
Smart sensor demo unit with Algorand data notarization: leveraging AlgoIoT library by GT50
-
AlgoMinter - a Web App for Minting Assets Using Python, AlgoSigner, and Anvil Platform
In this tutorial, we will demonstrate how to easily build simple web apps with minimum infrastructure configuration efforts using Python and Anvil platform, as well as, how to integrate them with AlgoSigner.
-
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
-
Creating Transactions from Spreadsheets
This tutorial looks at how to create different Algorand transactions from an imported excel sheet.
-
Create your Own Coin on TestNet (LaylaCoin Series)
Learn how to create, opt-in, transfer, and read balances of an asset on TestNet.
-
Using the TEAL Debugger to Debug a Smart Contract
This tutorial will provide a step-by-step guide on how to use the TEAL debugger to debug a buggy Algorand smart contract.
-
Verify 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.
-
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.
-
Algorand-Telegram Interactions: Part 1 - The Basics
Create a Telegram Bot which connects your username to your Algorand account, then invoke some transactions.
-
Understanding the TEAL Opcode Budget
This guide gives a high-level overview of TEAL's opcode budget system, as well as a method to (finitely) increase it.
-
Create and Manage a Non-Fungible ASA from the Command Line Using goal
This tutorial guides you step-by-step through the creation and configuration of a non-fungible Algorand Standard Asset (ASA) from the command line using goal.
-
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.
-
Integrating ALGO and ASA transfers within your application
Learn how to integrate your application with Algo or ASA by walking through code examples.
-
Introducing Sandbox: The quick way to get started on Algorand
Sandbox makes the process of node creation and configuration seamless with several helpful commands for containerization and process management. It is simply a quick and easy way to create and configure an Algorand node using Docker.
-
Using a Smart Contract for Advanced Approvals: Hierarchical Thresholds
Design and implement an escrow contract account using hierarchical threshold approvals to secure the corporate treasury.
-
Creating Stateful Algorand Smart Contracts in Python with PyTeal
Explore the new version of PyTeal and learn how to write a stateful smart contract in Python.