arc
Showing 329 posts related with arc.
-
Generating And Securing A Vanity Address Using Rekeying
This tutorial will show you how to use the Python package py-algorand-sdk to generate a new custom vanity Algorand address and how to subsequently secure it by rekeying it to an existing or new Algorand private key.
-
Create A Private Instance of Algorand In A Testbed
This tutorial demonstrates the steps involved in creating a fully private instance of Algorand in a testbed with three independent VMs.
-
Writing a Simple Smart Contract
Example showing how to build a simple smart contract.
-
LimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
Read and Write to the Transaction Note Field with Python
Example Python to read and write into the note field.
-
Algorand Blockchain Development using Reach Part 1
The future is bright for Algorand and Algorand Blockchain Developers. Tools like Reach are going to be the forefront of CrossChain / MultiChain development.
-
LimitOrder Contract with Go
A walkthrough example of how to use a limit order contract with Go.
-
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
-
Creating Transactions from Spreadsheets
This tutorial looks at how to create different Algorand transactions from an imported excel sheet.
-
Hash Time Lock Contract Template With Java
Build a Smart Contract that functions as a HTLC using Java
-
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
-
Setting the Transaction Fee with Python
Setting Transaction Fee with Python
-
Create your Own Coin on TestNet (LaylaCoin Series)
Learn how to create, opt-in, transfer, and read balances of an asset on TestNet.
-
LimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
Algo Builder Tutorial Part 4: Testing Smart Contracts
In this tutorial we present how `algob` helps the developers to test their smart contracts effectively.
-
Build your own Algo based store with Woocommerce and Andpay
Learn how quickly you can setup your first Algo based e-commerce store using Woocommerce and Andpay
-
Using VS Code with Java
This tutorial will facilitate how to debug using Visual Studio (VS) Code using Java
-
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.