gui
Showing 307 posts related with gui.
-
Intermediate · 30 minutes
Hash Time Lock Contract Template With Go
Build a Smart Contract that functions as a HTLC using Go
-
Beginner · 15 minutes or less
Create Your First ORE ID Application
Creating your test app is simple using our sample app. Here you will learn to create an ORE ID app and configure the sample app to run your test app, allowing you to test logins and transaction signing on the chain.
-
Intermediate · 30 minutes
Algorand serverless application on AWS Lambda
Learn how to develop and deploy Algorand serverless applications on AWS Lambda
-
Intermediate · 30 minutes
Hash Time Lock Contract Template With JavaScript
Build a Smart Contract that functions as a HTLC using JavaScript
-
Intermediate · 15 minutes or less
Split Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Intermediate · 15 minutes or less
Split Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
Intermediate · 30 minutes
Compile and Run the Algorand Node Natively on Windows
Learn how to build the Algorand node and the whole set of devtools on Microsoft Windows and run them without the need of emulators, virtual machines and even WSL.
-
Intermediate · 30 minutes
Scheduling Transactions for Sending in the Future
This tutorial shows how to schedule a payment transaction. Instead of processing the payments now, you can schedule if for a future date/time.
-
Intermediate · 15 minutes or less
Adding 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 minutes
Algorand Builder Tutorial: Part 1 - Creating Local Network and Deploying ASA
[Algorand Builder](https://github.com/scale-it/algo-builder) is a development environment, testing framework and asset pipeline for Algorand. Our goal is to make shipping Algorand applications simple, efficient, and scalable.
-
Beginner · 30 minutes
Using Java Algorand SDK with Spring Boot
This tutorial shows how to leverage the Spring Boot's features to make Algorand programming easier to get started for the experience Spring developers.
-
Intermediate · 30 minutes
Create an Online Game Marketplace to Buy/Sell Games
In this tutorial, we will learn how to interact with the Algorand network to create an online marketplace where games can be bought or sold online using TestNet.
-
Beginner · 15 minutes or less
Create an Account on TestNet and Send Your First Transaction using C#
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Community Algorand .NET SDK and funding it using the Algorand Testnet Faucet. The tutorial also covers send a payment transaction between two accounts.
-
Beginner · 15 minutes or less
How 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 · 30 minutes
Hash Time Lock Contract Template With Python
Build a Smart Contract that functions as a HTLC using Python
-
Beginner · 15 minutes or less
Using VS Code with JavaScript
This tutorial will facilitate how to debug using Visual Studio (VS) Code, which can be used with all the code samples on the Algorand Developer Docs Portal.
-
Beginner · 30 minutes
Build a Web dApp Algorand Wallet Interface Using Reach and Vue
A starter web dApp wallet interface using Reach-lang & Vue, that connects to an Algorand wallet & funds it from a local devnet
-
Intermediate · 1 hour
Creating Transactions from Spreadsheets
This tutorial looks at how to create different Algorand transactions from an imported excel sheet.