nft
Showing 325 posts related with nft.
-
An Overview of the Best Algorand Developer Resources
A summary of the most important courses, resources, and links to learn about Algorand development.
-
Royalty payments using ARC18
This article summarizes the royalty payments ARC18 specification for Algorand Standard Assets(ASA) .
-
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.
-
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
-
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!
-
SHMUP Unity Game with Algorand SDK
Unity solution and tutorial that uses the Algorand SDK to reward players with ASA Game Tokens
-
Intermediate · 1 hour
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.
-
Randomness on Algorand
Explaining the new randomness capabilities on Algorand.
-
Developer Preview of Conduit
Developer preview release of Conduit, a new, powerful, and flexible way to access Algorand chain data.
-
AlgoKit Launches
AlgoKit is our new developer experience
-
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.
-
Beginner · 30 minutes
Create A Private Network
This tutorial walks through creating and running a private network that can be used to test your application.
-
Beginner · 30 minutes
Read and Write to the Transaction Note Field with JavaScript
Example JavaScript to read and write into the note field
-
Beginner · 15 minutes or less
Access BetaNet Network using Purestake
Access BetaNet Network using PureStake
-
Beginner · 30 minutes
Read and Write to the Transaction Note Field with Go
Example using Go to read and write into the note field.
-
Beginner · 30 minutes
Verify identity using a credential network
Build and test a smart contract in which accounts vouch for one-anther's credentials to establish a network of trust.
-
Beginner · 30 minutes
Read and Write to the Transaction Note Field with Python
Example Python to read and write into the note field.