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.

Developer Blog

Sample code, how-tos, and news from the Algorand developer community

  • Post Thumbnail
    tutorial

    使用.net进行Algorand开发系列教程之智能合约相关操作

    本文会主要讲解使用dotnet-algorand-sdk进行智能合约的编译,及无状态智能合约的使用,最后会介绍一下智能合约的离线调试功能。

    Riley Ge
    Riley Ge Developer Ambassador
  • Post Thumbnail
    tutorial

    Algorand BSN 门户-入门指南

    “BSN 提供了一个高性价比且稳定的基础设施供开发者和创业者们在 Algorand 上开发应用。” - Fangfang Chen,Algorand 基金会 COO

    KC Tam
    KC Tam Developer Ambassador
  • Post Thumbnail
    article

    Algorand中文版开发者门户网站全面上线!

    今天,我们正式上线 Algorand 开发者门户网站!

    Haichao Zhu
    Haichao Zhu Algorand
  • Post Thumbnail
    tutorial

    从准备开发环境到发送交易

    本教程是开发人员在 Algorand 区块链上构建应用的入门指南。我们将从这里开始学习在 Algorand 上构建应用意味着什么,以及如何快速上手。

    Haichao Zhu
    Haichao Zhu Algorand
  • Post Thumbnail
    solution

    使用 Algorand 开发一个众筹应用

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

    Eric Gieseke
    Eric Gieseke Algorand
  • Post Thumbnail
    tutorial

    使用 AlgoSigner 在 dApp 中发送交易

    AlgoSigner 是一个网页端插件钱包,它让基于 Algorand 应用变得更加容易使用。在这篇教程中,你将会学到如何集成 AlgoSigner 到你的去中心化应用中。

    Alberto Viera
    Alberto Viera PureStake
  • Post Thumbnail
    article

    链接 Algorand 无状态和有状态智能合约

    这篇文章讨论如何将 Algorand 的有状态智能合约和无状态智能合约连接起来,以及如何将他们在应用开发中使用。

    Jason Weathersby
    Jason Weathersby Algorand

教程

Step-by-step guides by language and level

查看全部
  • Post Thumbnail
    入门 · 30分钟
    Golang icon

    在Windows系统上编译并安装Algorand及相关开发工具

    本教程介绍了如何在国内网络环境下在Windows系统上编译并安装Algorand及相关开发工具。注:本教程所有操作都无需科学上网,但有极少操作网络速度可能会比较慢。

    Riley Ge
    Riley Ge Developer Ambassador
  • Post Thumbnail
    入门 · 小于15分钟
    C# icon

    使用.net进行Algorand开发系列教程之智能合约相关操作

    本文会主要讲解使用dotnet-algorand-sdk进行智能合约的编译,及无状态智能合约的使用,最后会介绍一下智能合约的离线调试功能。

    Riley Ge
    Riley Ge Developer Ambassador
  • Post Thumbnail
    入门 · 30分钟
    JavaScript icon

    Algorand BSN 门户-入门指南

    “BSN 提供了一个高性价比且稳定的基础设施供开发者和创业者们在 Algorand 上开发应用。” - Fangfang Chen,Algorand 基金会 COO

    KC Tam
    KC Tam Developer Ambassador

解决方案

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

文章

Developer news and technical overviews

查看全部
  • Post Thumbnail

    Algorand中文版开发者门户网站全面上线!

    今天,我们正式上线 Algorand 开发者门户网站!

    Haichao Zhu
    Haichao Zhu Algorand
  • Post Thumbnail

    链接 Algorand 无状态和有状态智能合约

    这篇文章讨论如何将 Algorand 的有状态智能合约和无状态智能合约连接起来,以及如何将他们在应用开发中使用。

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    网页端应用集成 AlgoSigner

    本文重点介绍了Chrome插件钱包 AlgoSigner,以及如何使用其来储存私钥和助记词,而无需开发人员自行开发私钥管理方案。

    Ryan R. Fox
    Ryan R. Fox Algorand