exchange
Showing 148 posts related with exchange.
-
Example Crowdfunding Stateful Smart Contract Application
This solution explains one way to build a crowdfunding application on the Algorand Blockchain.
-
Example Permissioned Voting Stateful Smart Contract Application
This solution explains one way to build a permissioned voting application on the Algorand Blockchain.
-
Algo Tides - Manage Your Own Wallets with a Graphical Interface
This solution introduces you to "Algo Tides" and describes common techniques in building a graphical interface on Algorand using Python.
-
Ecommerce Payments Using PHP/Javascript
Allow users to pay for online goods using Algorand assets at the checkout terminal.
-
Assets and Custom Transfer Logic
This solution illustrates enforcing a call to a smart contract while transferring an Asset (ASA).
-
Building Mobile Apps Using React-Native-Algo Library
The react-native-algo library provides mobile developers easy access to the java-algorand-sdk while building an android app in react-native.
-
FDA Recalls Application
This application stores FDA recall data on Algorand’s blockchain and then uses Algorand's indexer to locate the FDA recall data.
-
AlgorandTipBot on Telegram - Send ALGO to any @username
The AlgorandTipBot enables Telegram users to send tips (small amounts of ALGO) to other users of the messaging app.
-
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).
-
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.
-
Building iOS Apps Using Swift Algorand SDK
Demonstrates developing an iOS app using the Swift Algorand SDK
-
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.
-
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.
-
Track your ALGO balance on Facebook using Manychat
Demonstrates how to create a Facebook Messenger chatbot and use it to track your ALGO balance.
-
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