note
Showing 301 posts related with note.
-
Wagering DApp with a serverless Vue + AlgoSigner Frontend
Bet on your favourite team by wagering Algo! Easily interact with smart contracts powered by the Algorand blockchain thanks to a frontend web app using Vue and AlgoSigner.
-
Tic-Tac-Toe dApp
Design and deploy the Tic-Tac-Toe game on the Algorand blockchain. The game logic is implemented as a Stateful Smart Contract using PyTeal while the communication with the network is done using the py-algorand-sdk.
-
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.
-
Building a decentralized vault using stateful smart contracts
Vaults are a security mechanism to prevent cryptocurrency from being immediately withdrawn by forcing its creator to wait a certain wait time after a request has been made, while also giving them the ability to cancel a request that they have not made.
-
Minting NFTs on Algorand using IPFS
A DIY code solution and guide on how to work with NFTs (Subset of Algorand ASAs), using decentralized digital assets hosted and pinned on IPFS, in compliance with Algorand ARC3 convention.
-
Understanding the TEAL Stack by Example
Learn how the TEAL language works: Understand the TEAL stack, scratch space, and global storage by example.
-
ASA payment for a smart contract service using Algorand
This article presents a solution for how to use ASA payment for a smart contract service using Algorand. We will implement this using [Algo Builder](https://algobuilder.dev).
-
Oracle for Algorand Using Smart Contracts
This solution shows how to combine Pyteal smart contract and a Java application to implement an Oracle, to provide real world data to Algorand smart contracts.
-
Committing to large datasets using Merkle trees in PyTeal
This solution is here to provide a way to allow smart contracts to store a small value that represents (or commits to) a potentially very large amount of data.
-
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!
-
How does an Extendable DAO work?
An Extendable DAO allows for an eager community to build upon the DAO, adding new functionality and activating it by voting.
-
An Algorand Blackjack implementation with Beaker
Blackjack is the most played casino bank card game in the world. We show an implementation of a smart contract that runs single-player blackjack games against the bank in Beaker.
-
SHMUP Unity Game with Algorand SDK
Unity solution and tutorial that uses the Algorand SDK to reward players with ASA Game Tokens
-
Flash Loans on Algorand VM vs Ethereum VM
Have you ever wondered how Algorand feature set comes together to offer easy and convenient financial trades? Find out how it made flash loans easier!
-
Code Upgradeability Made Easy with the Algorand VM
Algorand native code upgradeability makes life much more convenient. What would have to happen if that feature didn't exist? Take a deep look!
-
Instant Finality - What makes Algorand stand among blockchains
Learn about Instant Finality, why it works and how it makes Algorand the best blockchain to develop on!
-
AlgoIoT
Smart sensor demo unit with Algorand data notarization: leveraging AlgoIoT library by GT50
-
Locating a Transaction using the Archiver/Indexer with JavaScript
Locating a Transaction using the Archiver/Indexer with JavaScript