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.

vui

Showing 289 posts related with vui.

  • Post Thumbnail

    “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.

    Liz Baran
    Liz Baran Algorand
  • Post Thumbnail

    Bootcamp virtual para Builders: Camino a Hacker House

    ### ¿Por qué debería participar en el Bootcamp y crear mi proyecto sobre Algorand? * Los costos y velocidad para el desarrollo y pruebas en Algorand son extremadamente bajos, lo que te permitirá aprender sin complicaciones. * En el bootcamp conocerás casos previos de proyectos que le han sacado el máximo provecho a la red de Algorand y sus funcionalidades. * Algorand posee funcionalidades técnicas únicas que te permitirá de manera simplificada y sin pasos extra ejecutar diversas funciones en tu proyecto. * 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. ** Cada sesión durará 1:30 horas, estos son los temas que podrás aprender:** * Sesón 1: Creación de soluciones usando el poder web3 de las funciones de Algorand * Sesión 2: Herramientas y hacks para potenciar y acelerar tu proyecto * Sesión 3: Cómo presentar efectivamente proyectos web3 y sus bondades técnicas ### ¿Quiénes pueden participar? * Emprendedores * Creativos * Diseñadores * Desarrolladores * ¡Todos! Este bootcamp es abierto para todos aquellos que busquen aterrizar su idea de negocio en web3. ### ¿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

    Interact with the Algorand Blockchain Network using SMS and Voice

    Use the Twilio SMS and Voice APIs to interact with the Algorand Blockchain.

    Rashan Smith
    Rashan Smith Developer Ambassador
  • Post Thumbnail

    Wagering DApp with a serverless Vue + AlgoSigner Frontend

    Bet on your favourite team by wagering Algo! Easily interact with smart contracts powered by the Algorand blockchain thanks to a frontend web app using Vue and AlgoSigner.

    Lucas Van Mol
    Lucas Van Mol
  • Post Thumbnail
    Beginner · 15 minutes or less
    JavaScript icon

    Real-Time Block Visualizer with Vue

    Visualize real-time blockchain operations with Vue.

    Diego Said Anaya Mancilla
    Diego Said Anaya Mancilla Developer Ambassador
  • Post Thumbnail
    Beginner · 30 minutes
    JavaScript icon

    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

    Nicholas Burka
    Nicholas Burka
  • Post Thumbnail

    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.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Meet the Winners: Schelling Point Virtual Hackathon 2022

    Meet the winners of the Gitcoin hackathon focused on DeFi apps, developer tooling, and DAO projects.

    Michiel Mulders
    Michiel Mulders Algorand
  • Post Thumbnail

    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).

    Felipe Vieira
    Felipe Vieira Developer Ambassador
  • Post Thumbnail

    Fractional Auction Listing for Real Estate Investing

    Deploy a Fractional Auction Listing Application using smart contracts and atomic transfers to allow investors to purchase fractional ownership of real estate.

    Vincenzo Alaia
    Vincenzo Alaia Domain
  • Post Thumbnail

    Using the PHP Algorand SDK with Various Frameworks

    This solution describes how to use the new PHP Algorand SDK with the most used PHP Frameworks. (Codeigniter, Laravel, Lumen, Symfony and Yii)

    Felipe Vieira
    Felipe Vieira Developer Ambassador
  • Post Thumbnail

    ASA Bidding Application Using PyTeal

    Solution that explains a system developed on the Algorand network that does automated bidding for an asset of interest for a predefined period of time. The app is developed using PyTeal and py-algorand-sdk

    Vilijan Monev
    Vilijan Monev
  • Post Thumbnail

    Tic-Tac-Toe dApp

    Design and deploy the Tic-Tac-Toe game on the Algorand blockchain. The game logic is implemented as a Stateful Smart Contract using PyTeal while the communication with the network is done using the py-algorand-sdk.

    Vilijan Monev
    Vilijan Monev
  • Post Thumbnail
    Intermediate · 15 minutes or less
    Python icon

    Adding Transaction Capabilities to a dApp Using AlgoSigner

    AlgoSigner is a blockchain wallet that makes it easy to use Algorand-based applications on the web. In this tutorial, you will learn how to integrate AlgoSigner into your decentralized application.

    Alberto Viera
    Alberto Viera PureStake
  • Post Thumbnail
    Beginner · 1 hour
    Python icon

    Creating an NFTMarketplace

    Creating an NFTMarketplace application where users can mint, buy and sell NFTs.

    Vilijan Monev
    Vilijan Monev
  • Post Thumbnail

    Using Assets and Smart Contracts in Real Estate

    Blockchain enables disruptive innovation within the real estate industry. This tutorial series explains the basics and creates an NFT to represent a property.

    Vincenzo Alaia
    Vincenzo Alaia Domain
  • Post Thumbnail

    Beginner Bootcamp Python Español

    ![EditorImages/2024/04/05 17:16/1918x548-2.png](https://algorand-devloper-portal-app.s3.amazonaws.com/static/EditorImages/2024/04/05%2017%3A16/1918x548-2.png) **Proyecto:** Digital Marketplace. **Descripción del proyecto:** Aprende a usar Python para crear una aplicación descentralizada (smart contract + front-end) de un Marketplace digital, en el que podrás publicar productos digitales (assets) para vender, definir un precio y permitir a los usuarios finales comprarlos. **Horario:** * 06:00 PM (Colombia, Perú) * 20:00 (Argentina) **Agenda** * Sesión 1 (Agosto 19): Diseño e implementación de un smart contract de un marketplace digital usando Python * Sesión 2 (Agosto 20): Testing de los métodos dentro de tu smart contract en Python * Sesión 3 (Agosto 21): Construyendo un front-end para tu smart contract usando TypeScript * Sesión 4 (Agosto 22): Integrando el contrato inteligente y el front-end **Pre-requisitos: ** * [VS Code](https://code.visualstudio.com/) (Recomendado) * [Git](https://git-scm.com/downloads) * [Docker Desktop](https://www.docker.com/products/docker-desktop/) * [Python 3.10+](https://www.python.org/downloads/) * [NodeJS](https://nodejs.org/en/download) _Guías de instalación_ ([macOS](https://youtu.be/Kpf10h1wBgw?feature=shared), [Windows](https://youtu.be/hogThe-vgs8?feature=shared)) **¿Por qué Algorand?** Algorand es una blockchain capa 1 programable de nivel empresarial, es el lugar perfecto para comenzar (o continuar) tu viaje en blockchain. * Los bloques en Algorand se procesan en menos de 3 segundos. * La red Algorand puede procesar más de 10.000 transacciones por segundo, todas con finalidad instantánea. * El costo por transacción es de 0.001 Algo (sólo una fracción de céntimo de dolar). * Algorand es carbono neutral, diseñada desde el principio para ser amigable con el medio ambiente. * Las pruebas en Algorand son rápidas y económicas, lo que le permite innovar sin fricciones. * Además, cuenta con una gran cantidad de herramientas para desarrolladores, tutoriales y documentación. ¿Listo para lo mejor? Si eres un desarrollador de Python o TypeScript, no necesitas aprender un nuevo lenguaje porque puedes construir en Algorand usando Python y TypeScript. Es fácil empezar a construir gracias a[ AlgoKit](https://developer.algorand.org/algokit/?utm_source=devportal&utm_medium=bootcamp_landingpage&utm_campaign=algokit) (nuestra solución para acelerar tu proceso de construcción en Web3).

    Camilo Molano
    Camilo Molano 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
  • Load More