create assets
Showing 139 posts related with create assets.
-
Case Study: OneStep Disaster Relief Platform Built on Algorand
This article describes the development of a comprehensive disaster relief platform powered by the Algorand blockchain.
-
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.
-
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.
-
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)
-
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.
-
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.
-
Stateful Smart Contracts, Rekeying, and Fast Catchup
Stateful Smart Contracts, Rekeying, and Fast Catchup are brand new features that are now available to try on BetaNet. Learn more about what these features are and how to get started.
-
Making Development Easier with Algorand IDE Playground
The RockX IDE Playground for Algorand allows developers to try out many protocol features within a Web IDE.
-
Using Assets and Smart Contracts in Real Estate
Blockchain enables disruptive innovation within the real estate industry. This tutorial series explains the basics and creates an NFT to represent a property.
-
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.
-
ASA Bidding Application Using PyTeal
Solution that explains a system developed on the Algorand network that does automated bidding for an asset of interest for a predefined period of time. The app is developed using PyTeal and py-algorand-sdk
-
LimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
LimitOrder Contract with Go
A walkthrough example of how to use a limit order contract with Go.
-
LimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
LimitOrder Contract with Python
A walkthrough example of how to use a limit order contract with Python.
-
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.
-
Integrate AlgoSigner to JavaScript Application on Algorand
This solution contains several examples of different ways to use the Algorand JavaScript SDK, including sending transactions, creating atomic transfers, and interacting with Smart Contracts.