iOS
Showing 335 posts related with iOS.
-
Artificial Intelligence on Algorand
In this solution we discuss Algorand as a shared database, utility of an indexer and how Machine Learning benefits the ecosystem.
-
Oracle for Algorand Using Smart Contracts
This solution shows how to combine Pyteal smart contract and a Java application to implement an Oracle, to provide real world data to Algorand smart contracts.
-
Committing to large datasets using Merkle trees in PyTeal
This solution is here to provide a way to allow smart contracts to store a small value that represents (or commits to) a potentially very large amount of data.
-
NFT Drop Created with Reach
An overview of the development of the Reach NFT Drop Dapp
-
How does an Extendable DAO work?
An Extendable DAO allows for an eager community to build upon the DAO, adding new functionality and activating it by voting.
-
An Algorand Blackjack implementation with Beaker
Blackjack is the most played casino bank card game in the world. We show an implementation of a smart contract that runs single-player blackjack games against the bank in Beaker.
-
SHMUP Unity Game with Algorand SDK
Unity solution and tutorial that uses the Algorand SDK to reward players with ASA Game Tokens
-
Flash Loans on Algorand VM vs Ethereum VM
Have you ever wondered how Algorand feature set comes together to offer easy and convenient financial trades? Find out how it made flash loans easier!
-
Code Upgradeability Made Easy with the Algorand VM
Algorand native code upgradeability makes life much more convenient. What would have to happen if that feature didn't exist? Take a deep look!
-
Unpredictable Randomness Thanks to Verifiable Random Functions
Ever wondered how VRFs are used in Algorand? Find out in this article!
-
AlgoIoT
Smart sensor demo unit with Algorand data notarization: leveraging AlgoIoT library by GT50
-
Locating a Transaction using the Archiver/Indexer with JavaScript
Locating a Transaction using the Archiver/Indexer with JavaScript
-
Setting the Transaction Fee in JavaScript
Setting Transaction Fee with Javascipt
-
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.
-
Deploying Sandbox to a Linux VM in Azure
This tutorial demonstrates how to deploy a Sandbox development environment to a linux virtual machine in Azure. It tackles in great detail how to navigate Azure, but also provides an easy-to-use template for those with Azure experience.
-
Algorand Blockchain Development using Reach Part 2 RPS
Blockchain development doesn't have to be difficult. Using Reach lang proves that. Please visit docs.reach.sh for more information.
-
Using TEAL debugger with algo-buiilder
In this tutorial we present how to use TEAL debugger with `algob` (debugging smart contracts with dry run OR launch a live debugging session)
-
Create an Account on TestNet using Go
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Go SDK