keys
Showing 182 posts related with keys.
-
Monitoring Account Activity with AlertHub
This tutorial will walkthrough how to get started with AlertHub to enable real-time monitoring of status and activity on your account.
-
Read and Write to the Transaction Note Field with Java
Example Java to read and write into the note field.
-
Algorand Payment App
Learn how to build a DeFi Mobile Application on the Algorand Network to process payment transactions online.
-
Creating a Go Transaction with the PureStake API
Learn to create a transaction and send it programmatically.
-
Create and test smart contracts using Python
Create two smart contracts using Python Algorand SDK and PyTeal, then test their implementation using pytest.
-
Send an Algorand Transaction Using Rust!
In this tutorial we will take the first steps with the community supported Rust Algorand's SDK. We will start by installing Rust and the Algorand Sandbox and end by sending a transaction in a Rust program.
-
Stateless session management with the Pera wallet
Leveraging Wallet Connect, NextJs and Redux to securely login users.
-
A Crowdfunding DApp on the Algorand Network
A Crowdfunding Application built on the Algorand Network with the .NET Core framework. This will enable people crowdfund for their projects/businesses using the algorand protocol.
-
Build a SolidJS Web App with Wallet Integration
Create a web app with SolidJS and the solid-algo-wallets library to enable users to sign Algorand transactions with their wallet
-
Working with ASA using Java
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Java.
-
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.
-
Run Algorand Indexer using Azure Portal
This tutorial is a step by step guide on how to deploy and run an Algorand Indexer on Microsoft Azure using Azure Portal
-
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.
-
Algo Builder Tutorial Part 3: Stateful Smart Contracts
This is the third tutorial from the Algo Builder series. In this tutorial we present how `algob` helps the developers to wield the power of Stateful Smart Contracts with TEAL.
-
Create your Own Coin on TestNet (LaylaCoin Series)
Learn how to create, opt-in, transfer, and read balances of an asset on TestNet.
-
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.
-
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
-
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!