assets
Showing 163 posts related with assets.
- 
  
  
      
        
      
    ASA Recurring Withdrawal DApp
Build an ASA's recurring withdrawal dApp combining Algorand Standard Assets, Algorand Smart Contracts and Atomic Transfers.
 - 
  
  
      
        
      
    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.
 - 
  
  
      Beginner · 1 hourWorking with ASA using Python
This tutorial demonstrates the steps involved in working with an Algorand Standard Asset (ASA) using the Python SDK.
 - 
  
  
      Intermediate · 30 minutesAlgorand Builder Tutorial: Part 1 - Creating Local Network and Deploying ASA
[Algorand Builder](https://github.com/scale-it/algo-builder) is a development environment, testing framework and asset pipeline for Algorand. Our goal is to make shipping Algorand applications simple, efficient, and scalable.
 - 
  
  
      Intermediate · 1 hourCreating Transactions from Spreadsheets
This tutorial looks at how to create different Algorand transactions from an imported excel sheet.
 - 
  
  
      Intermediate · 30 minutesAlgorand 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.
 - 
  
  
      Beginner · 30 minutesCreate and Manage a Non-Fungible ASA from the Command Line Using goal
This tutorial guides you step-by-step through the creation and configuration of a non-fungible Algorand Standard Asset (ASA) from the command line using goal.
 - 
  
  
      Beginner · 15 minutes or lessCreate an Account on TestNet with Python
Generate a new account, fund it, and check your balance on TestNet using the Python SDK.
 - 
  
  
      Beginner · 15 minutes or lessAccess BetaNet Network using Sandbox
This tutorial describes how to access the BetaNet network using Sandbox.
 - 
  
  
    Building on Algorand: Developer Week 2020 Hackathon, Recap and Code
Over 600 attendees participated recently at the Algorand Sponsored Developer Week 2020 in San Francisco...
 - 
  
  
    Algorand Atomic Transfers
A conceptual overview of Algorand Atomic Transfers for developers.
 - 
  
  
    Welcome to the Algorand Developer Portal
The new Algorand Developer Portal provides resources for developers to turn their ideas into full-scale applications. Browse and search across new content, like Tutorials and Solutions. Access technical documentation. Stay up-to-date on the latest features.
 - 
  
  
    Getting Started on Algorand
In this article, we are going to cover some of the basics of where to start, what tutorials are available, options for setting up your development environment, and how you can be rewarded for developing applications on the Algorand blockchain.
 - 
  
  
    How to Write Smart Contracts
This article summarizes the three primary ways you can build Algorand Smart Contracts.
 - 
  
  
    Introducing Algorand’s V2 Indexer
Introducing the new Algorand Indexer - a fast and efficient way to search for transactions, accounts, assets, and blocks on the Algorand blockchain.
 - 
  
  
    What's New: Algorand v2.0.7
Algorand v2.0.7 was released to MainNet and TestNet, accompanied by a new set of features in the Algorand APIs. Learn more about what's new in this article.
 - 
  
  
    Smart Contract SDK Usage Updated to V2
The feature guide for accessing a TEAL program from an SDK is updated for V2. This guide contains SDK samples using TEAL programs with contract accounts or delegated signatures.
 - 
  
  
    Leased Transactions: Securing Advanced Smart Contract Design
Certain smart contracts can benefit from defining a Lease parameter, which can provide security for exclusive transaction execution, mitigate fee variability, and enable long-running smart contracts. Learn when and how to use Leases in this article.