point of sale
Showing 97 posts related with point of sale.
-
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.
-
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.
-
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.
-
Intermediate · 15 minutes or lessAlgorand Blockchain Development using Reach Part 2 RPS
Blockchain development doesn't have to be difficult. Using Reach lang proves that. Please visit docs.reach.sh for more information.
-
Intermediate · 15 minutes or lessSplit Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Intermediate · 15 minutes or lessSplit Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
Beginner · 30 minutesCreate A Private Network
This tutorial walks through creating and running a private network that can be used to test your application.
-
Intermediate · 15 minutes or lessSplit Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript
-
Intermediate · 15 minutes or lessSplit Contract Template with Java
An example walkthrough of the Split Contract Template in Java
-
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.
-
Beginner · 30 minutesCreating an Algorand Node on Microsoft Azure
In this tutorial we will create an Algorand node on Microsoft Azure.
-
Intermediate · 30 minutesLimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
Intermediate · 30 minutesLimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
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 minutesAlgorand serverless application on AWS Lambda
Learn how to develop and deploy Algorand serverless applications on AWS Lambda
-
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.
-
Intermediate · 30 minutesAlgo Builder Tutorial Part 4: Testing Smart Contracts
In this tutorial we present how `algob` helps the developers to test their smart contracts effectively.