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.

Javascript

Showing 100 posts related with Javascript.

  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Algorand Blockchain Development using Reach - Part 6: Looping to Determine the Winner

    In this tutorial, we explore loops in Reach. As dApp developers must take special care when performing loops within a consensus network. Thankfully, the Reach verification engine assures we write safe dApps.

    Kwame Bryan
    Kwame Bryan Developer Ambassador
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Algorand Blockchain Development using Reach Part 3 Bets - Wagers

    In this tutorial, we add in both wagering and payouts to the winner of our Rock Paper Scissors Algorand blockchain game. By the end of this tutorial, you will have a full featured game allowing wager, provably fair outcomes and payouts to the winner.

    Kwame Bryan
    Kwame Bryan Developer Ambassador
  • Post Thumbnail
    Beginner · 15 minutes or less
    JavaScript icon

    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.

    Shyla Hardwick
    Shyla Hardwick Aikon
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Algorand Builder Tutorial: Part 1 - Creating Local Network and Deploying ASA

    [Algorand Builder](https://github.com/scale-it/algo-builder) is a development environment, testing framework and asset pipeline for Algorand. Our goal is to make shipping Algorand applications simple, efficient, and scalable.

    Robert Zaremba
    Robert Zaremba Algorand Builder
  • Post Thumbnail
    Beginner · 15 minutes or less
    JavaScript icon

    Test your Algorand ORE ID Integration

    Testing your ORE ID app setup can be done easily on the developer dashboard. This includes testing your app’s account creation using any of the Oauth platforms, and signing transactions and can be done on both test and production apps.

    Shyla Hardwick
    Shyla Hardwick Aikon
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Build a SolidJS Web App with Wallet Integration

    Create a web app with SolidJS and the solid-algo-wallets library to enable users to sign Algorand transactions with their wallet

    Brian Whippo
    Brian Whippo
  • Post Thumbnail
    Intermediate · 1 hour
    JavaScript icon

    Building a lending pool using Reach

    A lending pool is a contract which can be use to lend and borrow funds, tokenize debt and track interest earned or due. We will use Reach to build such a lending pool and see how the high level features make it easy to write such complex apps.

    Anmol
    Anmol
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    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.

    Amit Yadav
    Amit Yadav Algo Builder
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Algorand Blockchain Development using Reach Part 4 Trust - Commitments

    In this tutorial, we implemented a secure version of Rock, Paper, Scissors. These are the cornerstones of Blockchain development.

    Kwame Bryan
    Kwame Bryan Developer Ambassador
  • Post Thumbnail
    Intermediate · 1 hour +
    JavaScript icon

    Using loop invariants for verification in Reach

    Loops can be quite useful for writing Reach programs but verifying the outcome of loops can be challenging. In this tutorial, we will go through a tour of one of the most important features of Reach - automatic verification of loops using invariants.

    Anmol
    Anmol
  • Post Thumbnail
    Beginner · 30 minutes
    JavaScript icon

    Algorand Studio | Tutorial 1: Basic Features

    Set up your local machine for Algorand development using Algorand Studio, includes a walk through its basic features.

    Phil Li
    Phil Li Obsidian Labs
  • Post Thumbnail
    Beginner · 15 minutes or less
    JavaScript icon

    Algo Builder: Intro to the Web Package

    This tutorial is to demonstrate [`pipeline-ui`](https://github.com/scale-it/algo-builder-templates/tree/master/pipeline-ui) and [`AlgoSigner`](https://www.purestake.com/technology/algosigner/) in webapp using [`@algo-builder/web`](https://github.com/scale

    Ravindra Meena
    Ravindra Meena
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Algo Builder Tutorial Part 5: Algob Console

    In this tutorial we present how to use `algob console` to quickly and easily interact with Algorand Standard Assets and Smart Contracts.

    Ratik Jindal
    Ratik Jindal
  • Post Thumbnail
    Intermediate · 1 hour
    TEAL icon

    Royalty Fees in Algorand Using PyTeal

    This is a short tutorial that explains how to implement Royalty Fees using Inner Transactions and Teal v5 capabilities in Algorand.

    Alessio Russo
    Alessio Russo KTH
  • Post Thumbnail
    Beginner · 15 minutes or less
    JavaScript icon

    Create Your First ORE ID Application

    Creating your test app is simple using our sample app. Here you will learn to create an ORE ID app and configure the sample app to run your test app, allowing you to test logins and transaction signing on the chain.

    Shyla Hardwick
    Shyla Hardwick Aikon
  • Post Thumbnail
    Intermediate · 30 minutes
    JavaScript icon

    Algorand Blockchain Development using Reach Part 5 Non Participation

    Non-participation occurs both in the centralized and decentralized development worlds. In the case of commerce-driven development knowing how to handle this is paramount as a blockchain developer.

    Kwame Bryan
    Kwame Bryan Developer Ambassador
  • Post Thumbnail
    Beginner · 15 minutes or less
    goal icon

    Access BetaNet Network using Sandbox

    This tutorial describes how to access the BetaNet network using Sandbox.

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail
    Beginner · 1 hour +
    JavaScript icon

    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!

    Antony Silvetti-Schmitt
    Antony Silvetti-Schmitt University of Illinois
  • Load More