testing
Showing 254 posts related with testing.
- 
  
  
      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 · 15 minutes or lessAdding Transaction Capabilities to a dApp Using AlgoSigner
AlgoSigner is a blockchain wallet that makes it easy to use Algorand-based applications on the web. In this tutorial, you will learn how to integrate AlgoSigner into your decentralized application.
 - 
  
  
      Intermediate · 30 minutesInstalling Algorand Studio on Windows 10 using WSL 2
This tutorial will guide the user to install Algorand Studio IDE on Windows 10 using WSL 2.
 - 
  
  
      Intermediate · 30 minutesA Crowdfunding DApp on the Algorand Network
A Crowdfunding Application built on the Algorand Network with the .NET Core framework. This will enable people crowdfund for their projects/businesses using the algorand protocol.
 - 
  
  
      Beginner · 30 minutesRead and Write to the Transaction Note Field with Python
Example Python to read and write into the note field.
 - 
  
  
      Intermediate · 30 minutesDeploying a Scheduling Service for Automated Payments
Deploy an automated payment system for scheduled payments using the Hangfire - .Net Library on the Algorand Network to make our background tasks and jobs easier for payments.
 - 
  
  
      Beginner · 15 minutes or lessAlgo Builder: Intro to the Web Package
This tutorial is to demonstrate [`pipeline-ui`](https://github.com/scale-it/algo-builder-templates/tree/master/pipeline-ui) and [`AlgoSigner`](https://www.purestake.com/technology/algosigner/) in webapp using [`@algo-builder/web`](https://github.com/scale
 - 
  
  Beginner · 15 minutes or less
Algosearch Setup
A how to guide on set up AlgoSearch using Docker compose
 - 
  
  
      Intermediate · 30 minutesBuild a SolidJS Web App with Wallet Integration
Create a web app with SolidJS and the solid-algo-wallets library to enable users to sign Algorand transactions with their wallet
 - 
  
  
      Beginner · 30 minutesRead and Write to the Transaction Note Field with Go
Example using Go to read and write into the note field.
 - 
  
  
      Beginner · 30 minutesEVM-Based dApp on Algorand With Milkomeda A1
How to deploy an EVM-based Smart Contract on Algorand-Milkomeda A1, and interact with it using Brownie
 - 
  
  
    Getting Started with Assets
Creating an asset is simply a type of transaction on Algorand. There is no contract code required. Here are five ways to get started developing with Algorand Standard Assets.
 - 
  
  
      
        
      
    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.
 - 
  
  
      
        
      
    Getting started with Python Algorand SDK and FastAPI
A demo application that shows how to use the Python FastAPI with the Algorand Python SDK. Learn to send transactions, create assets, query for transactions, filter for specific assets, and retrieve asset balances.
 - 
  
  
      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
 - 
  
  
      Beginner · 15 minutes or lessSetting the Transaction Fee with Python
Setting Transaction Fee with Python
 - 
  
  
    SDK Updates: Deploying Stateful Smart Contracts
Guided tour of SDK documentation focusing on stateful smart contract application development. Links to resources covering the basics thru building complete solutions.