exchange
Showing 148 posts related with exchange.
-
LimitOrder Contract with Python
A walkthrough example of how to use a limit order contract with Python.
-
Using loop invariants for verification in Reach
Loops can be quite useful for writing Reach programs but verifying the outcome of loops can be challenging. In this tutorial, we will go through a tour of one of the most important features of Reach - automatic verification of loops using invariants.
-
Algorand Studio | Tutorial 3: Smart Contract Limit Order
Introduce the Algorand Standard Asset (ASA) model and work through the LimitOrder smart contract to learn issuing your own ASA & using the smart contract to exchange ALGO for an ASA.
-
Algorand Atomic Transfers
A conceptual overview of Algorand Atomic Transfers for developers.
-
TEAL ALGO Oracle in Algorand Layer-1
In a blockchain, the ability to reference a price on-chain enables a seamless and trustless transaction environment, especially for automated transactions and smart contracts. Oracles are the entities in charge of broadcasting off-chain data such as market price to the blockchain, and serve as a source of truth that allows on-chain dApps to measure the value of assets referenced within a transaction. Rand Labs and Borderless Capital releases a Algorand Oracle that can be referenced in atomic transfers using TEAL stateful and stateless smart contracts.
-
Linking Algorand Stateful and Stateless Smart Contracts
This article discussing linking stateful and stateless smart contracts and why it makes sense in many applications.
-
Using Assets and Smart Contracts in Real Estate
Blockchain enables disruptive innovation within the real estate industry. This tutorial series explains the basics and creates an NFT to represent a property.
-
Introducing MyAlgo Connect for DApp Developers
MyAlgo Connect enables WebApp developers to securely connect users to their Algorand DApp. This extension-free web component runs on all browsers to review and sign transactions.
-
What’s new in AlgoSigner v1.4
The latest AlgoSigner release adds new features WebApp developers and end user will appreciate.
-
Building NFTs on Algorand
This article summarizes some of the options available to developers when building NFTs on the Algorand Blockchain.
-
Algo Builder v1.0 Released
We are pleased to release 1.0 of our Algo Builder software! Learn more about our new features, smart contract examples and dApp templates.
-
Make a “.algo” name for yourself with NFDomains
NFD provides short, readable aliases for wallet addresses using NFT ASAs for .algo names.
-
Meet the Winners: Schelling Point Virtual Hackathon 2022
Meet the winners of the Gitcoin hackathon focused on DeFi apps, developer tooling, and DAO projects.
-
Introducing AVM 9: Group Resource Sharing
AVM 9 introduces a new mechanic for foreign reference arrays. They are now shared across the transaction group.
-
Create your own NFT, in Layman's Terms
In this blog post I will provide step by step instruction on creating an NFT with no knowledge of the process, from scratch.
-
Algorand's Latest Upgrade: Dynamic Round Times & AVM v10
Learn what's new with release 3.21 & AVM v10
-
Working with ASA using Go
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Go
-
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#.