csv
Showing 109 posts related with csv.
-
Use Quick-Algo to Start Running an Algorand Node in Under 1 Minute
Learn the basics to running an Algorand node and use the `quick-algo` shell script to get you up and running with a fully customizable Algorand node in under 1 minute.
-
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
-
Getting started with Python Algorand SDK and Django
Step by step guide to the algodjango project presenting some Algorand's blockchain processes with the help of py-algorand-sdk package.
-
Build an employee loan arrangement dApp
Build an Employee Loan dApp using Algorand Layer-1 functionalities to manage the loan arrangements between employers, employees and financial authorities.
-
Securities and Permissioned Tokens
This article presents a design of permissioned / securities tokens on Algorand. We will implement company shares using ASA and smart contracts with Algo Builder.
-
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.
-
Minting NFTs on Algorand using IPFS
A DIY code solution and guide on how to work with NFTs (Subset of Algorand ASAs), using decentralized digital assets hosted and pinned on IPFS, in compliance with Algorand ARC3 convention.
-
Committing to large datasets using Merkle trees in PyTeal
This solution is here to provide a way to allow smart contracts to store a small value that represents (or commits to) a potentially very large amount of data.
-
Morra Game Using Reach
Using high level languages to build dApps instead of low level assembly language is an attractive option for many professional developers. Frontends can be built in languages such as Python, Go, JavaScript and C#. Enjoy running the game simulation!
-
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!
-
Code Upgradeability Made Easy with the Algorand VM
Algorand native code upgradeability makes life much more convenient. What would have to happen if that feature didn't exist? Take a deep look!
-
AlgoIoT
Smart sensor demo unit with Algorand data notarization: leveraging AlgoIoT library by GT50
-
Locating a Transaction using the Archiver/Indexer with JavaScript
Locating a Transaction using the Archiver/Indexer with JavaScript
-
Algorand Blockchain Development using Reach - Part 7: React.js Front End and AlgoSigner Integration
In this final entry in the series dApp development with Reach. We add a UI to our Rock Paper Scissors game. We will also interact with AlgoSigner as our Web Wallet. We assume the reader has followed the full tutorial series and Reach reference docs.
-
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.
-
Run 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