file
Showing 220 posts related with file.
-
Making HTTP request to Algorand using AlgoExplorer API
This tutorial looks at getting transaction data from or posting data to the Algorand blockchain using the Algoexplorer API. This post looks at how to make GET and POST requests to the Algorand network for transaction data as well as posting transactions
-
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.
-
Integrating ALGO and ASA transfers within your application
Learn how to integrate your application with Algo or ASA by walking through code examples.
-
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 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.
-
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.
-
Using a Smart Contract for Advanced Approvals: Hierarchical Thresholds
Design and implement an escrow contract account using hierarchical threshold approvals to secure the corporate treasury.
-
SDK Updates: Deploying Stateful Smart Contracts
Guided tour of SDK documentation focusing on stateful smart contract application development. Links to resources covering the basics thru building complete solutions.
-
Introducing Algorand’s Smart Contract Debugger
This article announces the release of the Teal Debugger.
-
Introducing Sandbox 2.0
Algorand Sandbox 2.0 is focused on developers and now deploys a containerized private network with an indexer by default. All APIs are exposed to localhost; sending and searching for transaction has never been easier.
-
Making Development Easier with AlgoDEA IntelliJ Plugin
AlgoDEA IntelliJ plugin provides end to end development life-cycle on Algorand blockchain using IntelliJ IDE. Using this plugin, developers can create and test both stateless and stateful smart contracts directly from their IntelliJ IDE. Some of the other key features supported by this plugin are editor support for TEAL & PyTeal files, ASA management, Atomic Transfers, Test account management. The goal of this plugin is to increase developer productivity by simplifying various interactions with Algorand blockchain. Due to simple consistent development workflow in the IDE, developers can iterate faster during development stage.
-
Integrate AlgoSigner Components Into Your DApp Using React
React is one of the most popular JavaScript frontend libraries available. Quickly add AlgoSigner components to interface users with your DApp.
-
Algo Builder v0.5 Released
We are pleased to announce the new Algo Builder release: v0.5 (renamed from Algorand Builder), which is a combined version of `@algo-builder/algob v0.5.2`, `@algo-builder/types-algosdk v0.2.0` and `@algo-builder/runtime v0.1.1`.
-
Introducing TypeScript Support for the Algorand JavaScript SDK
TypeScript adds static type checking to JavaScript, improving the programming experience through early error flagging and enhanced code readability. Learn how Algorand’s TypeScript support can improve your development process.
-
AlgoWorld: A Series of Collectible Digital Trading Cards
AlgoWorld is a series of 1500 digital trading cards representing the 193 countries around the globe.
-
Algo Builder v1.0 Released
We are pleased to release 1.0 of our Algo Builder software! Learn more about our new features, smart contract examples and dApp templates.
-
Contract to Contract calls and an ABI come to Algorand
This article summarizes many of the features available within the Algorand Virtual Machine (AVM) 1.1 Release.