#web3
Read more stories on Hashnode
Articles with this tag
Introduction Box storage is akin to a key-value database that smart contracts can manipulate on-chain. An application can create any number of boxes,...
Introduction In this post, we're going to look at writing a simple smart contract in Algorand Python that allows a creator to list and sell their...
Let's explore how to create an Algorand smart contract that mints NFTs with Fibonacci numbers as metadata. We'll write the smart contract code in...
A couple of people have asked me to share some thoughts on Algorand's new Python-to-TEAL compiler, PuyaPy. I should preface this by admitting I know...
Let's explore how to validate a sudoku in an Algorand smart contract. We'll write the smart contract code in Algorand Python. Sudoku Basics A sudoku...
The Algorand Foundation recently released a Python-to-TEAL compiler called PuyaPy. It's still in developer preview, but I wanted to try it...