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.

arc

Showing 329 posts related with arc.

  • Post Thumbnail

    Building on Algorand: Developer Week 2020 Hackathon, Recap and Code

    Over 600 attendees participated recently at the Algorand Sponsored Developer Week 2020 in San Francisco...

    Russell Fustino
    Russell Fustino Algorand
  • Post Thumbnail

    Getting Started with Assets

    Creating an asset is simply a type of transaction on Algorand. There is no contract code required. Here are five ways to get started developing with Algorand Standard Assets.

    Liz Baran
    Liz Baran Algorand
  • Post Thumbnail

    TEAL ALGO Oracle in Algorand Layer-1

    In a blockchain, the ability to reference a price on-chain enables a seamless and trustless transaction environment, especially for automated transactions and smart contracts. Oracles are the entities in charge of broadcasting off-chain data such as market price to the blockchain, and serve as a source of truth that allows on-chain dApps to measure the value of assets referenced within a transaction. Rand Labs and Borderless Capital releases a Algorand Oracle that can be referenced in atomic transfers using TEAL stateful and stateless smart contracts.

    Pablo Yabo
    Pablo Yabo Rand Labs
  • Post Thumbnail

    Sharing Global State Across Contracts

    This article explains how one contract can read another's global state.

    Jason Weathersby
    Jason Weathersby Algorand
  • 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

    Integrate AlgoSigner Components Into Your DApp Using React

    React is one of the most popular JavaScript frontend libraries available. Quickly add AlgoSigner components to interface users with your DApp.

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

    Introducing TEAL Version 3

    This article summarizes all the changes made to TEAL in version 3.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Make a “.algo” name for yourself with NFDomains

    NFD provides short, readable aliases for wallet addresses using NFT ASAs for .algo names.

    Patrick Bennett
    Patrick Bennett Developer Ambassador
  • Post Thumbnail

    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.

    Tony Albanese
    Tony Albanese 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

    Contract to Contract calls and an ABI come to Algorand

    This article summarizes many of the features available within the Algorand Virtual Machine (AVM) 1.1 Release.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Algorand Unlimited Assets and Smart Contracts

    This article details the changes made to both the Algorand Algod (3.5.1) and Indexer (2.10.0) processes. This includes removing limits on Assets and Contracts that can be created or optioned into.

    Jason Weathersby
    Jason Weathersby Algorand
  • Post Thumbnail

    Introducing Algod Node UI

    This article announces the release of a Node UI for Algorand

    Chai Hoang
    Chai Hoang Algorand
  • Post Thumbnail

    Automated testing for Algorand smart contracts - Part 1

    A three part series on automated testing for your TEAL smart contracts

    Ashley Davis
    Ashley Davis Hone
  • Post Thumbnail

    Algorand Developer Bootcamp | Intermediate

    ### 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. * 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: State Storage * Session 2: User-Defined Data Types * Session 3: Algorand Standards (ARC) for NFT, ABI and More * Session 4: Contract Composability ### 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

    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

    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

    Developer Preview of Conduit

    Developer preview release of Conduit, a new, powerful, and flexible way to access Algorand chain data.

    Chai Hoang
    Chai Hoang Algorand
  • Load More