goal
Showing 110 posts related with goal.
-
Create and Manage a Non-Fungible ASA from the Command Line Using goal
This tutorial guides you step-by-step through the creation and configuration of a non-fungible Algorand Standard Asset (ASA) from the command line using goal.
-
Access BetaNet Network using your own node and goal
This tutorial describes how to setup and update a BetaNet network using your own node and goal.
-
Example Permissioned Voting Stateful Smart Contract Application
This solution explains one way to build a permissioned voting application on the Algorand Blockchain.
-
ASA Recurring Withdrawal DApp
Build an ASA's recurring withdrawal dApp combining Algorand Standard Assets, Algorand Smart Contracts and Atomic Transfers.
-
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.
-
Locating a Transaction using the Archiver/Indexer with Python
Locating a Transaction using the Archiver/Indexer with Python
-
Getting Started with the PureStake API Service
Get up-and-running on the Algorand network without needing to run your own node.
-
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.
-
Hybrid Online / Offline Shared Management of Community ASA through Multisig Account
In this tutorial you will learn how to share the management of a “Community Membership ASA” among the Community Board members with a Multisignature Account using a hybrid Online / Offline approach
-
Algosearch Setup
A how to guide on set up AlgoSearch using Docker compose
-
Create A Private Instance of Algorand In A Testbed
This tutorial demonstrates the steps involved in creating a fully private instance of Algorand in a testbed with three independent VMs.
-
Writing a Simple Smart Contract
Example showing how to build a simple smart contract.
-
Track 65,000 Tickets - Arrays in Algorand
Learn how to create, update and read arrays in Algorand. We will utilize key-value pairs, bytes, and bits to persistently store almost 65,000 elements in a single smart contract.
-
Simple NPC game interactions using a stateful contract and atomic transfers
This tutorial will show you how to create a simple NPC game character using a stateful contract and atomic transfers. We'll also test it using the `goal` command line tool.
-
Creating a License Manager Contract utilizing PyTEAL and Inner Transactions
This tutorial will introduce the reader to using Inner Transactions in PyTEAL using an example scenario: A License Manager Contract
-
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.
-
Creating an Algorand Node on Microsoft Azure
In this tutorial we will create an Algorand node on Microsoft Azure.
-
Create A Private Network
This tutorial walks through creating and running a private network that can be used to test your application.