wallet
Showing 115 posts related with wallet.
-
Beginner · 15 minutes or less
Redux Example: Connect to Algorand Wallet via WalletConnect
In this tutorial, you will learn how to add WalletConnect to your React & Redux app for users to connect to the official Algorand Wallet.
-
Beginner · 1 hour
Using WalletConnect with Reach in an RSVP system
When running an event, the organizer typically requires attendees to RSVP. However, typically there is a high no-show number for free events. So, the admin may charge a fee for the RSVP and reimburse upon check-in. No-shows loose the fee to the organizer.
-
Payment Prompts with Algorand Mobile Wallet
The Algorand Mobile Wallet provides the ability to use QR codes to create, sign and send transactions. This document provides a brief overview for developers and users.
-
Algo Tides - Manage Your Own Wallets with a Graphical Interface
This solution introduces you to "Algo Tides" and describes common techniques in building a graphical interface on Algorand using Python.
-
Creating Algorand Wallet Application with PHP Algorand SDK
This solutions describes how to use and create a Wallet Application (WebApp GUI) with the new PHP Algorand SDK (native).
-
Create a Cross-Platform Wallet with Flutter and Dart SDK
Use Flutter 2 to create production-ready cross-platform Algorand applications and export them to mobile, web and desktop.
-
Creating a demo wallet using Flask
Flask is a Python framework for quickly creating webapps. In this solution we'll be using Flask and the Algorand SDK to show how to make a demo wallet web application.
-
Vue.js Multi Wallet Widget
Vue.js component to manage web wallets: Pera, AlgoSigner and MyAlgo
-
Beginner · 30 minutes
Using Azure Key Vault for Wallet Transactions using JavaScript
The aim of this tutorial to teach how to use Azure KeyVault to store secret and retrieve the secret to sign transactions and recover account.
-
Beginner · 30 minutes
Build a Web dApp Algorand Wallet Interface Using Reach and Vue
A starter web dApp wallet interface using Reach-lang & Vue, that connects to an Algorand wallet & funds it from a local devnet
-
Beginner · 1 hour
Stateless session management with the Pera wallet
Leveraging Wallet Connect, NextJs and Redux to securely login users.
-
Intermediate · 1 hour
Build an Algorand Web Wallet Interface Using Reach and React
This tutorial is a simple step by step guide on how to use the Reach frontend to connect to an Algorand wallet and sign transactions using MyAlgoWallet and Algosigner with React.
-
Algorand Wallet Now Open Source
Algorand Wallet, the official mobile wallet for the Algorand blockchain, is now fully open source, allowing developers to build the app locally for testing integrations with dApps and mobile projects.
-
Connecting WebApps using AlgoSigner
This article highlights the AlgoSigner Chrome plugin and how it can be used to handle private keys and secret mnemonics without developers having to worry about them.
-
From Algos to ASAs
This guide maps core technical concepts related to the Algo to Algorand Standard Assets, which is Algorand's Layer-1 implementation for third-party fungible and non-fungible tokens.
-
Adding mobile signing support to your dApp
Introduction to adding mobile wallet signing support to your dApp. WalletConnect protocol will be added to the Algorand Wallet shortly.
-
“Alexa, ask Algorand for the latest round on MainNet?”
Sample code for how to transform a few basic interactions with the Algorand blockchain into a voice-interactive experience using Alexa.
-
Creating a Point-of-Sale Application with the Algorand Blockchain
We show how to use Algorand’s blockchain to create an alternative payment solution for processing retail transactions. The solution demonstrates a point-of-sale application and a signing wallet.