sandbox
Showing 63 posts related with sandbox.
-
Access BetaNet Network using Sandbox
This tutorial describes how to access the BetaNet network using Sandbox.
-
Introducing Sandbox: The quick way to get started on Algorand
Sandbox makes the process of node creation and configuration seamless with several helpful commands for containerization and process management. It is simply a quick and easy way to create and configure an Algorand node using Docker.
-
Introducing Sandbox 2.0
Algorand Sandbox 2.0 is focused on developers and now deploys a containerized private network with an indexer by default. All APIs are exposed to localhost; sending and searching for transaction has never been easier.
-
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.
-
Exploring the Algorand Sandbox
Explore how the Algorand sandbox works, it's configuration files, interesting artifacts, and how to spin up your custom Algorand network from a genesis file.
-
Why is Sandbox Indispensable for Building dApps?
Are you struggling to figure out what tools to use when developing dApps? Look no further. Learn why Sandbox should be the go-to developer tool when building dApps.
-
FDA Recalls Application
This application stores FDA recall data on Algorand’s blockchain and then uses Algorand's indexer to locate the FDA recall data.
-
Decentralized Two-Factor Authentication With Algorand Standard Assets
Sample code for creating a basic two-factor authentication system with Algorand Standard Assets.
-
Build Algorand iOS, Android and UWP apps using C# .NET SDK and Xamarin
This solution shows how to build an Algorand application for iOS, Android and Universal Windows Platform (UWP), with one code base, using Xamarin Forms and C#.
-
Ecommerce Payments Using PHP/Javascript
Allow users to pay for online goods using Algorand assets at the checkout terminal.
-
Using the Circle API to transfer funds between the Algorand blockchain and traditional bank accounts
This article describes the new TestNet dispenser’s design and implementation, enabling both USDC and Algos for testing.
-
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.
-
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.
-
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.
-
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.
-
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!