addresses
Showing 195 posts related with addresses.
-
Beginner · 30 minutesGetting 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
-
Beginner · 15 minutes or lessCreate an Account on TestNet using Go
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Go SDK
-
Beginner · 15 minutes or lessCreating a Go Transaction with the PureStake API
Learn to create a transaction and send it programmatically.
-
Beginner · 15 minutes or lessCreating a Python Transaction with the PureStake API
Learn to create a transaction and send it programmatically
-
Beginner · 1 hourWorking 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).
-
Intermediate · 30 minutesHash Time Lock Contract Template With Java
Build a Smart Contract that functions as a HTLC using Java
-
Beginner · 30 minutesAlgorand 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 · 1 hourWriting a Simple Smart Contract
Example showing how to build a simple smart contract.
-
Beginner · 15 minutes or lessLocating a Transaction using the Archiver/Indexer with Java
Locating a Transaction using the Archiver/Indexer with Java
-
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.
-
Beginner · 15 minutes or lessLocating a Transaction using the Archiver/Indexer with Go
Locating a Transaction using the Archiver/Indexer with Go
-
Beginner · 1 hourSimple NPC game interactions using a stateful contract and atomic transfers
This tutorial will show you how to create a simple NPC game character using a stateful contract and atomic transfers. We'll also test it using the `goal` command line tool.
-
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.
-
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 · 30 minutesHash Time Lock Contract Template With Python
Build a Smart Contract that functions as a HTLC using Python
-
Intermediate · 1 hourBuilding 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 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.