contract
Showing 215 posts related with contract.
-
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.
-
Intermediate · 1 hour
Royalty Fees in Algorand Using PyTeal
This is a short tutorial that explains how to implement Royalty Fees using Inner Transactions and Teal v5 capabilities in Algorand.
-
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`.
-
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 · 15 minutes or less
Algo 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 minutes
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.
-
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 +
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.
-
Beginner · 1 hour +
Song Vote on Algorand - Create and deploy a fully functioning Dapp
Create and deploy dApp to vote on songs (or other things) on the Algorand test network. By the end you will have a good understanding of the full development pipeline on Algorand!
-
Beginner · 30 minutes
Siam - Managing Global Application State
With Siam, you can operate a small key-value store on the Algorand blockchain with minimal configuration. You can start publishing real-world data to the blockchain and write your own oracle.
-
Beginner · 30 minutes
EVM-Based dApp on Algorand With Milkomeda A1
How to deploy an EVM-based Smart Contract on Algorand-Milkomeda A1, and interact with it using Brownie
-
Intermediate · 1 hour
Building a lending pool using Reach
A lending pool is a contract which can be use to lend and borrow funds, tokenize debt and track interest earned or due. We will use Reach to build such a lending pool and see how the high level features make it easy to write such complex apps.
-
Beginner · 15 minutes or less
Exploring the Algorand Sandbox
Explore how the Algorand sandbox works, it's configuration files, interesting artifacts, and how to spin up your custom Algorand network from a genesis file.
-
Intermediate · 30 minutes
Algorand Blockchain Development using Reach Part 5 Non Participation
Non-participation occurs both in the centralized and decentralized development worlds. In the case of commerce-driven development knowing how to handle this is paramount as a blockchain developer.
-
Intermediate · 30 minutes
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.
-
Intermediate · 30 minutes
Installing Algorand Studio on Windows 10 using WSL 2
This tutorial will guide the user to install Algorand Studio IDE on Windows 10 using WSL 2.
-
Intermediate · 1 hour
Sending Rewards to ICO Investors Using Batch Transactions in Python
In the early stages of their project, ASA creators are supported by the contributions of early investors. In this tutorial, we will look at how you can obtain all the transactions that have been made to your wallet and reward donors with your token.