token
Showing 126 posts related with token.
- 
  
  
      Intermediate · 1 hourAlgorand-Telegram Interactions: Part 1 - The Basics
Create a Telegram Bot which connects your username to your Algorand account, then invoke some transactions.
 - 
  
  
      Beginner · 15 minutes or lessAccess BetaNet Network using Purestake
Access BetaNet Network using PureStake
 - 
  
  
      Intermediate · 1 hourBuilding a lending pool using Reach
A lending pool is a contract which can be use to lend and borrow funds, tokenize debt and track interest earned or due. We will use Reach to build such a lending pool and see how the high level features make it easy to write such complex apps.
 - 
  
  
      Beginner · 15 minutes or lessExploring the Algorand Sandbox
Explore how the Algorand sandbox works, it's configuration files, interesting artifacts, and how to spin up your custom Algorand network from a genesis file.
 - 
  
  
      Beginner · 1 hourWorking with ASA using Java
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Java.
 - 
  
  
      Beginner · 30 minutesSiam - Managing Global Application State
With Siam, you can operate a small key-value store on the Algorand blockchain with minimal configuration. You can start publishing real-world data to the blockchain and write your own oracle.
 - 
  
  
      Intermediate · 30 minutesAlgorand serverless application on AWS Lambda
Learn how to develop and deploy Algorand serverless applications on AWS Lambda
 - 
  
  
      Beginner · 1 hour +Deploying Sandbox to a Linux VM in Azure
This tutorial demonstrates how to deploy a Sandbox development environment to a linux virtual machine in Azure. It tackles in great detail how to navigate Azure, but also provides an easy-to-use template for those with Azure experience.
 - 
  
  
      Beginner · 15 minutes or lessRestful Algorand API with Spring Boot
By leveraging a simple Algorand Spring Boot starter, and implementing the Spring Web library, we can easily standup a Restful API to allow users to interact with the Algorand ecosystem.
 - 
  
  
      Beginner · 30 minutesSend an Algorand Transaction Using Rust!
In this tutorial we will take the first steps with the community supported Rust Algorand's SDK. We will start by installing Rust and the Algorand Sandbox and end by sending a transaction in a Rust program.
 - 
  
  
      Beginner · 30 minutesUsing Azure Key Vault for Wallet Transactions using JavaScript
The aim of this tutorial to teach how to use Azure KeyVault to store secret and retrieve the secret to sign transactions and recover account.
 - 
  
  
      Beginner · 15 minutes or lessCreate an Account on TestNet using Java
Create an Account on TestNet with Java
 - 
  
  
      Beginner · 30 minutesRead and Write to the Transaction Note Field with Python
Example Python to read and write into the note field.
 - 
  
  
      Beginner · 15 minutes or lessLocating a Transaction using the Archiver/Indexer with JavaScript
Locating a Transaction using the Archiver/Indexer with JavaScript
 - 
  
  
      Intermediate · 1 hourCreating a License Manager Contract utilizing PyTEAL and Inner Transactions
This tutorial will introduce the reader to using Inner Transactions in PyTEAL using an example scenario: A License Manager Contract
 - 
  
  
      Beginner · 15 minutes or lessCreate an Account on TestNet using JavaScript
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the JavaScript SDK.
 - 
  
  
      Intermediate · 30 minutesCreate your Own Coin on TestNet (LaylaCoin Series)
Learn how to create, opt-in, transfer, and read balances of an asset on TestNet.
 - 
  
  
      Beginner · 1 hour +Song Vote on Algorand - Create and deploy a fully functioning Dapp
Create and deploy dApp to vote on songs (or other things) on the Algorand test network. By the end you will have a good understanding of the full development pipeline on Algorand!