read
Showing 264 posts related with read.
-
AVM 8 New Features
This post explains some of the new opcodes available to the Algorand Virtual Machine(AVM).
-
Developer Preview of Conduit
Developer preview release of Conduit, a new, powerful, and flexible way to access Algorand chain data.
-
What's New in Algorand 3.15.0
This article covers the new features of Algorand 3.15.0
-
Introducing Official Algod Docker Containers
Overview of Algorand's Algod Containers, the path forward, and a quick how to!
-
Pyteal 0.24.0: Sourcemapping!
the new pyteal release introduces pyteal-to-teal sourcemapping.
-
AlgoKit Launches
AlgoKit is our new developer experience
-
Developer Improvements in go-algorand 3.16
go-algorand 3.16 introduces several noteworthy useful improvements for developers. We highlight and explain them here.
-
Introducing AVM 9: Group Resource Sharing
AVM 9 introduces a new mechanic for foreign reference arrays. They are now shared across the transaction group.
-
Create your own NFT, in Layman's Terms
In this blog post I will provide step by step instruction on creating an NFT with no knowledge of the process, from scratch.
-
print("Algokit v2, happy technology")
With AlgoKit 2.0 we are bringing native Python to blockchain development, giving the millions of Python developers an easy onramp to the world of decentralized computing.
-
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.
-
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!
-
Algorand Blockchain Development using Reach Part 2 RPS
Blockchain development doesn't have to be difficult. Using Reach lang proves that. Please visit docs.reach.sh for more information.
-
Algorand Blockchain Development using Reach - Part 6: Looping to Determine the Winner
In this tutorial, we explore loops in Reach. As dApp developers must take special care when performing loops within a consensus network. Thankfully, the Reach verification engine assures we write safe dApps.
-
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.
-
Algorand Blockchain Development using Reach Part 4 Trust - Commitments
In this tutorial, we implemented a secure version of Rock, Paper, Scissors. These are the cornerstones of Blockchain development.
-
Algorand Blockchain Development using Reach Part 5 Non Participation
Non-participation occurs both in the centralized and decentralized development worlds. In the case of commerce-driven development knowing how to handle this is paramount as a blockchain developer.
-
Integrate AlgoSigner Components Into Your DApp Using React
React is one of the most popular JavaScript frontend libraries available. Quickly add AlgoSigner components to interface users with your DApp.