SDK
Showing 208 posts related with SDK.
- 
  
  
      
        
      
    Oracle for Algorand Using Smart Contracts
This solution shows how to combine Pyteal smart contract and a Java application to implement an Oracle, to provide real world data to Algorand smart contracts.
 - 
  
  
      
        
      
    Flash Loans on Algorand VM vs Ethereum VM
Have you ever wondered how Algorand feature set comes together to offer easy and convenient financial trades? Find out how it made flash loans easier!
 - 
  
  
      
        
      
    AlgoIoT
Smart sensor demo unit with Algorand data notarization: leveraging AlgoIoT library by GT50
 - 
  
  
      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.
 - 
  
  
      Beginner · 15 minutes or lessSetting the Transaction Fee in Java
Setting Transaction Fee with Java
 - 
  
  
      Intermediate · 15 minutes or lessAlgorand Blockchain Development using Reach Part 2 RPS
Blockchain development doesn't have to be difficult. Using Reach lang proves that. Please visit docs.reach.sh for more information.
 - 
  
  
      Beginner · 15 minutes or lessSetting the Transaction Fee in JavaScript
Setting Transaction Fee with Javascipt
 - 
  
  
      Intermediate · 30 minutesIndexer For Blockchain Analysis
This tutorial goes over a few examples of using the 'indexer' to calculate Algorand blockchain metrics.
 - 
  
  
      Intermediate · 30 minutesUnderstanding the TEAL Opcode Budget
This guide gives a high-level overview of TEAL's opcode budget system, as well as a method to (finitely) increase it.
 - 
  
  
      Beginner · 15 minutes or lessSetting the Transaction Fee with Python
Setting Transaction Fee with Python
 - 
  
  
      Beginner · 30 minutesUsing VS Code with C#
This tutorial will facilitate how to debug C# using Visual Studio (VS) Code
 - 
  
  
      Intermediate · 30 minutesHash Time Lock Contract Template With Go
Build a Smart Contract that functions as a HTLC using Go
 - 
  
  
      Beginner · 15 minutes or lessUsing PureStake API with Algo Builder
In this tutorial we present how to use PureStake API (algodv2 and indexer) within `algob` projects.
 - 
  
  
      Beginner · 15 minutes or lessCreate an Account on TestNet and Send Your First Transaction using C#
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Community Algorand .NET SDK and funding it using the Algorand Testnet Faucet. The tutorial also covers send a payment transaction between two accounts.
 - 
  
  
      Intermediate · 30 minutesBuild 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.
 - 
  
  
      Intermediate · 30 minutesHash Time Lock Contract Template With JavaScript
Build a Smart Contract that functions as a HTLC using JavaScript
 - 
  
  
      Beginner · 1 hourCreating an NFTMarketplace
Creating an NFTMarketplace application where users can mint, buy and sell NFTs.
 - 
  
  
      Intermediate · 15 minutes or lessSplit Contract Template with Go
An example walkthrough of the Split Contract Template in Go