algorand
Showing 327 posts related with algorand.
- 
  
  
      Beginner · 30 minutesCreating an Algorand Node on Microsoft Azure
In this tutorial we will create an Algorand node on Microsoft Azure.
 - 
  
  
      Intermediate · 30 minutesAlgorand Studio | Tutorial 3: Smart Contract Limit Order
Introduce the Algorand Standard Asset (ASA) model and work through the LimitOrder smart contract to learn issuing your own ASA & using the smart contract to exchange ALGO for an ASA.
 - 
  
  
      Intermediate · 30 minutesAlgorand 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.
 - 
  
  
      Beginner · 15 minutes or lessTest your Algorand ORE ID Integration
Testing your ORE ID app setup can be done easily on the developer dashboard. This includes testing your app’s account creation using any of the Oauth platforms, and signing transactions and can be done on both test and production apps.
 - 
  
  
      Intermediate · 1 hourAlgorand-Telegram Interactions: Part 1 - The Basics
Create a Telegram Bot which connects your username to your Algorand account, then invoke some transactions.
 - 
  
  
      Beginner · 15 minutes or lessExploring 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 minutesAlgorand serverless application on AWS Lambda
Learn how to develop and deploy Algorand serverless applications on AWS Lambda
 - 
  
  
      Beginner · 15 minutes or lessRestful Algorand API with Spring Boot
By leveraging a simple Algorand Spring Boot starter, and implementing the Spring Web library, we can easily standup a Restful API to allow users to interact with the Algorand ecosystem.
 - 
  
  
      Intermediate · 30 minutesInstalling 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.
 - 
  
  
      Beginner · 30 minutesSend an Algorand Transaction Using Rust!
In this tutorial we will take the first steps with the community supported Rust Algorand's SDK. We will start by installing Rust and the Algorand Sandbox and end by sending a transaction in a Rust program.
 - 
  
  
      Intermediate · 30 minutesRun Algorand Indexer using Azure Portal
This tutorial is a step by step guide on how to deploy and run an Algorand Indexer on Microsoft Azure using Azure Portal
 - 
  
  
      Intermediate · 1 hourRoyalty 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 · 30 minutesA 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 · 1 hour +Algorand Blockchain Development using Reach - Part 7: React.js Front End and AlgoSigner Integration
In this final entry in the series dApp development with Reach. We add a UI to our Rock Paper Scissors game. We will also interact with AlgoSigner as our Web Wallet. We assume the reader has followed the full tutorial series and Reach reference docs.
 - 
  
  
      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!
 - 
  
  
      Intermediate · 1 hourDecentralised co-operative unions with Algorand Multisignature Account
Blockchain credit union membership contributions and payments on Algorand.
 - 
  
  
      Beginner · 30 minutesEVM-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 · 30 minutesAlgorand Blockchain Development using Reach Part 3 Bets - Wagers
In this tutorial, we add in both wagering and payouts to the winner of our Rock Paper Scissors Algorand blockchain game. By the end of this tutorial, you will have a full featured game allowing wager, provably fair outcomes and payouts to the winner.