go
Showing 232 posts related with go.
- 
  
  
      Intermediate · 1 hourRoyalty Fees in Algorand Using PyTeal
This is a short tutorial that explains how to implement Royalty Fees using Inner Transactions and Teal v5 capabilities in Algorand.
 - 
  
  
      Intermediate · 1 hourCreating a License Manager Contract utilizing PyTEAL and Inner Transactions
This tutorial will introduce the reader to using Inner Transactions in PyTEAL using an example scenario: A License Manager Contract
 - 
  
  Beginner · 15 minutes or less
Algosearch Setup
A how to guide on set up AlgoSearch using Docker compose
 - 
  
  
      Intermediate · 1 hourParticipate in Consensus from Ledger Nano S/X
In this tutorial, we show how to participate in consensus from an account stored in a Ledger Nano S or X. By participating in consensus, you help decentralize the network.
 - 
  
  
    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...
 - 
  
  
    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.
 - 
  
  
    Introducing Sandbox: The quick way to get started on Algorand
Sandbox makes the process of node creation and configuration seamless with several helpful commands for containerization and process management. It is simply a quick and easy way to create and configure an Algorand node using Docker.
 - 
  
  
    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.
 - 
  
  
    How to Write Smart Contracts
This article summarizes the three primary ways you can build Algorand Smart Contracts.
 - 
  
  
    Verify Signatures and Signed Data within Algorand Smart Contracts
This article explains how to use the ed25519verify opcode in conjunction with the tealsign goal command.
 - 
  
  
    Getting Started with Assets
Creating an asset is simply a type of transaction on Algorand. There is no contract code required. Here are five ways to get started developing with Algorand Standard Assets.
 - 
  
  
    Algorand V2 SDK Asset and Atomic Transfer Examples
New Algorand SDK V2 examples for Assets and Atomic Transfers
 - 
  
  
    Leased Transactions: Securing Advanced Smart Contract Design
Certain smart contracts can benefit from defining a Lease parameter, which can provide security for exclusive transaction execution, mitigate fee variability, and enable long-running smart contracts. Learn when and how to use Leases in this article.