iOS
Showing 336 posts related with iOS.
-
Beginner · 15 minutes or lessLocating a Transaction using the Archiver/Indexer with Go
Locating a Transaction using the Archiver/Indexer with Go
-
Intermediate · 30 minutesBuild 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 hourDecentralised co-operative unions with Algorand Multisignature Account
Blockchain credit union membership contributions and payments on Algorand.
-
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 · 30 minutesAlgo Builder Tutorial Part 3: Stateful Smart Contracts
This is the third tutorial from the Algo Builder series. In this tutorial we present how `algob` helps the developers to wield the power of Stateful Smart Contracts with TEAL.
-
Beginner · 15 minutes or lessCreating a Java Transaction with the PureStake API
Learn to create a transaction and send it programmatically.
-
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 · 15 minutes or lessUsing VS Code with Python
This tutorial will facilitate how to debug using Visual Studio (VS) Code in Python
-
Beginner · 15 minutes or lessImporting the PureStake API Endpoints into Postman
Easily access the PureStake API endpoints for Algorand from within Postman.
-
Beginner · 15 minutes or lessAccess BetaNet Network using Purestake
Access BetaNet Network using PureStake
-
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`.
-
Beginner · 15 minutes or lessLocating a Transaction using the Archiver/Indexer with Java
Locating a Transaction using the Archiver/Indexer with Java
-
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 · 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.
-
Beginner · 1 hourWorking with ASA using Java
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Java.
-
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.