smart contracts
Showing 177 posts related with smart contracts.
-
Django Staking Service Demo
This article introduces you to an example staking platform that’s available on github, to demonstrate how such a service can be created on Algorand.
-
Creating a Point-of-Sale Application with the Algorand Blockchain
We show how to use Algorand’s blockchain to create an alternative payment solution for processing retail transactions. The solution demonstrates a point-of-sale application and a signing wallet.
-
Arduino on Algorand Blockchain
Sample code to connect any Arduino to the Algorand Blockchain.
-
Build Algorand iOS, Android and UWP apps using C# .NET SDK and Xamarin
This solution shows how to build an Algorand application for iOS, Android and Universal Windows Platform (UWP), with one code base, using Xamarin Forms and C#.
-
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.
-
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
-
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.
-
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
-
Build an employee loan arrangement dApp
Build an Employee Loan dApp using Algorand Layer-1 functionalities to manage the loan arrangements between employers, employees and financial authorities.
-
Flipping a Coin Using Hashing
Two Algorand accounts can bet on the result of a coin flip. Alice flips the coin and records the hashed result, Bob guesses and then Alice reveals the result. Example of commitment scheme.
-
Securities and Permissioned Tokens
This article presents a design of permissioned / securities tokens on Algorand. We will implement company shares using ASA and smart contracts with Algo Builder.
-
Wagering DApp with a serverless Vue + AlgoSigner Frontend
Bet on your favourite team by wagering Algo! Easily interact with smart contracts powered by the Algorand blockchain thanks to a frontend web app using Vue and AlgoSigner.
-
Tic-Tac-Toe dApp
Design and deploy the Tic-Tac-Toe game on the Algorand blockchain. The game logic is implemented as a Stateful Smart Contract using PyTeal while the communication with the network is done using the py-algorand-sdk.
-
Understanding the TEAL Stack by Example
Learn how the TEAL language works: Understand the TEAL stack, scratch space, and global storage by example.
-
What's the best way to learn about Algorand?
This blog describes my journey to learning Algorand development and provides you with tips on how to get started building on Algorand.
-
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.