ivr
Showing 68 posts related with ivr.
-
Interact with the Algorand Blockchain Network using SMS and Voice
Use the Twilio SMS and Voice APIs to interact with the Algorand Blockchain.
-
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.
-
Create and test smart contracts using Python
Create two smart contracts using Python Algorand SDK and PyTeal, then test their implementation using pytest.
-
Using the Algorand Blockchain to Track COVID-19
Sample code for scraping and processing IReport-Covid survey data from the Algorand Blockchain to better understand how COVID-19 affects people in real time.
-
Build Algorand iOS, Android and UWP apps using C# .NET SDK and Xamarin
This solution shows how to build an Algorand application for iOS, Android and Universal Windows Platform (UWP), with one code base, using Xamarin Forms and C#.
-
Exporting Algorand Transactions for Tax Reporting
Export tool for exporting Algorand on-chain transactions including rewards for crypto-tax sites to consume.
-
Integrate AlgoSigner to JavaScript Application on Algorand
This solution contains several examples of different ways to use the Algorand JavaScript SDK, including sending transactions, creating atomic transfers, and interacting with Smart Contracts.
-
Wagering DApp with a serverless Vue + AlgoSigner Frontend
Bet on your favourite team by wagering Algo! Easily interact with smart contracts powered by the Algorand blockchain thanks to a frontend web app using Vue and AlgoSigner.
-
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!
-
AlgoIoT
Smart sensor demo unit with Algorand data notarization: leveraging AlgoIoT library by GT50
-
Stateless session management with the Pera wallet
Leveraging Wallet Connect, NextJs and Redux to securely login users.
-
Hybrid 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
-
Create and Manage a Non-Fungible ASA from the Command Line Using goal
This tutorial guides you step-by-step through the creation and configuration of a non-fungible Algorand Standard Asset (ASA) from the command line using goal.
-
Create A Private Network
This tutorial walks through creating and running a private network that can be used to test your application.
-
Understanding the TEAL Opcode Budget
This guide gives a high-level overview of TEAL's opcode budget system, as well as a method to (finitely) increase it.
-
Song Vote on Algorand - Create and deploy a fully functioning Dapp
Create and deploy dApp to vote on songs (or other things) on the Algorand test network. By the end you will have a good understanding of the full development pipeline on Algorand!
-
Algorand Atomic Transfers
A conceptual overview of Algorand Atomic Transfers for developers.