dapp
Showing 285 posts related with dapp.
-
Introducing Algorand Virtual Machine: AVM 0.9 Release
This article summarizes many of the features available within the Algorand Virtual Machine (AVM) 0.9 Release.
-
Discover AVM 1.0
This article introduces a new developer portal experience and summarizes the changes made for the Algorand Virtual Machine 1.0 version.
-
Make a “.algo” name for yourself with NFDomains
NFD provides short, readable aliases for wallet addresses using NFT ASAs for .algo names.
-
Algorand INNOVATE Hackathon Winners
We’d like to congratulate all teams building for the Algorand INNOVATE Hackathon and announce our Winners. Hackers’ were presented with three themes to build projects that would further promote the growth of the Algorand ecosystem.
-
Meet the Winners: Schelling Point Virtual Hackathon 2022
Meet the winners of the Gitcoin hackathon focused on DeFi apps, developer tooling, and DAO projects.
-
An Overview of the Best Algorand Developer Resources
A summary of the most important courses, resources, and links to learn about Algorand development.
-
AVM 7 New Features
This article summarizes the new features available in the Algorand Virtual Machine (AVM) version 7.
-
Randomness on Algorand
Explaining the new randomness capabilities on Algorand.
-
Algorand Boosts Performance 5x in Latest Upgrade
Exploring Algorand's Latest Performance Upgrade
-
Introducing Official Algod Docker Containers
Overview of Algorand's Algod Containers, the path forward, and a quick how to!
-
Developer Improvements in go-algorand 3.16
go-algorand 3.16 introduces several noteworthy useful improvements for developers. We highlight and explain them here.
-
New Algorand Projects
Several projects have been added on the developer portal in the application section. Also, the API Services and Infrastructure section was updated as well. This post provides some interesting highlights for developers.
-
Create your own NFT, in Layman's Terms
In this blog post I will provide step by step instruction on creating an NFT with no knowledge of the process, from scratch.
-
Algorand Developer Bootcamp | Beginner
### Why should I be interested in learning about Algorand and participating in the Bootcamp? * Algorand has different SDK’s to help you with the building process in different languages and with extensive documentation. * The costs and speed for testing on Algorand are extremely low, which will allow you to learn and test without friction. * The companies that work with Algorand are constantly looking for developers to join their work teams. At the end of the Bootcamp you will be able to participate in solving challenges that will test your knowledge and will serve as a cover letter for you to apply for a Web3 job in the Algorand ecosystem. * This Beginner bootcamp will give you the foundations needed to take part in our Intermediate bootcamp. * Grow your web 3 developer skills on time to be able to participate in our exciting Global Virtual Hackathon at the end of the year. We’ll release more details shortly. **Each session will be 2 hours. Here’s what you can expect to cover over the 4 days:** * Session 1: Algorand Developer Onboarding with JavaScript SDK & AlgoKit Installation * Session 2: Building a dApp with Beaker and Deploying with dAppFlow * Session 3: Building & Debugging dApps with Beaker + PyTeal + PyTest * Session 4: Adding a TypeScript Frontend UI to the Auction dApp ### Why Algorand? When you decide to start working in blockchain, it is essential that you know the characteristics of the protocol that you are going to use, here are those of Algorand: * It is a layer 1 network that can process 10,000 transactions per second. * The cost per transaction is 0.001 ALGO == $0.0003 USD Approx. * Our blocks are processed in 3.3 seconds. * We are a carbon negative blockchain as we are committed to being environmentally friendly.
-
Hacker House Developer Bootcamp - Español Beginner
### ¿Por qué debería participar en el Bootcamp y aprender sobre Algorand? * Algorand te ofrece AlgoKit, un conjunto de herramientas que te ayudarán en tu proceso de desarrollo usando lenguajes que ya conoces (typescript y Python), con una extensa documentación. * Los costos y velocidad para el desarrollo y pruebas en Algorand son extremadamente bajos, lo que te permitirá aprender sin complicaciones. * Las empresas que trabajan sobre Algorand constantemente están buscando desarrolladores para unirlos a sus equipos. Al final del bootcamp serás capaz de resolver retos que demostrarán tu conocimiento y servirán como carta de presentación si buscas aplicar a un trabajo web3 en el ecosistema de Algorand. * Este Bootcamp Beginner te dará los fundamentos necesarios para formar parte del siguiente bootcamp intermedio. * Gracias a este bootcamp estarás preparado a tiempo para participar en la Hacker House de Algorand en Argentina, y también para la [Hackathon Global de Build-a-Bull](https://www.algorand.foundation/build-a-bull-hackathon). **Cada sesión durará 2 horas, estos son los temas que podrás aprender:** * Sesión 1: Intro a AlgoKit – La puerta a la web3 * Sesión 2: Smart contracts con Typescript - TEALscript * Sesión 3: Dominando la ABI (Application Binary Interface) * Sesión 4: Interacción con la DAO usando Dappflow ### Pre-requisitos * Cuenta de github ([sign up](https://github.com/signup)) * Conocimientos de typescript ### ¿Por qué Algorand? Cuando decides comenzar a trabajar en blockchain, es esencial que conozcas las características del protocolo que vas a utilizar. Aquí te presentamos las de Algorand: * Es una red de capa 1 que puede procesar 10,000 transacciones por segundo. * El costo por transacción es de 0.001 ALGO == Aproximadamente $0.0001 USD. * Nuestros bloques se procesan en 3.3 segundos. * Somos una blockchain carbono neutro, ya que estamos comprometidos en ser amigables con el medio ambiente.
-
Developer Intermediate Bootcamp
All the content will be in English and it is totally free, so if you are a developer and you ask yourself: Why should I be interested in learning about Algorand and participating in the Bootcamp? Algorand has different SDK's to help you with the building process in different languages and with extensive documentation. The costs and speed for testing on Algorand are extremely low, which will allow you to learn and test without friction. The companies that work with Algorand are constantly looking for developers to join their work teams. At the end of the Bootcamp you will be able to participate in solving challenges that will test your knowledge and will serve as a cover letter for you to apply for a Web3 job in the Algorand ecosystem. When you decide to start working in blockchain, it is essential that you know the characteristics of the protocol that you are going to use, here are those of Algorand: It is a layer 1 network that can process more than 6,000 transactions per second and is expected to reach 10,000. The cost per transaction is 0.001 ALGO == $0.0003 USD Approx. Our blocks are processed in 4 seconds. We are a carbon negative blockchain as we are committed to being environmentally friendly. What will you learn during the Bootcamp? Each session is 2 hours. 1.5 hours of content and 0.5 hours of Q&A. ### Session 1: State Storage - Build a Decentralized Autonomous Organization (DAO) contract - Use local and global state values - Refactor to make use of box storage state values - Implement proposal and voting mechanics ### Session 2: User-Defined Data Types - Explore various types: base, custom, tuple - Design a tuple for holding NFT traits within box storage - Update DAO contract to vote on those traits ### Session 3: Algorand Standards (ARC) for NFT, ABI and More - Introduce ARCs using SDKs - Explore various NFT standards (3, 4, 19, 69) - Update DAO contract using custom data type based on an NFT ARC - Test the contract by importing the ABI into dAppFlow - Introduce off-chain data storage using IPFS ### Session 4: Contract Composability - Implement NFT Factory - Enable the DAO to mint NFTs based on proposals/votes - Reuse auction from beginner to sell NFT - Distribute earnings to DAO members ### Who can participate? Everyone is welcome to build on Algorand! It is encouraged that you have successfully completed the Algorand Developer Bootcamp Beginner series, as that content provides the foundation for these intermediate sessions.
-
Hacker House Developer Bootcamp - Español Intermedio
### ¿Por qué debería participar en el Bootcamp y aprender sobre Algorand? * Algorand te ofrece AlgoKit, un conjunto de herramientas que te ayudarán en tu proceso de desarrollo usando lenguajes que ya conoces (typescript y Python), con una extensa documentación. * Los costos y velocidad para el desarrollo y pruebas en Algorand son extremadamente bajos, lo que te permitirá aprender sin complicaciones. * Las empresas que trabajan sobre Algorand constantemente están buscando desarrolladores para unirlos a sus equipos. Al final del bootcamp serás capaz de resolver retos que demostrarán tu conocimiento y servirán como carta de presentación si buscas aplicar a un trabajo web3 en el ecosistema de Algorand. * Este Bootcamp Beginner te dará los fundamentos necesarios para formar parte del siguiente bootcamp intermedio. * Gracias a este bootcamp estarás preparado a tiempo para participar en la Hacker House de Algorand en Argentina, y también para la [Hackathon Global de Build-a-Bull](https://www.algorand.foundation/build-a-bull-hackathon). ** Cada sesión durará 2 horas, estos son los temas que podrás aprender:** * Sesón 1: Refactorizando la dapp de DAO de manera mas robusta * Sesión 2: Testing y debugging de nuestra dapp fullstack * Sesión 3: Trabajando con algokit-utils y el generador de cliente UI * Sesión 4: Agregando un frontend web a nuestra dapp ### Pre-requisitos * Haber completado el Bootcamp Beginner * Cuenta de Github([sign up](https://github.com/signup)) * Entorno local configurado con: * NodeJS * Docker Desktop * Guias de Instalacion:([macOS](https://www.youtube.com/watch?v=Tl_r30fAtlQ) || [Windows](https://www.youtube.com/watch?v=lzW2tVO-KAo)) ### ¿Por qué Algorand? Cuando decides comenzar a trabajar en blockchain, es esencial que conozcas las características del protocolo que vas a utilizar. Aquí te presentamos las de Algorand:: * Es una red de capa 1 que puede procesar 10,000 transacciones por segundo. * El costo por transacción es de 0.001 ALGO == Aproximadamente $0.0002 USD. * Nuestros bloques se procesan en 3.3 segundos. * Somos una blockchain carbono neutro, ya que estamos comprometidos en ser amigables con el medio ambiente.
-
Algorand Developer Bootcamp | Beginner Español
**¿Por qué debería estar interesado en aprender sobre Algorand y participar en el Bootcamp?** * Algorand cuenta con diferentes SDK para ayudarte en el proceso de construcción en varios lenguajes, junto con una amplia documentación. * Los costos y la velocidad para realizar pruebas en Algorand son extremadamente bajos, lo que te permitirá aprender y probar sin fricciones. * Las empresas que trabajan con Algorand están constantemente buscando desarrolladores para unirse a sus equipos de trabajo. Al final del Bootcamp, podrás participar en la resolución de desafíos que pondrán a prueba tus conocimientos y servirán como carta de presentación para que apliques a un trabajo en el ecosistema de Algorand enfocado en Web3. * Este Bootcamp para principiantes te proporcionará las bases necesarias para participar en nuestro Bootcamp Intermedio. * Desarrolla tus habilidades como desarrollador de Web3 a tiempo para poder participar en nuestro emocionante Hackathon Virtual Global a finales de año. Pronto compartiremos más detalles al respecto. **Cada sesión tendrá una duración de 2 horas. Esto es lo que puedes esperar cubrir durante los 4 días:** * Sesión 1: Introducción al desarrollo en Algorand con JavaScript SDK e instalación de AlgoKit. * Sesión 2: Construcción de una dApp con Beaker e implementación con dAppFlow. * Sesión 3: Creación y depuración de dApps con Beaker + PyTeal + PyTest. * Sesión 4: Agregar una interfaz de usuario frontend en TypeScript a la dApp de subasta. Fecha: 28 -31 de Agosto Hora: * 05:00 pm (México) * 06:00 pm (Colombia, Perú) * 20:00 (Argentina) **¿Por qué Algorand?** Cuando decides comenzar a trabajar en blockchain, es esencial que conozcas las características del protocolo que vas a utilizar. Aquí te presentamos las de Algorand:: * Es una red de capa 1 que puede procesar 10,000 transacciones por segundo. * El costo por transacción es de 0.001 ALGO == Aproximadamente $0.0002 USD. * Nuestros bloques se procesan en 3.3 segundos. * Somos una blockchain carbono neutro, ya que estamos comprometidos en ser amigables con el medio ambiente.