assets
Showing 163 posts related with assets.
-
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.
-
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.
-
Intermediate · 30 minutes
Using TEAL debugger with algo-buiilder
In this tutorial we present how to use TEAL debugger with `algob` (debugging smart contracts with dry run OR launch a live debugging session)
-
Intermediate · 30 minutes
Algo Builder Tutorial Part 4: Testing Smart Contracts
In this tutorial we present how `algob` helps the developers to test their smart contracts effectively.
-
Beginner · 1 hour
Creating an NFTMarketplace
Creating an NFTMarketplace application where users can mint, buy and sell NFTs.
-
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
-
Intermediate · 1 hour
Create A Private Instance of Algorand In A Testbed
This tutorial demonstrates the steps involved in creating a fully private instance of Algorand in a testbed with three independent VMs.
-
Intermediate · 30 minutes
LimitOrder Contract with JavaScript
A walkthrough example of how to use a limit order contract with JavaScript.
-
Intermediate · 30 minutes
LimitOrder Contract with Python
A walkthrough example of how to use a limit order contract with Python.
-
Intermediate · 1 hour
Run Algorand Indexer on Azure with Azure CLI
This tutorial is a step by step guide on how to deploy and run an Algorand Indexer on Microsoft Azure using Azure CLI
-
Intermediate · 30 minutes
Algorand Studio | Tutorial 2: Smart Contract Dynamic Fee
Use Algorand Studio for ASC development including creating a project, coding, compiling, and constructing transactions to execute the smart contract.
-
Intermediate · 30 minutes
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.
-
Beginner · 15 minutes or less
Create an Account on TestNet using Go
This tutorial demonstrates the steps involved in creating a basic Standalone Algorand Account using the Go SDK
-
Beginner · 30 minutes
Algorand BSN Portal - Getting Started
“Participating in the BSN International provides a cost effective and stable infrastructure for developers and enterprises to build on Algorand." - Fangfang Chen, Chief Operating Officer at Algorand Foundation
-
Beginner · 1 hour +
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!
-
Beginner · 15 minutes or less
Access BetaNet Network using Sandbox
This tutorial describes how to access the BetaNet network using Sandbox.
-
Intermediate · 30 minutes
LimitOrder Contract with Java
A walkthrough example of how to use a limit order contract with Java.