This is the old Algorand Developer Portal. Please head over to dev.algorand.co to explore our newly rebuilt documentation site. Please excuse us as we continue to transition content to the new portal

创建文章

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

解决方案

Code-based ideas and prototypes

  • Post Thumbnail

    使用.net在Algorand区块链上进行NFT开发

    本解决方案提出了一种在Algorand区块链上进行NFT开发的方法。并以此为基础,实现了一个简单的程序,演示了在Algorand上进行NFT基本操作的方法。

    Riley Ge
    Riley Ge Developer Ambassador
  • Post Thumbnail

    如何用C#编写跨平台的Algorand钱包

    本解决方案主要讨论如何使用C#编写一个跨平台、带GUI、非常便于操作的Algorand的钱包。

    Haichao Zhu
    Haichao Zhu Algorand
  • Post Thumbnail

    使用有状态智能合约实现众筹应用

    众筹应用已经在全球经济中的许多方面都变得非常流行,它们被用于募集慈善资金、支付法律费用、资助非营利组织以及投资新产品和服务。许多众筹应用的主要问题是缺乏透明度或者不够去中心化,这让区块链成为了一种理想的候选方案。本文将讲述如何在 Algorand 区块链上创建一个简单的众筹应用。 该应用将使用许多 Algorand 的技术,包括无状态和有状态智能合约,原子传输,定时期限 (timed deadlines) 和支付交易。本文将首先对应用设计做简要介绍,然后详细介绍如何在 Algorand 上构建应用。

    Haichao Zhu
    Haichao Zhu Algorand
  • Post Thumbnail

    使用智能合约实现有许可投票应用

    这篇文章介绍了一个使用有状态智能合约是想投票应用的解决方案。

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    使用 Algorand 开发一个众筹应用

    该解决方案展示了如何使用 Algorand 来实现一个下一代众筹应用。

    Eric Gieseke
    Eric Gieseke Algorand
  • Post Thumbnail

    去中心化交易所解决方案实例

    该解决方案提出了一个非常简单的 DEX 实例,使用无状态和有状态智能合约实现。它允许用户通过挂单交易和吃单来实现简单的交易功能。

    Jason Weathersby
    Jason Weathersby Algorand