keys
Showing 183 posts related with keys.
-
Beginner · 1 hour
Create a Node on Azure & Sign Transactions with Azure Key Vault and Python
In this tutorial, you will learn how to deploy an Azure Linux Virtual Machine and install an Algorand node on it. This tutorial will also go over how to sign a Transaction with Azure KeyVault.
-
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.
-
How to Participate in Algorand State Proof Generation (Register State Proof Keys)
A step-by-step tutorial on how to generate and register an account's online keys to participate in consensus and State Proof generation
-
Beginner · 30 minutes
Algorand Studio | Tutorial 1: Basic Features
Set up your local machine for Algorand development using Algorand Studio, includes a walk through its basic features.
-
Beginner · 15 minutes or less
Create an Account on TestNet with Python
Generate a new account, fund it, and check your balance on TestNet using the Python SDK.
-
Intermediate · 30 minutes
Atomic Transactions Web and Console Applications
This is a DApp walkthrough to generate account addresses and mnemonic keys, fund the account, check the account details, and also perform transactions. This was built using the C#/.NET framework to communicate with the Algorand Blockchain.
-
AlgoRanch @ EthDenver
 Themes will cover some of the latest developments on Algorand – from the launch of staking rewards and new, super-simple node running tools, to updates with AlgoKit and the Algorand developer UX, tools for cross-chain building, new dapps and creators in the ecosystem, and more. Bring your laptop, your Pera wallet, and your boots… because we’ll be rounding up some of the best devs in town for these talks. Don’t miss out! ## Schedule: **🌟 10:00 - 11:30 AM | Stake & Eggs Brunch** ICYMI: Algorand 4.0 is here and with it comes the industry’s most accessible Staking Rewards program. There are already more than 3,000 mainnet nodes live across the globe. Join this session and learn more about consensus on Algorand and how to stake your claim with one of the industry’s most community-owned networks. Unlike other networks, staking on Algorand comes with: * no lock-up period * no slashing penalties * real-time rewards, paid every 2.8s as blocks are finalized * options for everyone to participate, from solo staking to staking pools and liquid staking Join this session to: * learn more about staking rewards and protocols on Algorand * get real-time help starting up your own Algorand node (with NodeKit for Algorand it takes as little as 15 minutes!) * enjoy a “light bites” brunch **Speakers include:** * Patrick Bennett, CEO, TxnLab * Andrew, Founder, GalaxyPay * Algorand Dev Rels Brian Whippo, Chris Kim, and Gabriel Kuettel (Can’t wait ‘til the event to learn more about Algorand staking? Visit algorand.co/staking-rewards for all the juicy details.) 🌟 **12:30 - 2:00 PM | RWAs, Prediction Markets, and Payments… let’s start building live!** Can you build all of that on Algorand? You bet your boots you can! And easily too, thanks to AlgoKit and the recently improved Algorand dev UX, offering native Python and TypeScript programming languages, a localnet block explorer, and more. Be sure to bring your laptop for this hands-on, technical session, where we’ll cover: * How to onboard to Algorand and start building in 5 minutes * A quick flyover of Algorand’s improved developer UX and industry-leading tools, like LORA (aka the live, on-chain resource analyzer) * How to mint Algorand Standard Assets (ASAs) – from memecoins to tokenized assets **Speakers include:** * Algorand Dev Rels Brian Whippo, Chris Kim, and Gabriel Kuettel * Jerry Chu, CEO & Co-Founder, and Mark Keane, Data Scientist Lofty / Alpha Arcade * Liv Hartoft Borre, Head of Customer Integrations, and Stefan Krumbaek, CCO, ZTLment **🌟 2:30 - 4:30 PM | Cross-Chain & Chill** Whoaaaa there, builders! Don’t miss these fun and informative chats on going cross-chain, Algorand memecoins, and more. Connect with Algodevs from key ecosystem projects. Show us what you’re building. Or just chill! We’re here to hang and connect. **🌟 2:45-3:10 PM | Build cross-chain with Router** Learn about building killer dApps in a multichain world! * Ram Ramachandran, CEO & Cofounder, Router * Min Wei, EVP of Ecosystem Growth, Algorand Foundation 🌟 **3:15 - 3:40 PM | Taking DeFi cross-chain** The era of interoperable DeFi is upon us. Hear how builders are creating cross-chain experiences for users and tapping into new opportunities – and discuss what protocols and tools are still waiting to be built! * Zeno Auersperg, Cofounder & CEO, AQube * Ibu Karel, CMO, Folks Finance * Marc Vanlerberghe, CMO, Algorand Foundation 🌟 **3:30-5:00 | Chat & chill with Algorand devs** Connect with Algodevs from key ecosystem projects, like ZTLment, TxnLab/NFDomains, Lofty, Monko, and more. Show us what you’re building. Or just chill! We’re here to hang and connect. Before the event, be sure to download Pera wallet. Not only is Pera your gateway to the Algorand ecosystem, but throughout the event we’ll be sending out airdrops and other surprises to attendees.
-
Intermediate · 30 minutes
Create an Online Game Marketplace to Buy/Sell Games
In this tutorial, we will learn how to interact with the Algorand network to create an online marketplace where games can be bought or sold online using TestNet.
-
Beginner · 15 minutes or less
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.
-
Beginner · 30 minutes
Create A Private Network
This tutorial walks through creating and running a private network that can be used to test your application.
-
Beginner · 30 minutes
Read and Write to the Transaction Note Field with JavaScript
Example JavaScript to read and write into the note field
-
Beginner · 15 minutes or less
How to Run the ORE ID Sample App
Take ORE ID for a test drive. ORE ID makes it easy for users to send transactions to the blockchain from within your app. This tutorial will teach you how to pull down and run the ORE ID sample app running on the Algorand blockchain on your local machine.
-
Beginner · 1 hour
Creating an NFTMarketplace
Creating an NFTMarketplace application where users can mint, buy and sell NFTs.
-
Intermediate · 30 minutes
Hash Time Lock Contract Template With Java
Build a Smart Contract that functions as a HTLC using Java
-
Beginner · 15 minutes or less
Access BetaNet Network using Purestake
Access BetaNet Network using PureStake
-
Intermediate · 1 hour
Creating a License Manager Contract utilizing PyTEAL and Inner Transactions
This tutorial will introduce the reader to using Inner Transactions in PyTEAL using an example scenario: A License Manager Contract
-
Beginner · 30 minutes
Read and Write to the Transaction Note Field with Go
Example using Go to read and write into the note field.
-
Beginner · 1 hour
Working with ASA using Go
This tutorial demonstrates the steps involved in creating a basic Algorand Standard Asset using Go