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.

assets

Showing 162 posts related with assets.

  • Post Thumbnail

    Contract to Contract calls and an ABI come to Algorand

    This article summarizes many of the features available within the Algorand Virtual Machine (AVM) 1.1 Release.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    An Overview of the Best Algorand Developer Resources

    A summary of the most important courses, resources, and links to learn about Algorand development.

    Tobias Schmidt
    Tobias Schmidt
  • Post Thumbnail

    Royalty payments using ARC18

    This article summarizes the royalty payments ARC18 specification for Algorand Standard Assets(ASA) .

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Django Staking Service Demo

    This article introduces you to an example staking platform that’s available on github, to demonstrate how such a service can be created on Algorand.

    Steve Ferrigno
    Steve Ferrigno Algorand
  • Post Thumbnail

    Why is Sandbox Indispensable for Building dApps?

    Are you struggling to figure out what tools to use when developing dApps? Look no further. Learn why Sandbox should be the go-to developer tool when building dApps.

    Chris Kim
    Chris Kim Algorand
  • Post Thumbnail

    AVM 7 New Features

    This article summarizes the new features available in the Algorand Virtual Machine (AVM) version 7.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Usage and Best Practices for Randomness Beacon

    This article describes using the randomness beacon

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

    Smart Contract Storage: Boxes

    An overview of Smart Contract storage mechanisms, and technical details for how to use boxes.

    Anne Kenyon
    Anne Kenyon Algorand
  • Post Thumbnail

    AVM 8 New Features

    This post explains some of the new opcodes available to the Algorand Virtual Machine(AVM).

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    What's New in Algorand 3.15.0

    This article covers the new features of Algorand 3.15.0

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Algorand Microsoft Developer Tools Rock!

    Algorand has many tools for .NET developers. In fact, it has never been easier to develop blockchain solutions. Algorand has an excellent developer toolset for .NET solution development including: * Algorand for Visual Studio Extension * .NET SDK * Unity SDK * Unreal SDK * Visual C++ SDK

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    Introducing AVM 9: Group Resource Sharing

    AVM 9 introduces a new mechanic for foreign reference arrays. They are now shared across the transaction group.

    Anne Kenyon
    Anne Kenyon Algorand
  • Post Thumbnail

    New Algorand Projects

    Several projects have been added on the developer portal in the application section. Also, the API Services and Infrastructure section was updated as well. This post provides some interesting highlights for developers.

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    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.

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    Using the Algorand Blockchain to Track COVID-19

    Sample code for scraping and processing IReport-Covid survey data from the Algorand Blockchain to better understand how COVID-19 affects people in real time.

    Rahul Zalkikar
    Rahul Zalkikar Developer Ambassador
  • Post Thumbnail

    AlgoIoT

    Smart sensor demo unit with Algorand data notarization: leveraging AlgoIoT library by GT50

    Enrico Speranza
    Enrico Speranza GT50 S.r.l.
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    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.

    Kwame Bryan
    Kwame Bryan Developer Ambassador