documentation
Showing 137 posts related with documentation.
-
Verify identity using a credential network
Build and test a smart contract in which accounts vouch for one-anther's credentials to establish a network of trust.
-
Algorand-Telegram Interactions: Part 1 - The Basics
Create a Telegram Bot which connects your username to your Algorand account, then invoke some transactions.
-
Algorand Blockchain Development using Reach Part 5 Non Participation
Non-participation occurs both in the centralized and decentralized development worlds. In the case of commerce-driven development knowing how to handle this is paramount as a blockchain developer.
-
Access BetaNet Network using Sandbox
This tutorial describes how to access the BetaNet network using Sandbox.
-
Using VS Code with JavaScript
This tutorial will facilitate how to debug using Visual Studio (VS) Code, which can be used with all the code samples on the Algorand Developer Docs Portal.
-
Hash Time Lock Contract Template With Go
Build a Smart Contract that functions as a HTLC using Go
-
Access BetaNet Network using Purestake
Access BetaNet Network using PureStake
-
Access BetaNet Network using your own node and goal
This tutorial describes how to setup and update a BetaNet network using your own node and goal.
-
Creating an NFTMarketplace
Creating an NFTMarketplace application where users can mint, buy and sell NFTs.
-
Create and test smart contracts using Python
Create two smart contracts using Python Algorand SDK and PyTeal, then test their implementation using pytest.
-
Integrating ALGO and ASA transfers within your application
Learn how to integrate your application with Algo or ASA by walking through code examples.
-
PyTeal — Writing Algorand Smart Contracts in Python
PyTeal is a python language binding for Algorand Smart Contracts (ASC) that abstracts away the complexities in writing smart contracts. PyTeal is provided as an open-source tool for the Algorand community. We invite you to try, use, and contribute to PyTeal if you are interested in developing and deploying ASC’s in Python.
-
Algorand Standard Assets
A conceptual overview of Algorand Standard Assets for developers.
-
Algorand Atomic Transfers
A conceptual overview of Algorand Atomic Transfers for developers.
-
Automating with the Mule Framework
Mule is a generalized automation framework for organizing the execution of defined automation in a declarative yaml format.
-
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.
-
Updated PyTeal Resources
PyTeal, a language binding for TEAL, is a community project created to make writing Algorand Smart Contracts (ASC) easier. This article summarizes the latest resources available to start building Algorand Smart Contracts in Python.