note
Showing 301 posts related with note.
-
LimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
Compile and Run the Algorand Node Natively on Windows
Learn how to build the Algorand node and the whole set of devtools on Microsoft Windows and run them without the need of emulators, virtual machines and even WSL.
-
LimitOrder Contract with Go
A walkthrough example of how to use a limit order contract with Go.
-
Getting Started with Developing Android Apps on the Algorand Platform Using java-algorand-sdk
This tutorial explains how to get started developing android apps that use the java-algorand-sdk
-
Hash Time Lock Contract Template With Java
Build a Smart Contract that functions as a HTLC using Java
-
Setting the Transaction Fee with Python
Setting Transaction Fee with Python
-
How to use Multisignature Transactions in Java
This tutorial covers how to sign and send transactions from a multisignature account using the Algorand Java SDK
-
Algorand BSN Portal - Getting Started
“Participating in the BSN International provides a cost effective and stable infrastructure for developers and enterprises to build on Algorand." - Fangfang Chen, Chief Operating Officer at Algorand Foundation
-
Create your Own Coin on TestNet (LaylaCoin Series)
Learn how to create, opt-in, transfer, and read balances of an asset on TestNet.
-
Algo Builder Tutorial Part 4: Testing Smart Contracts
In this tutorial we present how `algob` helps the developers to test their smart contracts effectively.
-
LimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
Siam - Managing Global Application State
With Siam, you can operate a small key-value store on the Algorand blockchain with minimal configuration. You can start publishing real-world data to the blockchain and write your own oracle.
-
Deploying a Scheduling Service for Automated Payments
Deploy an automated payment system for scheduled payments using the Hangfire - .Net Library on the Algorand Network to make our background tasks and jobs easier for payments.
-
Create an Account on TestNet and Send Your First Transaction using C#
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Community Algorand .NET SDK and funding it using the Algorand Testnet Faucet. The tutorial also covers send a payment transaction between two accounts.
-
Track 65,000 Tickets - Arrays in Algorand
Learn how to create, update and read arrays in Algorand. We will utilize key-value pairs, bytes, and bits to persistently store almost 65,000 elements in a single smart contract.
-
Hash Time Lock Contract Template With JavaScript
Build a Smart Contract that functions as a HTLC using JavaScript
-
Algo Builder Tutorial Part 2: Stateless Smart Contracts
Building Smart Contracts with Algo Builder. Our goal is to make shipping Algorand applications simple, efficient, and scalable.
-
Algorand Builder Tutorial: Part 1 - Creating Local Network and Deploying ASA
[Algorand Builder](https://github.com/scale-it/algo-builder) is a development environment, testing framework and asset pipeline for Algorand. Our goal is to make shipping Algorand applications simple, efficient, and scalable.