addresses
Showing 195 posts related with addresses.
-
Beginner · 30 minutes
Read and Write to the Transaction Note Field with Go
Example using Go to read and write into the note field.
-
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 · 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 · 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
Algorand-Telegram Interactions: Part 1 - The Basics
Create a Telegram Bot which connects your username to your Algorand account, then invoke some transactions.
-
Intermediate · 30 minutes
Algorand Studio | Tutorial 2: Smart Contract Dynamic Fee
Use Algorand Studio for ASC development including creating a project, coding, compiling, and constructing transactions to execute the smart contract.
-
Beginner · 1 hour
Writing a Simple Smart Contract
Example showing how to build a simple smart contract.
-
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 · 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 · 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