your own node
Showing 284 posts related with your own node.
-
ALGO Payment Plugin for Shopware 6 eCommerce
Accept payments to your Shopware 6 webshop from the Algorand network. This Shopware plugin, written in server-side PHP, takes care of accepting Algorand payments using the free AlgoExplorer API.
-
Algorand QR Code Generator
A comprehensive Algorand QR Code generator (exportable to SVG, PNG and Base64). Works in Terminal, NodeJS and modern browsers. Complies to Algorand URI ABNF Grammar and RFC 3986.
-
Getting started with Python Algorand SDK and Django
Step by step guide to the algodjango project presenting some Algorand's blockchain processes with the help of py-algorand-sdk package.
-
How does an Extendable DAO work?
An Extendable DAO allows for an eager community to build upon the DAO, adding new functionality and activating it by voting.
-
Instant Finality - What makes Algorand stand among blockchains
Learn about Instant Finality, why it works and how it makes Algorand the best blockchain to develop on!
-
Beginner · 30 minutesDeploying a bet dApp powered by Beaker
In this tutorial you will deploy a bet dApp, named AlgoBet. You will setup an Algorand sandbox, compile the AlgoBet smart contract and instantiate it on the testnet. Finally, you will be able to interact with the deployed decentralized bet system.
-
Beginner · 1 hour +Deploying Sandbox to a Linux VM in Azure
This tutorial demonstrates how to deploy a Sandbox development environment to a linux virtual machine in Azure. It tackles in great detail how to navigate Azure, but also provides an easy-to-use template for those with Azure experience.
-
Intermediate · 1 hourHybrid Online / Offline Shared Management of Community ASA through Multisig Account
In this tutorial you will learn how to share the management of a “Community Membership ASA” among the Community Board members with a Multisignature Account using a hybrid Online / Offline approach
-
Intermediate · 30 minutesHash Time Lock Contract Template With Go
Build a Smart Contract that functions as a HTLC using Go
-
Intermediate · 30 minutesHash Time Lock Contract Template With JavaScript
Build a Smart Contract that functions as a HTLC using JavaScript
-
Beginner · 30 minutesAlgoMinter - a Web App for Minting Assets Using Python, AlgoSigner, and Anvil Platform
In this tutorial, we will demonstrate how to easily build simple web apps with minimum infrastructure configuration efforts using Python and Anvil platform, as well as, how to integrate them with AlgoSigner.
-
Intermediate · 15 minutes or lessSplit Contract Template with Go
An example walkthrough of the Split Contract Template in Go
-
Intermediate · 15 minutes or lessSplit Contract Template with Python
An example walkthrough of the Split Contract Template in Python
-
Intermediate · 1 hourTrack 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.
-
Beginner · 30 minutesRead and Write to the Transaction Note Field with Java
Example Java to read and write into the note field.
-
Intermediate · 30 minutesAlgo Builder Tutorial Part 4: Testing Smart Contracts
In this tutorial we present how `algob` helps the developers to test their smart contracts effectively.
-
Intermediate · 15 minutes or lessSplit Contract Template with JavaScript
An example walkthrough of the Split Contract Template in JavaScript
-
Beginner · 30 minutesRead and Write to the Transaction Note Field with JavaScript
Example JavaScript to read and write into the note field