asset creation
Showing 123 posts related with asset creation.
-
Payment Prompts with Algorand Mobile Wallet
The Algorand Mobile Wallet provides the ability to use QR codes to create, sign and send transactions. This document provides a brief overview for developers and users.
-
Introducing Algorand Virtual Machine: AVM 0.9 Release
This article summarizes many of the features available within the Algorand Virtual Machine (AVM) 0.9 Release.
-
Smart Contract Storage: Boxes
An overview of Smart Contract storage mechanisms, and technical details for how to use boxes.
-
Algorand Microsoft Developer Tools Rock!
Algorand has many tools for .NET developers. In fact, it has never been easier to develop blockchain solutions. Algorand has an excellent developer toolset for .NET solution development including: * Algorand for Visual Studio Extension * .NET SDK * Unity SDK * Unreal SDK * Visual C++ SDK
-
New Algorand Projects
Several projects have been added on the developer portal in the application section. Also, the API Services and Infrastructure section was updated as well. This post provides some interesting highlights for developers.
-
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.
-
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
-
Create an Account on TestNet using JavaScript
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the JavaScript SDK.
-
Algorand Studio | Tutorial 3: Smart Contract Limit Order
Introduce the Algorand Standard Asset (ASA) model and work through the LimitOrder smart contract to learn issuing your own ASA & using the smart contract to exchange ALGO for an ASA.
-
SHMUP Unity Game with Algorand SDK
Unity solution and tutorial that uses the Algorand SDK to reward players with ASA Game Tokens
-
Discover AVM 1.0
This article introduces a new developer portal experience and summarizes the changes made for the Algorand Virtual Machine 1.0 version.
-
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#.
-
Royalty Fees in Algorand Using PyTeal
This is a short tutorial that explains how to implement Royalty Fees using Inner Transactions and Teal v5 capabilities in Algorand.
-
How does an Extendable DAO work?
An Extendable DAO allows for an eager community to build upon the DAO, adding new functionality and activating it by voting.
-
Getting Started on Algorand
In this article, we are going to cover some of the basics of where to start, what tutorials are available, options for setting up your development environment, and how you can be rewarded for developing applications on the Algorand blockchain.
-
Restful Algorand API with Spring Boot
By leveraging a simple Algorand Spring Boot starter, and implementing the Spring Web library, we can easily standup a Restful API to allow users to interact with the Algorand ecosystem.
-
Intro Bootcamp Español
![EditorImages/2024/03/19 15:54/intro.png](https://algorand-devloper-portal-app.s3.amazonaws.com/static/EditorImages/2024/03/19%2015%3A54/intro.png) **Proyecto:** Creación y transacción de assets utilizando Algokit SDK. **Descripción del Bootcamp:** Una de las principales características de Algorand es la posibilidad de crear cuentas, assets y enviar transacciones sin necesidad de un contrato inteligente. Por eso hemos creado este bootcamp, para ayudarte a dar tus primeros pasos en el mundo del desarrollo en Algorand utilizando el SDK de AlgoKit. **Horario:** * 06:00 PM (Colombia, Perú) * 20:00 (Argentina) **Agenda** * Sesión 1 (Abril 2): Introducción a los conceptos de Algorand y uso del SDK. * Sesión 2 (Abril 4): Uso de AlgoKit y configuración del entorno de desarrollo. **Pre-requisitos: ** * Cuenta de GitHub - [Regístrate ](https://github.com/signup) * [VS Code](https://code.visualstudio.com/) (Recomendado) **¿Por qué Algorand?** Algorand es una blockchain capa 1 programable de nivel empresarial, es el lugar perfecto para comenzar (o continuar) tu viaje en blockchain. * Los bloques en Algorand se procesan en menos de 3 segundos. * La red Algorand puede procesar más de 10.000 transacciones por segundo, todas con finalidad instantánea. * El coste por transacción es de 0.001 Algo (sólo una fracción de céntimo de dolar). * Algorand es carbono neutral, diseñada desde el principio para ser amigable con el medio ambiente * Las pruebas en Algorand son rápidas y económicas, lo que le permite innovar sin fricciones. * Además, cuenta con una gran cantidad de herramientas para desarrolladores, tutoriales y documentación. ¿Listo para lo mejor? Si eres un desarrollador de Python o TypeScript, no necesitas aprender un nuevo lenguaje porque puedes construir en Algorand usando Python y TypeScript. Es fácil empezar a construir gracias a[ AlgoKit](https://developer.algorand.org/algokit/?utm_source=devportal&utm_medium=bootcamp_landingpage&utm_campaign=algokit) (nuestra solución para acelerar tu proceso de construcción en Web3).
-
Using TEAL debugger with algo-buiilder
In this tutorial we present how to use TEAL debugger with `algob` (debugging smart contracts with dry run OR launch a live debugging session)