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.

goal

Showing 9 posts related with goal.

  • Post Thumbnail

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

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

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail
    入门 · 30分钟
    goal icon

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

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

    Haichao Zhu
    Haichao Zhu Algorand
  • Post Thumbnail

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

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

    Haichao Zhu
    Haichao Zhu Algorand
  • Post Thumbnail
    入门 · 30分钟
    Golang icon

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

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

    Riley Ge
    Riley Ge Developer Ambassador
  • Post Thumbnail
    中级 · 小于15分钟
    Python icon

    使用 AlgoSigner 在 dApp 中发送交易

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

    Alberto Viera
    Alberto Viera PureStake
  • Post Thumbnail

    “签约”智能合约:安全的高级智能合约设计

    智能合约可从使用“Lease”参数来实现多种功能,该参数可为实现独家交易执行提供安全性保障,减少交易手续费变化带来的损失并启用长期运行的智能合约。 在本文中了解应该在何时以及如何使用 Lease 智能合约。

    Ryan R. Fox
    Ryan R. Fox Algorand
  • Post Thumbnail

    智能合约 SDK 更新至 V2

    本指南讲解了如何使用 SDK V2 来使用智能合约,其中包含了如何使用 SDK 操作基于 TEAL 的合约账户或智能合约托管账户。

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    智能合约的高级用法:分层阈值

    使用分层阈值批准来设计和实施托管智能合约帐户以保护公司资金。

    Ryan R. Fox
    Ryan R. Fox Algorand
  • Post Thumbnail

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

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

    Riley Ge
    Riley Ge Developer Ambassador