AlgoExplorer
Showing 36 posts related with AlgoExplorer.
-
Making HTTP request to Algorand using AlgoExplorer API
This tutorial looks at getting transaction data from or posting data to the Algorand blockchain using the Algoexplorer API. This post looks at how to make GET and POST requests to the Algorand network for transaction data as well as posting transactions
-
Scheduling Transactions for Sending in the Future
This tutorial shows how to schedule a payment transaction. Instead of processing the payments now, you can schedule if for a future date/time.
-
Arduino on Algorand Blockchain
Sample code to connect any Arduino to the Algorand Blockchain.
-
Exporting Algorand Transactions for Tax Reporting
Export tool for exporting Algorand on-chain transactions including rewards for crypto-tax sites to consume.
-
Ecommerce Payments Using PHP/Javascript
Allow users to pay for online goods using Algorand assets at the checkout terminal.
-
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.
-
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.
-
ALGO Payment Plugin for Shopware 6 eCommerce
Accept payments to your Shopware 6 webshop from the Algorand network. This Shopware plugin, written in server-side PHP, takes care of accepting Algorand payments using the free AlgoExplorer API.
-
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.
-
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
-
Minting NFTs on Algorand using IPFS
A DIY code solution and guide on how to work with NFTs (Subset of Algorand ASAs), using decentralized digital assets hosted and pinned on IPFS, in compliance with Algorand ARC3 convention.
-
Quick and dirty Algorand Unity SDK based on .NET Algorand SDK
In this solution we will see how to use a fast Unity Algorand SDK based on the well-known Algorand .NET SDK to build some general purpose examples
-
SHMUP Unity Game with Algorand SDK
Unity solution and tutorial that uses the Algorand SDK to reward players with ASA Game Tokens
-
Run Algorand Indexer using Azure Portal
This tutorial is a step by step guide on how to deploy and run an Algorand Indexer on Microsoft Azure using Azure Portal
-
AlgoMinter - a Web App for Minting Assets Using Python, AlgoSigner, and Anvil Platform
In this tutorial, we will demonstrate how to easily build simple web apps with minimum infrastructure configuration efforts using Python and Anvil platform, as well as, how to integrate them with AlgoSigner.
-
Build Algorand Android Smart Contract using Kotlin
This tutorial is targeted at beginners and intermediate Algorand developers who primarily develop Android Applications using Kotlin. The tutorial will also be beneficial to Java Android Developers as both languages have a lot in common.
-
Creating Transactions from Spreadsheets
This tutorial looks at how to create different Algorand transactions from an imported excel sheet.