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.

Solutions

Code-based ideas and prototypes

  • 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

    Quick and dirty Algorand Unity SDK based on .NET Algorand SDK

    In this solution we will see how to use a fast Unity Algorand SDK based on the well-known Algorand .NET SDK to build some general purpose examples

    Enrico Speranza
    Enrico Speranza GT50 S.r.l.
  • Post Thumbnail

    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.

    Ori Shem-Tov
    Ori Shem-Tov Algorand
  • Post Thumbnail

    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).

    Amit Yadav
    Amit Yadav Algo Builder
  • Post Thumbnail

    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.

    MG
    MG Algorand DevAM
  • Post Thumbnail

    What's the best way to learn about Algorand?

    This blog describes my journey to learning Algorand development and provides you with tips on how to get started building on Algorand.

    Camille Dubois
    Camille Dubois
  • Post Thumbnail

    Understanding the TEAL Stack by Example

    Learn how the TEAL language works: Understand the TEAL stack, scratch space, and global storage by example.

    Tobias Schmidt
    Tobias Schmidt
  • Post Thumbnail

    Integrate AlgoSigner to JavaScript Application on Algorand

    This solution contains several examples of different ways to use the Algorand JavaScript SDK, including sending transactions, creating atomic transfers, and interacting with Smart Contracts.

    JW Dixon
    JW Dixon
  • Post Thumbnail

    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.

    Roberto Pettinau
    Roberto Pettinau Università degli studi di Cagliari
  • 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

    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.

    Tobias Schmidt
    Tobias Schmidt
  • Post Thumbnail

    Getting started with Python Algorand SDK and FastAPI

    A demo application that shows how to use the Python FastAPI with the Algorand Python SDK. Learn to send transactions, create assets, query for transactions, filter for specific assets, and retrieve asset balances.

    Slava096
    Slava096
  • Load More