Algorand SDK
Showing 200 posts related with Algorand SDK.
-
AlgoNim
AlgoNim is the first Algorand game incorporating all the features introduced in Algorand 2.0: Algorand Standard Assets (ASA), Atomic Transfers (AT) and Algorand Smart Contracts (ASC1).
-
Ecommerce Payments Using PHP/Javascript
Allow users to pay for online goods using Algorand assets at the checkout terminal.
-
Block'n'Poll - Blockchain polling web application
Block'n'Poll is a blockchain polling web application that allows users to easily create permissionless polls and vote on Algorand blockchain.
-
Case Study: OneStep Disaster Relief Platform Built on Algorand
This article describes the development of a comprehensive disaster relief platform powered by the Algorand blockchain.
-
Algorand Blockchain Development using Reach Part 2 RPS
Blockchain development doesn't have to be difficult. Using Reach lang proves that. Please visit docs.reach.sh for more information.
-
Split Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
LimitOrder Contract with Go
A walkthrough example of how to use a limit order contract with Go.
-
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
-
LimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.
-
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.
-
Decentralised co-operative unions with Algorand Multisignature Account
Blockchain credit union membership contributions and payments on Algorand.
-
Split Contract Template with Java
An example walkthrough of the Split Contract Template in Java
-
Split Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Hash Time Lock Contract Template With Python
Build a Smart Contract that functions as a HTLC using Python
-
Create an Account on TestNet using JavaScript
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the JavaScript SDK.
-
Working with ASA using Go
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Go