PureStake
Showing 60 posts related with PureStake.
- 
  
  
      
        
      
    Integrate AlgoSigner to JavaScript Application on Algorand
This solution contains several examples of different ways to use the Algorand JavaScript SDK, including sending transactions, creating atomic transfers, and interacting with Smart Contracts.
 - 
  
  
      
        
      
    ASA Bidding Application Using PyTeal
Solution that explains a system developed on the Algorand network that does automated bidding for an asset of interest for a predefined period of time. The app is developed using PyTeal and py-algorand-sdk
 - 
  
  
      
        
      
    Creating a demo wallet using Flask
Flask is a Python framework for quickly creating webapps. In this solution we'll be using Flask and the Algorand SDK to show how to make a demo wallet web application.
 - 
  
  
      
        
      
    Wagering DApp with a serverless Vue + AlgoSigner Frontend
Bet on your favourite team by wagering Algo! Easily interact with smart contracts powered by the Algorand blockchain thanks to a frontend web app using Vue and AlgoSigner.
 - 
  
  
      
        
      
    Framework Integration: Exploring Express.js With the Algorand SDK
This guide shows developers how they can use Algorand with Express.js through the js-algorand-sdk. In short, you'll learn how to query transactions, assets, and accounts, and how to apply optional filters to endpoints to enrich the data.
 - 
  
  
      
    What's the best way to learn about Algorand?
This blog describes my journey to learning Algorand development and provides you with tips on how to get started building on Algorand.
 - 
  
  
      
        
      
    Quick and dirty Algorand Unity SDK based on .NET Algorand SDK
In this solution we will see how to use a fast Unity Algorand SDK based on the well-known Algorand .NET SDK to build some general purpose examples
 - 
  
  
      
        
      
    Artificial Intelligence on Algorand
In this solution we discuss Algorand as a shared database, utility of an indexer and how Machine Learning benefits the ecosystem.
 - 
  
  
      
        
      
    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.
 - 
  
  
      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 · 30 minutesIndexer For Blockchain Analysis
This tutorial goes over a few examples of using the 'indexer' to calculate Algorand blockchain metrics.
 - 
  
  
      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.
 - 
  
  
      Beginner · 30 minutesAlgoMinter - a Web App for Minting Assets Using Python, AlgoSigner, and Anvil Platform
In this tutorial, we will demonstrate how to easily build simple web apps with minimum infrastructure configuration efforts using Python and Anvil platform, as well as, how to integrate them with AlgoSigner.
 - 
  
  
      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 lessHow to Run the ORE ID Sample App
Take ORE ID for a test drive. ORE ID makes it easy for users to send transactions to the blockchain from within your app. This tutorial will teach you how to pull down and run the ORE ID sample app running on the Algorand blockchain on your local machine.
 - 
  
  
      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 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.
 - 
  
  
      Intermediate · 30 minutesRun Algorand Indexer using Azure Portal
This tutorial is a step by step guide on how to deploy and run an Algorand Indexer on Microsoft Azure using Azure Portal