note
Showing 302 posts related with note.
-
Beginner · 1 hour
Working with ASA using Go
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Go
-
Beginner · 15 minutes or less
Creating a JavaScript Transaction with the PureStake API
Learn to create a transaction and send it programmatically
-
Intermediate · 30 minutes
LimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
Intermediate · 30 minutes
LimitOrder Contract with Python
A walkthrough example of how to use a limit order contract with Python.
-
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.
-
Intermediate · 15 minutes or less
Split Contract Template with Java
An example walkthrough of the Split Contract Template in Java
-
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 · 30 minutes
Algorand 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.
-
Beginner · 1 hour
Stateless session management with the Pera wallet
Leveraging Wallet Connect, NextJs and Redux to securely login users.
-
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
-
Intermediate · 30 minutes
Build a SolidJS Web App with Wallet Integration
Create a web app with SolidJS and the solid-algo-wallets library to enable users to sign Algorand transactions with their wallet
-
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
Creating a Java Transaction with the PureStake API
Learn to create a transaction and send it programmatically.
-
Intermediate · 15 minutes or less
Split Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript
-
Beginner · 15 minutes or less
Create an Account on TestNet using Go
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Go SDK
-
Beginner · 1 hour
Working with ASA Using JavaScript
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset [(ASA)](https://developer.algorand.org/docs/features/asa/) using [JavaScript SDK](https://github.com/algorand/js-algorand-sdk).
-
Beginner · 30 minutes
Algorand BSN Portal - Getting Started
“Participating in the BSN International provides a cost effective and stable infrastructure for developers and enterprises to build on Algorand." - Fangfang Chen, Chief Operating Officer at Algorand Foundation
-
Beginner · 30 minutes
Getting Started with Developing Android Apps on the Algorand Platform Using java-algorand-sdk
This tutorial explains how to get started developing android apps that use the java-algorand-sdk