new features
Showing 135 posts related with new features.
-
Building NFTs on Algorand
This article summarizes some of the options available to developers when building NFTs on the Algorand Blockchain.
-
Example Digital Exchange Smart Contract Application
This solution presents a very simple DEX application using stateless and stateful smart contracts. It allows users to place limit orders that are fulfilled at a later time by another party.
-
Beginner · 30 minutes
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.
-
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.
-
Intermediate · 1 hour
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.
-
Intermediate · 30 minutes
Algorand Blockchain Development using Reach Part 3 Bets - Wagers
In this tutorial, we add in both wagering and payouts to the winner of our Rock Paper Scissors Algorand blockchain game. By the end of this tutorial, you will have a full featured game allowing wager, provably fair outcomes and payouts to the winner.
-
Introducing the Algorand Metrics Dashboard
Explore the Algorand Metrics site which measures the current scale, speed, decentralization, and adoption of the open source Algorand protocol.
-
Arduino on Algorand Blockchain
Sample code to connect any Arduino to the Algorand Blockchain.
-
Beginner · 1 hour
Create and test smart contracts using Python
Create two smart contracts using Python Algorand SDK and PyTeal, then test their implementation using pytest.