token
Showing 126 posts related with token.
- 
  
  
      
        
      
    SHMUP Unity Game with Algorand SDK
Unity solution and tutorial that uses the Algorand SDK to reward players with ASA Game Tokens
 - 
  
  
      
        
      
    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!
 - 
  
  
      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
 - 
  
  
      Beginner · 15 minutes or lessSetting the Transaction Fee in JavaScript
Setting Transaction Fee with Javascipt
 - 
  
  
      Intermediate · 30 minutesAtomic Transactions Web and Console Applications
This is a DApp walkthrough to generate account addresses and mnemonic keys, fund the account, check the account details, and also perform transactions. This was built using the C#/.NET framework to communicate with the Algorand Blockchain.
 - 
  
  
      Intermediate · 1 hourHybrid Online / Offline Shared Management of Community ASA through Multisig Account
In this tutorial you will learn how to share the management of a “Community Membership ASA” among the Community Board members with a Multisignature Account using a hybrid Online / Offline approach
 - 
  
  
      Intermediate · 30 minutesIndexer For Blockchain Analysis
This tutorial goes over a few examples of using the 'indexer' to calculate Algorand blockchain metrics.
 - 
  
  
      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
 - 
  
  
      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.
 - 
  
  
      Beginner · 1 hourCreating an NFTMarketplace
Creating an NFTMarketplace application where users can mint, buy and sell NFTs.
 - 
  
  
      Beginner · 30 minutesGenerating And Securing A Vanity Address Using Rekeying
This tutorial will show you how to use the Python package py-algorand-sdk to generate a new custom vanity Algorand address and how to subsequently secure it by rekeying it to an existing or new Algorand private key.
 - 
  
  
      Beginner · 15 minutes or lessCreating a JavaScript Transaction with the PureStake API
Learn to create a transaction and send it programmatically
 - 
  
  
      Beginner · 30 minutesRead and Write to the Transaction Note Field with Java
Example Java to read and write into the note field.
 - 
  
  
      Beginner · 30 minutesAlgorand Studio | Tutorial 1: Basic Features
Set up your local machine for Algorand development using Algorand Studio, includes a walk through its basic features.
 - 
  
  
      Beginner · 30 minutesCreate A Private Network
This tutorial walks through creating and running a private network that can be used to test your application.