Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

stateful smart contracts

Showing 55 posts related with stateful smart contracts.

  • Post Thumbnail

    Sharing Global State Across Contracts

    This article explains how one contract can read another's global state.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Build Algorand iOS, Android and UWP apps using C# .NET SDK and Xamarin

    This solution shows how to build an Algorand application for iOS, Android and Universal Windows Platform (UWP), with one code base, using Xamarin Forms and C#.

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    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.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Block'n'Poll - Blockchain polling web application

    Block'n'Poll is a blockchain polling web application that allows users to easily create permissionless polls and vote on Algorand blockchain.

    Fabio Fiorella
    Fabio Fiorella Developer Ambassador
  • Post Thumbnail

    AlgoRealm, a NFT Royalty Game

    AlgoRealm is a simple NFT game that provides an example of how to build NFTs with embedded royalty policies on Algorand.

    Cosimo Bassi
    Cosimo Bassi Algorand
  • Post Thumbnail

    Fractional Auction Listing for Real Estate Investing

    Deploy a Fractional Auction Listing Application using smart contracts and atomic transfers to allow investors to purchase fractional ownership of real estate.

    Vincenzo Alaia
    Vincenzo Alaia Domain
  • Post Thumbnail

    ASA Bidding Application Using PyTeal

    Solution that explains a system developed on the Algorand network that does automated bidding for an asset of interest for a predefined period of time. The app is developed using PyTeal and py-algorand-sdk

    Vilijan Monev
    Vilijan Monev
  • Post Thumbnail

    Build an employee loan arrangement dApp

    Build an Employee Loan dApp using Algorand Layer-1 functionalities to manage the loan arrangements between employers, employees and financial authorities.

    Stefano De Angelis
    Stefano De Angelis University of Southampton
  • Post Thumbnail

    Flipping a Coin Using Hashing

    Two Algorand accounts can bet on the result of a coin flip. Alice flips the coin and records the hashed result, Bob guesses and then Alice reveals the result. Example of commitment scheme.

    Gidon Katten
    Gidon Katten
  • Post Thumbnail

    Securities and Permissioned Tokens

    This article presents a design of permissioned / securities tokens on Algorand. We will implement company shares using ASA and smart contracts with Algo Builder.

    Robert Zaremba
    Robert Zaremba Algorand Builder
  • Post Thumbnail

    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.

    Lucas Van Mol
    Lucas Van Mol
  • Post Thumbnail

    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.

    Vilijan Monev
    Vilijan Monev
  • Post Thumbnail

    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.

    Dame Seiel
    Dame Seiel
  • Post Thumbnail
    Intermediate · 30 minutes
    C# icon

    A Crowdfunding DApp on the Algorand Network

    A Crowdfunding Application built on the Algorand Network with the .NET Core framework. This will enable people crowdfund for their projects/businesses using the algorand protocol.

    Stephen Sunday
    Stephen Sunday KusuConsult
  • Post Thumbnail
    Intermediate · 1 hour
    TEAL icon

    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.

    Alessio Russo
    Alessio Russo KTH
  • Post Thumbnail
    Beginner · 15 minutes or less
    Python icon

    Algo Builder Tutorial Part 6: Using Tmpl expressions from PyTEAL

    In this tutorial we will show how to use Tmpl expression from PyTeal in Algo-Builder.

    Amit Yadav
    Amit Yadav Algo Builder
  • Post Thumbnail
    Intermediate · 1 hour +
    Python icon

    Milestone Dapp Built with Pyteal

    We will build a decentralized milestone based application using pyteal and Python. PyTeal is used to write the smart contracts whereas interacting with them is done via Python using the `py-algorand-sdk`.

    Oluwatunmise Olatunbosun
    Oluwatunmise Olatunbosun
  • Post Thumbnail
    Beginner · 30 minutes
    Golang icon

    Siam - Managing Global Application State

    With Siam, you can operate a small key-value store on the Algorand blockchain with minimal configuration. You can start publishing real-world data to the blockchain and write your own oracle.

    Adrian Alic
    Adrian Alic
  • Load More