rewards
Showing 73 posts related with rewards.
-
Building on Algorand: Developer Week 2020 Hackathon, Recap and Code
Over 600 attendees participated recently at the Algorand Sponsored Developer Week 2020 in San Francisco...
-
Welcome to the Algorand Developer Portal
The new Algorand Developer Portal provides resources for developers to turn their ideas into full-scale applications. Browse and search across new content, like Tutorials and Solutions. Access technical documentation. Stay up-to-date on the latest features.
-
Getting Started on Algorand
In this article, we are going to cover some of the basics of where to start, what tutorials are available, options for setting up your development environment, and how you can be rewarded for developing applications on the Algorand blockchain.
-
Contribute to the Algorand Developer Docs
The official Algorand Developer Documentation repository is now public and open to contributions. Read the contributing guide to get started.
-
Introducing the Algorand Developer Portal in Simplified Chinese
The Algorand Developer Portal is now available in Simplified Chinese.
-
Introducing AlertHub to Monitor Your Algorand Accounts
AlertHub allows developers to enable monitoring and real-time alerting on Algorand accounts.
-
Meet the Winners: Schelling Point Virtual Hackathon 2022
Meet the winners of the Gitcoin hackathon focused on DeFi apps, developer tooling, and DAO projects.
-
Automated testing for Algorand smart contracts - Part 1
A three part series on automated testing for your TEAL smart contracts
-
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.
-
Prove your Skills with Algorand Code Challenges
The Algorand Developer Portal has a new way to learn how to become an Algorand developer: Challenges.
-
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.
-
Algorand INNOVATE Hackathon Winners
We’d like to congratulate all teams building for the Algorand INNOVATE Hackathon and announce our Winners. Hackers’ were presented with three themes to build projects that would further promote the growth of the Algorand ecosystem.
-
Example Permissioned Voting Stateful Smart Contract Application
This solution explains one way to build a permissioned voting application on the Algorand Blockchain.
-
Securely share files on Algorand with IPFS
Algorand-IPFS integrations allows decentralized applications access to secure digital content.
-
ASA Recurring Withdrawal DApp
Build an ASA's recurring withdrawal dApp combining Algorand Standard Assets, Algorand Smart Contracts and Atomic Transfers.
-
Simple example using Algorand with Unity 3D Engine
Initial example to integrate Algorand into a Unity 3D graphics engine project. A small step in the creation of Virtual Worlds and their BlockChain economy.
-
Getting started with Python Algorand SDK and Django
Step by step guide to the algodjango project presenting some Algorand's blockchain processes with the help of py-algorand-sdk package.
-
Flipping a Coin Using Hashing
Two Algorand accounts can bet on the result of a coin flip. Alice flips the coin and records the hashed result, Bob guesses and then Alice reveals the result. Example of commitment scheme.