Asset Manager
Showing 87 posts related with Asset Manager.
-
Channel Manager for NFTs
A Software-as-a-Service based channel manager, connecting marketplaces and users to Algorand blockchain, using combination of intuitive features and simple interfaces.
-
Getting Started with Assets
Creating an asset is simply a type of transaction on Algorand. There is no contract code required. Here are five ways to get started developing with Algorand Standard Assets.
-
Algorand Asset Management Portal
Application with intuitive user interface where a user can seamlessly create, configure, destroy, freeze and unfreeze the assets for an account on the Algorand blockchain.
-
Building iOS Apps Using Swift Algorand SDK
Demonstrates developing an iOS app using the Swift Algorand SDK
-
Working with ASA using Python
This tutorial demonstrates the steps involved in working with an Algorand Standard Asset (ASA) using the Python 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.
-
Securities and Permissioned Tokens
This article presents a design of permissioned / securities tokens on Algorand. We will implement company shares using ASA and smart contracts with Algo Builder.
-
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.
-
Working with ASA Using JavaScript
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset [(ASA)](https://developer.algorand.org/docs/features/asa/) using [JavaScript SDK](https://github.com/algorand/js-algorand-sdk).
-
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
-
Working with ASA using Go
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Go
-
Working with ASA using Java
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Java.
-
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#.
-
Building Mobile Apps Using React-Native-Algo Library
The react-native-algo library provides mobile developers easy access to the java-algorand-sdk while building an android app in react-native.
-
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.
-
AVM 7 New Features
This article summarizes the new features available in the Algorand Virtual Machine (AVM) version 7.
-
Using Stateful Smart Contract To Create Algorand Standard Asset
Using PyTeal and goal, we use a stateful smart contract linked with an escrow account to create an Algorand Standard Asset.
-
Quick and dirty Algorand Unity SDK based on .NET Algorand SDK
In this solution we will see how to use a fast Unity Algorand SDK based on the well-known Algorand .NET SDK to build some general purpose examples