read
Showing 264 posts related with read.
-
ASA Recurring Withdrawal DApp
Build an ASA's recurring withdrawal dApp combining Algorand Standard Assets, Algorand Smart Contracts and Atomic Transfers.
-
Using the Circle API to transfer funds between the Algorand blockchain and traditional bank accounts
This article describes the new TestNet dispenser’s design and implementation, enabling both USDC and Algos for testing.
-
PLC interacting with Algorand Blockchain
Industrial computers (PLCs) are widespread today. Connecting them to Algorand opens key areas of Industry 4.0
-
Block'n'Poll - Blockchain polling web application
Block'n'Poll is a blockchain polling web application that allows users to easily create permissionless polls and vote on Algorand blockchain.
-
Creating Algorand Wallet Application with PHP Algorand SDK
This solutions describes how to use and create a Wallet Application (WebApp GUI) with the new PHP Algorand SDK (native).
-
AlgoRealm, a NFT Royalty Game
AlgoRealm is a simple NFT game that provides an example of how to build NFTs with embedded royalty policies on Algorand.
-
Create a Cross-Platform Wallet with Flutter and Dart SDK
Use Flutter 2 to create production-ready cross-platform Algorand applications and export them to mobile, web and desktop.
-
Fractional Auction Listing for Real Estate Investing
Deploy a Fractional Auction Listing Application using smart contracts and atomic transfers to allow investors to purchase fractional ownership of real estate.
-
Simple example using Algorand with Unity 3D Engine
Initial example to integrate Algorand into a Unity 3D graphics engine project. A small step in the creation of Virtual Worlds and their BlockChain economy.
-
Using the PHP Algorand SDK with Various Frameworks
This solution describes how to use the new PHP Algorand SDK with the most used PHP Frameworks. (Codeigniter, Laravel, Lumen, Symfony and Yii)
-
Algorand QR Code Generator
A comprehensive Algorand QR Code generator (exportable to SVG, PNG and Base64). Works in Terminal, NodeJS and modern browsers. Complies to Algorand URI ABNF Grammar and RFC 3986.
-
Style Transfer Service
This solution shows how would be possible to use Algorand as the payment gateway for an Artificial Intelligence Marketplace, implementing an online Style Transfer as the first service.
-
Case Study: OneStep Disaster Relief Platform Built on Algorand
This article describes the development of a comprehensive disaster relief platform powered by the Algorand blockchain.
-
Use Quick-Algo to Start Running an Algorand Node in Under 1 Minute
Learn the basics to running an Algorand node and use the `quick-algo` shell script to get you up and running with a fully customizable Algorand node in under 1 minute.
-
Using Stateful Smart Contract To Create Algorand Standard Asset
Using PyTeal and goal, we use a stateful smart contract linked with an escrow account to create an Algorand Standard Asset.
-
Integrate AlgoSigner to JavaScript Application on Algorand
This solution contains several examples of different ways to use the Algorand JavaScript SDK, including sending transactions, creating atomic transfers, and interacting with Smart Contracts.
-
ASA Bidding Application Using PyTeal
Solution that explains a system developed on the Algorand network that does automated bidding for an asset of interest for a predefined period of time. The app is developed using PyTeal and py-algorand-sdk
-
Getting started with Python Algorand SDK and Django
Step by step guide to the algodjango project presenting some Algorand's blockchain processes with the help of py-algorand-sdk package.