Create Publication

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

dapp

Showing 285 posts related with dapp.

  • Post Thumbnail
    Intermediate · 1 hour +
    JavaScript icon

    Algorand Blockchain Development using Reach - Part 7: React.js Front End and AlgoSigner Integration

    In this final entry in the series dApp development with Reach. We add a UI to our Rock Paper Scissors game. We will also interact with AlgoSigner as our Web Wallet. We assume the reader has followed the full tutorial series and Reach reference docs.

    Kwame Bryan
    Kwame Bryan Developer Ambassador
  • Post Thumbnail
    Intermediate · 1 hour
    C# icon

    Create a Mobile App (Android/iOS) using Xamarin Forms

    Create a Mobile Application enabling you to interact with the Algorand blockchain.

    Stephen Sunday
    Stephen Sunday KusuConsult
  • Post Thumbnail

    Encode Algorand Club Recap

    Recap of the Encode Algorand Club pre-accelerator and describes the projects built by each participating team.

    Anthony Beaumont
    Anthony Beaumont Encode
  • Post Thumbnail

    Django Staking Service Demo

    This article introduces you to an example staking platform that’s available on github, to demonstrate how such a service can be created on Algorand.

    Steve Ferrigno
    Steve Ferrigno Algorand
  • Post Thumbnail

    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.

    Emma Barry Murphy
    Emma Barry Murphy Algorand
  • Post Thumbnail

    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.

    Evert Diaz
    Evert Diaz Algorand
  • Post Thumbnail

    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.

    Ryan R. Fox
    Ryan R. Fox Algorand
  • Post Thumbnail

    Build-A-Bull Developer Bootcamp - Beginner

    ### Why should I be interested in learning about Algorand and participating in the Bootcamp? * Algorand has AlgoKit to help you with the building process using languages you already know (TypeScript and Python) 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 in time to be able to participate in our exciting [Global Virtual Hackathon](https://www.algorand.foundation/build-a-bull-hackathon) at the end of the year. **Each session will be 2 hours. Here’s what you can expect to cover over the 4 days:** * Session 1: Introducing AlgoKit – your window into Web3 * Session 2: Writing smart contract logic using TealScript * Session 3: Mastering the Application Binary Interface (ABI) * Session 4: Interacting with the DAO dApp using dAppFlow ### Prerequisites * GitHub account ([sign up](https://github.com/signup)) ### 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.

    Ryan R. Fox
    Ryan R. Fox Algorand
  • Post Thumbnail

    Build-A-Bull Developer Bootcamp - Intermediate

    ### Why should I be interested in learning about Algorand and participating in the Bootcamp? * Algorand has AlgoKit to help you with the building process using languages you already know (TypesScript and Python) 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. * Grow your web 3 developer skills in time to be able to participate in our exciting [Global Virtual Hackathon](https://www.algorand.foundation/build-a-bull-hackathon) at the end of the year. ** Each session will be 2 hours. Here’s what you can expect to cover over the 4 days:** * Session 1: Refactoring the DAO dApp with robust features * Session 2: Testing & Debugging a full stack web3 dApp * Session 3: Working with algokit-utils & UI client generation * Session 4: Adding a web frontend UI to the DAO dApp ### Prerequisites * Completion of Beginner Bootcamp content * GitHub account ([sign up](https://github.com/signup)) * local workstation configured with: * NodeJS * Docker Desktop * Installation Guides ([macOS](https://www.youtube.com/watch?v=zsurtpCGmgE), [Windows](https://www.youtube.com/watch?v=22RvINnZsRo)) ### 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

    Emma Barry Murphy
    Emma Barry Murphy Algorand
  • Post Thumbnail

    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.

    Camilo Molano
    Camilo Molano Algorand
  • Post Thumbnail

    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.

    Evert Diaz
    Evert Diaz Algorand
  • Post Thumbnail

    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.

    Emma Barry Murphy
    Emma Barry Murphy Algorand
  • Post Thumbnail

    Iowa Code Camp

    June 17th, 2023 8:00am - 5:30pm No cost Event Location: [https://iowacodecamp.com/about/location](https://iowacodecamp.com/about/location) **Build Blockchain dApps with .NET** Blockchain has gone from relative obscurity outside of technical circles just a few years ago to seeming applicability in every industry today. Learn what a dApp (decentralized App) is and how to deploy dApps to the blockchain. Also in this session, find out the latest blockchain development tools using a C# Visual Studio Extension as well as a decentralized Unity SDK. See how blazing fast it is to develop blockchain solutions. It has never been simpler. This session demonstrates the fastest way to build dApps. Code will be shown on how to build and deploy to blockchain! The session will cover getting started building and deploying decentralized applications (dApps). In this session you will learn how to... Understand the real potential of blockchain Set up your blockchain development environment Use C# to deploy Web and Maui dApps to the blockchain Use Unity to create a blockchain gaming solution Build Blockchain dApps with .NET (Level: 100) Speaker: [Russell Fustino](https://iowacodecamp.com/speaker/list#2) [Complete Session List](https://iowacodecamp.com/session/list)

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    Style Transfer Service

    This solution shows how would be possible to use Algorand as the payment gateway for an Artificial Intelligence Marketplace, implementing an online Style Transfer as the first service.

    NonSense Coder
    NonSense Coder
  • Post Thumbnail

    Integrate AlgoSigner to JavaScript Application on Algorand

    This solution contains several examples of different ways to use the Algorand JavaScript SDK, including sending transactions, creating atomic transfers, and interacting with Smart Contracts.

    JW Dixon
    JW Dixon
  • Post Thumbnail

    Securities and Permissioned Tokens

    This article presents a design of permissioned / securities tokens on Algorand. We will implement company shares using ASA and smart contracts with Algo Builder.

    Robert Zaremba
    Robert Zaremba Algorand Builder
  • Post Thumbnail

    ASA payment for a smart contract service using Algorand

    This article presents a solution for how to use ASA payment for a smart contract service using Algorand. We will implement this using [Algo Builder](https://algobuilder.dev).

    Amit Yadav
    Amit Yadav Algo Builder
  • Post Thumbnail

    What's the best way to learn about Algorand?

    This blog describes my journey to learning Algorand development and provides you with tips on how to get started building on Algorand.

    Camille Dubois
    Camille Dubois
  • Load More