An open API service indexing awesome lists of open source software.

awesome-algorand

⚡A curated list of awesome resources related to the Ⱥlgorand Blockchain ⛓
https://github.com/aorumbayev/awesome-algorand

Last synced: 6 days ago
JSON representation

  • Core Resources

    • Official Resources

    • AlgoKit

      • algokit-cli - The Algorand AlgoKit CLI is the one-stop shop tool for developers building on the Algorand network.
      • algokit-lora - Lora is a powerful visual tool designed to streamline the Algorand local development experience. It acts as both a network explorer and a tool for building and testing your Algorand applications.
      • AlgoKit Docs - Official Algorand AlgoKit documentation.
      • algokit-utils-py - Algorand AlgoKit Utils for Python.
      • algokit-utils-ts - Algorand AlgoKit Utils for TypeScript.
      • algokit-client-generator-py - Algorand AlgoKit Typed Client Generator for Python.
      • algokit-client-generator-ts - Algorand AlgoKit Typed Client Generator for TypeScript.
      • puya - An official Python to TEAL compiler that allows you to write code to execute on the Algorand Virtual Machine (AVM) with Python syntax.
      • puya-ts - An official TypeScript to TEAL compiler frontend, leveraging the core puya compiler, allows you to write code to execute on the Algorand Virtual Machine (AVM) with TypeScript syntax.
      • algorand-python-testing - A Python library for unit testing Algorand Python smart contracts without the need to interact with the Algorand blockchain.
      • algorand-typescript-testing - A TypeScript library for unit testing Algorand smart contracts without the need to interact with the Algorand blockchain.
      • algokit-avm-vscode-debugger - A VSCode extension for line-by-line debugging Algorand Python, Algorand Typescript, TealScript and raw TEAL smart contracts running on the Algorand Virtual Machine (AVM).
    • AlgoKit Templates

      • Creating AlgoKit Templates
      • algokit-python-template - Official AlgoKit's Algorand Python template provides a production-ready baseline for developing and deploying smart contracts in Python.
      • algokit-typescript-template - Official AlgoKit's Algorand TypeScript template provides a production-ready baseline for developing and deploying smart contracts in TypeScript.
      • algokit-react-frontend-template - Official AlgoKit React frontend template provides a production-ready baseline for developing and deploying React frontend applications with Algorand dependencies integrated. Also serves as a reference for template builders on implementing standalone algokit frontend templates.
      • algokit-fullstack-template - Official AlgoKit fullstack template provides a production-ready baseline for developing and deploying fullstack applications with Algorand dependencies integrated. Also serves as a reference for template builders on how to combine standalone algokit templates under one full stack template project.
  • Learning Resources

    • Crash Courses

    • General courses

      • Foundations of Blockchains - A video course by Tim Roughgarden a Professor of Computer Science at Columbia University highlighting the fundamental principles, concepts and properties of Blockchain protocols.
    • Tutorials

    • Projects

      • arc3.xyz - Dapp that can be used to mint ARC3 compliant NFTs.
      • Auction Demo - On-chain NFT auction using smart contracts.
      • Algorand Session Wallet - Session wallet to allow persisted wallet connections across multiple wallets.
      • AlgoWorld-Contracts - Collection of all smart contracts used by AlgoWorld, written in PyTeal.
      • AlgoWorld-Swapper - Free and trustless ASA swapper, powered by Algorand Smart Signatures.
      • WalletConnect Example DApp - Algorand WalletConnect demo.
      • TinyBar App - A tiny macOS menu bar app for tracking ASA prices from TinyMan.
      • algonim - First Algorand mini-puzzle-game. Written in Python+PyTEAL by [@cusma](https://twitter.com/cusma_b).
      • algorealm - Claim the Crown and the Sceptre of Algorand Realm! Written in Python+PyTEAL by [@cusma](https://github.com/cusma).
      • algorealm-ui - A web CLI Emulator version of algorealm cli game by @aorumbayev.
      • minter - Bulk mint Algorand NFTs following the ARC-69 community standard. Written in Node.js by [@fish.exe](https://twitter.com/AlgofishExe).
      • algovanity - Algorand Vanity Address Generator from [Ripe](https://github.com/Ripe/algovanity).
      • galvanity - Galvanity is Algorand vanity address generator written in Go.
      • genpyteal - Generate PyTeal from (mostly) normal Python.
      • AgorHash - Public, permissionless, decentralized and uncensorable free speech protocol.
      • QRCode Generator - Uinversal QRCode generator module for Algorand ARC-26 URIs.
      • algofractals - Mint randomly generated mandelbrot fractals with embedded ARC69 tags. (Archived on Dec 31, 2023)
      • algorewards - Free and unofficial Algorand governance reward calculator. Hosted on GitHub Pages.
      • Pipeline-UI - A React.js based component library for rapid deployment of Algorand Dapps.
      • STOI - Song ownership gone decentralized via microDAOs.
      • AlgoTables - A suite of tools designed to aid everyday hodlers of ALGO who participate in the Algorand ecosystem.
      • AlgoPing - A tiny cron job that issues a [tweet](https://twitter.com/algoping) if public Algorand Nodes (AlgoExplorer, AlgoNode and etc) are not healthy.
      • directorydotalgo - Algorand's unofficial ecosystem directory of projects.
      • staketaxcsv - Python backend for [stake.tax](https://stake.tax) that generates taxable transactions CSVs for Algorand and other blockchains.
      • Automated Prediction Market Maker on Algorand - backend repository with project hosted at [algoAMM.com](https://algoamm.com).
      • AlgoDepo - Single Deposit App Algorand.
      • AlgoDeposit - AMM Pool App Algorand.
    • AlgoKit Community Templates

      • algokit-tealish-template - AlgoKit community template for quick starting a smart contract project with tealish and algojig.
      • algokit-goracle-template - Algokit community template for quick starting a smart contract project interacting with goracle.
      • algokit-subtopia-template - Algokit community template for quick starting a dapp frontend project interacting with Subtopia platform.
  • Development & Tools

    • Language SDKs & Tools

    • Smart Contract Development

      • pyteal - Algorand Smart Contracts in Python.
      • aqua-compiler - An expressive high level language for the Algorand block chain that compiles to TEAL code.
      • algoml - A domain-specific language for specifying Algorand smart contracts, which compiles into TEAL scripts.
      • tealang - A high level language for Algorand ASC1 and TEAL.
      • TEALScript - Enables Algorand smart contract development with native TypeScript syntax, tooling, and IDE support.
      • beaker - A tool for smart contract development on the Algorand blockchain. Inspired by `flask`.
      • pyteal-utils - PyTEAL utilities library.
      • avm-semantics - Algorand Virtual Machine and TEAL Semantics in K framework. Aids with testing and formal verification of smart contracts.
      • d-asa - Debt Algorand Standard Application providing reference implementations and interfaces for tokenizing debt instruments (bonds, loans, commercial papers) that conform to ACTUS standards.
    • CLI

      • AlgoRun - Simple CLI utility for setting up and starting Algorand MainNet participation node.
    • IDEs

    • Testing & Debugging

      • graviton - Algorand's TEAL blackbox testing toolkit.
      • tealer - Static TEAL analyser with a set of vulnerability detectors for quick contracts reviews.
      • irulan - Web app for deploying + testing smart contracts ([open source! + PRs welcome](https://github.com/thencc/irulan)).
      • algojig - A tool for testing Algorand smart contracts.
      • tealinspector - Quick and easy TEAL code debugging by Hipo labs.
    • Deployment & Environment

  • Wallets & Asset Interaction

    • Wallet Providers

      • attacks
      • Pera Wallet - Secure, open source and community driven wallet for both mobile and desktop devices. Maintained by the team behind official Algorand Wallet.
      • Method Wallet - Algorand Wallet you'll love.
      • Defly Wallet - Defly is an Algorand wallet with great suit of integrated DeFi features.
      • Exodus - Exodus is a multi-cryptocurrency wallet that supports Algorand.
      • A-Wallet - AWallet is an open source, HTML only, corporate friendly, and secure Algorand wallet.
      • Liquid Auth - Liquid Auth is a self-hosted authentication service that provides a simple way to associate Passkeys to KeyPair(s) commonly found in cryptocurrencies. In addition to authentication, Liquid Auth provides a Peer to Peer signaling service. Not only can you authenticate users, but you can also establish secure connections between them.
    • Wallet Development

      • use-wallet - React hooks for using Algorand compatible wallets with web applications. Developed by [txnlab](https://www.txnlab.dev/).
      • use-wallet-js - TypeScript library for integrating Algorand wallets into decentralized applications.
      • rsagg - A Rust library for GPU accelerated Algorand 'vanity' address generation.
    • Blockchain Explorers

      • NFTExplorer - Algorand Standard Asset (ASA) explorer built by [@TomassoAE](https://twitter.com/TommasoAE) and [JoshLmao](https://twitter.com/JoshLmao).
      • Pera Explorer - Algorand Accounts, Standard Asset (ASA) explorer built by [Pera Wallet](https://perawallet.app/)
      • Algorand Multiverse - Algorand accounts' 3D graphs.
      • Asalytic - Analyze the Algorand NFT space.
      • AlgoSurf - Algorand Network Explorer (supports LocalNet in `localhost`).
      • Bitquery - Actionable, insightful blockchain GraphQL APIs for more than 30 blockchains. One of the highlighted features is the ability to query a list of Algorand block proposers.
    • Portfolio Trackers

      • CompX - Track or search assets, rewards, yield farming, transactions, and NFTs on the Algorand blockchain anywhere and anytime. Formerly Algogator.Finance.
      • ASA Stats - One-stop portfolio tracker used to summarize Algorand asset valuations from up to five wallet addresses.
  • Infrastructure & Ecosystem Services

    • Nodes & Consensus Participation

      • Algorand - The Undocumented Docs - Dev Notes for Archival Node, Indexer Setup (and more).
      • Algorand Node UI - Terminal UI for remote Algorand node management.
      • AlloCTRL - A simple, open source, dashboard to help managing your node and participation keys safely, from your local machine.
      • TxnLab/reti - Provides contracts, a Node Daemon, and a UI for Algorand 'The Reti' consensus incentives, facilitating the creation of decentralized staking pools on the Algorand network to promote broader participation and enhance network security through diversification.
    • Blockchain Bridges

      • Algomint - Centralized BTC and ETH bridge to Algorand.
      • XP.network - Centralized cross-chain NFT bridge.
      • ptokens - pNetwork Officially Launched Cross-Chain Bridges for Algorand.
      • Messina - The ALGO — ETH two-way Messina.one's Bridge will open the doors for interoperability between Ethereum and ERC-20 tokens with Algorand.
    • Oracles

      • Gora - Decentralized oracle networks that connect the Algorand blockchain with the real world.
    • Security Auditing Services

      • Certik - CertiK provides the gold standard in web3 security tools, from its industry-leading smart contract audits, to its blockchain analytics tools such as Skynet and SkyTrace, making it the ideal partner in ensuring the end-to-end security of Algorand projects.
      • AlgoBuilder Audits - The team behind AlgoBuilder offering to consult your project, have smart contracts done by professionals, write automated tests or audit your existing project.
      • Runtime Verification - Smart contract analysis and verification by the team who audited platforms like Algofi, FolksFinance, Yieldly and other prominent DeFi platforms in the ecosystem.
      • Immunebytes - Secure your Algorand Smart Contract with credible security auditing solutions.
      • KudelskiSecurity - Move your blockchain project securely and successfully into production or onto mainnet. Company can help you assess, design, customize, deploy and manage blockchain and digital ledger technology systems so you can confidently leverage security as a powerful differentiator in this dynamic market.
      • algorand-ecosystem-audits - A growing collection of audit reports in the Algorand ecosystem maintained by [blockshake-io](https://blockshake.io).
      • Vantage Point Blockchain - Smart contract audits, crypto wallet audit and other penetration testing services in Algorand ecosystem with clients such as Folks.Finance, Pera, Algorand Foundation, Deflex (Defly/Alammex), GARD, Venue.One and others. Reports are signed by velocity.vantagepoint.algo and published at https://github.com/vantagepointreports/releases.
      • Tenset Security - Comprising a team of Web3 Security Researchers, Tenset Security is dedicated to leaving no stone unturned in their pursuit of security excellence. They have a [proven track record of success](https://twitter.com/algoworld_nft/status/1691891473166279042) in discovering high-severity vulnerabilities specifically within Algorand projects, emphasizing their expertise and commitment to the Algorand ecosystem.
    • Metrics and Analytics Services

  • AI and Machine Learning

    • Metrics and Analytics Services

      • Algorand-GPT - An Algorand Assistant Expert with access to all Algorand documentation and chain data built on OpenAI's ChatGPT platform by GoPlausible.
      • DID-GPT - A W3C DID resolver assistant built on OpenAI's ChatGPT platform by GoPlausible.
  • Application Platforms & Examples

    • DeFi Platforms

      • Tinyman - A decentralized trading protocol, AMM and platform.
      • Pact - Decentralised Automated Market Maker (AMM) built on the Algorand protocol.
      • Lofty.ai - Tokenized real estate investing platform.
      • Folks.finance - Decentralized capital markets protocol.
      • C3 - Cross-margin cross-collateralization clearing engine protocol.
      • Cometa.farm - Decentralized liquidity-as-a-service.
      • aramid.finance - A Decentralized Cross-Chain Protocol supporitng Algorand, Polygon, Ethereum and other EVM chains.
      • stabilitas.finance - Stable and secure digital assets for various purposes such as purchases, remittances and as a store of value.
      • vestige.fi - A decentralized ecosystem of tools primary used as a tool to track and trend Algorand Standard Assets and Liquidity Pools across the ecosystem. The platform also provides a decentralized swap and a launchpad platform.
    • NFT Marketplaces

      • Rand Gallery - Algorand Standard Asset (ASA) explorer and marketplace developed by [Chris Antaki](https://github.com/ChrisAntaki).
      • AlgoGems - Algorand Standard Asset (ASA) markeplace and trading platform for NFT collectors.
      • AlgoMart - Opensource NFT marketplace whitelabel solution.
      • ALGOxNFT - NFT gallery and marketplace.
      • Dartroom - Decentralized NFT explorer, minting and trading.
      • Alchemon - Monster-collecting NFT card game.
      • Musa - Music, Art & Fashion NFT gallery and marketplace.
      • Flatter - NFT art and collectible marketplace.
    • Subscription Management

      • Subtopia - Decentralized subscription management platform for dApp creators and platform on Algorand. Manage and own your subscription infrastructure, setup flexible plans, discounts and get paid in Algo or any ASA token. Created by @aorumbayev.
    • Decentralized voting

      • nft_voting_tool - Official voting tool by Algorand Foundation. The repository contains a voting tool that allows for creation and facilitation of immutable, tamperproof voting using the Algorand blockchain.
      • vote-coin-demo - Decentralized message standard for on-chain voting on Algorand developed by @scholtz.
  • Standards

    • Algorand Request for Comments

      • ARC3 - Official Algorand Standard Asset Parameters Conventions for Fungible and Non-Fungible Tokens.
      • ARC4 - Application Binary Interface.
      • ARC32 - Application Specification.
      • ARC56 - Extended and improved Application Specification.
      • ARC69 - One of several Algorand Standard Asset Parameters Conventions.
  • Contributing