update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -1,4 +1,4 @@
 Awesome Algorand !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
 Awesome Algorand !Awesome (https://awesome.re/badge.svg) (https://awesome.re)
@@ -22,82 +22,89 @@

🤖 You can enhance your experience by interacting with the AI chat bot available at AwesomeAlgo Search (https://chat.awesomealgo.com/). It's designed to answer any questions you might have regarding resources in this repository and 
readme 😊.
▐ Additionally, enhance your accessibility with the AwesomeAlgo Search desktop version, which can be downloaded here (https://github.com/aorumbayev/awesome-algorand/releases/tag/v0.1.0).
Contents
- Official Resources (#official-resources)
- Wallets (#wallets)
- Blockchain Explorers (#blockchain-explorers)
- Portfolio Trackers (#portfolio-trackers)
- Core Resources (#core-resources)
 - Official Resources (#official-resources)
 - AlgoKit (#algokit)
 - AlgoKit Templates (#algokit-templates)
- Learning Resources (#learning-resources)
 - Crash Courses (#crash-courses)
 - General courses (#general-courses)
 - Tutorials (#tutorials)
- Development Tools (#development-tools)
 - Community Resources (#community-resources)
 - Projects (#projects)
 - AlgoKit Community Templates (#algokit-community-templates)
- Development & Tools (#development--tools)
 - Language SDKs & Tools (#language-sdks--tools)
 - Smart Contract Development (#smart-contract-development)
 - CLI (#cli)
 - AlgoKit Templates (#algokit-templates)
 - Languages (#languages)
 - IDEs (#ides)
 - Other Development Tools (#other-development-tools)
- DeFi Platforms (#defi-platforms)
- Nodes & Consensus Participation (#nodes--consensus-participation)
- Subscription Management (#subscription-management)
- Security Auditing Services (#security-auditing-services)
- Blockchain Bridges (#blockchain-bridges)
- Oracles (#oracles)
- Name Services (#name-services)
- Community Resources (#community-resources)
- Algorand Request for Comments (#algorand-request-for-comments)
- Metrics and Analytics Services (#metrics-and-analytics-services)
- Decentralized voting (#decentralized-voting)
- NFT Marketplaces (#nft-marketplaces)
 - Testing & Debugging (#testing--debugging)
 - Deployment & Environment (#deployment--environment)
- Wallets & Asset Interaction (#wallets--asset-interaction)
 - Wallet Providers (#wallet-providers)
 - Wallet Development (#wallet-development)
 - Blockchain Explorers (#blockchain-explorers)
 - Portfolio Trackers (#portfolio-trackers)
 - Name Services (#name-services)
- Infrastructure & Ecosystem Services (#infrastructure--ecosystem-services)
 - Nodes & Consensus Participation (#nodes--consensus-participation)
 - Blockchain Bridges (#blockchain-bridges)
 - Oracles (#oracles)
 - Security Auditing Services (#security-auditing-services)
 - Metrics and Analytics Services (#metrics-and-analytics-services)
- SSI, DID and Verifiable Credentials (#ssi-did-and-verifiable-credentials)
- AI and Machine Learning (#ai-and-machine-learning)
- Application Platforms & Examples (#application-platforms--examples)
 - DeFi Platforms (#defi-platforms)
 - NFT Marketplaces (#nft-marketplaces)
 - Subscription Management (#subscription-management)
 - Decentralized voting (#decentralized-voting)
- Standards (#standards)
 - Algorand Request for Comments (#algorand-request-for-comments)
Core Resources
Official Resources
▐ Official resources for Algorand.
- Algorand (https://www.algorand.com/) - Official website.
- Algorand (https://algorandtechnologies.com/) - Official website.
- Algorand Foundation (https://algorand.foundation/) - Official website of the Foundation.
- Algorand FAQ (https://algorand.foundation/faq) - FAQ maintained by the Algorand Foundation.
- Algorand Governance (https://governance.algorand.foundation/) - Official website of Algorand Governance program.
- Algorand Developer Portal (https://developer.algorand.com/) - Official Algorand developer portal.
- Algorand Developer Portal (https://dev.algorand.co/) - Official Algorand developer portal.
- Algorand Discord (https://discord.com/invite/YgPTCVk) - Official Algorand Discord server.
Wallets
AlgoKit
▐ List of wallet providers for Algorand. Please note that this list is not exhaustive and is not an endorsement of any wallet provider.
▐ ⚠ Given the attacks (https://twitter.com/myalgo_/status/1632862464244162560) on MyAlgo wallet users, related sdk has been excluded from the list.
▐ AlgoKit is the official one-stop shop tool for developers building on the Algorand network. Maintained by the Algorand Foundation.
- Pera Wallet (https://github.com/perawallet) - Secure, open source and community driven wallet for both mobile and desktop devices. Maintained by the team behind official Algorand Wallet.
- AlgoSigner (https://github.com/PureStake/algosigner) - Browser plugin Web Wallet and JS library for signing transactions in the browser.
- Method Wallet (https://methodwallet.app/) - Algorand Wallet you'll love.
- Defly Wallet (https://defly.app/) - Defly is an Algorand wallet with great suit of integrated DeFi features.
- Daffi Wallet (https://www.daffi.me/) - Daffi is a mobile wallet for Algorand with integrated access to Daffi platform.
- Exodus (https://www.exodus.com/) - Exodus is a multi-cryptocurrency wallet that supports Algorand.
- A-Wallet (https://a-wallet.net/) - AWallet is an open source, HTML only, corporate friendly, and secure Algorand wallet.
- algokit-cli (https://github.com/algorandfoundation/algokit-cli) - The Algorand AlgoKit CLI is the one-stop shop tool for developers building on the Algorand network.
- algokit-lora (https://lora.algokit.io/mainnet) - 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 (https://dev.algorand.co/algokit/algokit-intro/) - Official Algorand AlgoKit documentation.
- algokit-utils-py (https://github.com/algorandfoundation/algokit-utils-py) - Algorand AlgoKit Utils for Python.
- algokit-utils-ts (https://github.com/algorandfoundation/algokit-utils-ts) - Algorand AlgoKit Utils for TypeScript.
- algokit-client-generator-py (https://github.com/algorandfoundation/algokit-client-generator-py) - Algorand AlgoKit Typed Client Generator for Python.
- algokit-client-generator-ts (https://github.com/algorandfoundation/algokit-client-generator-ts) - Algorand AlgoKit Typed Client Generator for TypeScript.
- puya (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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).
Blockchain Explorers
AlgoKit Templates
▐ AlgoKit templates are a set of starter and production-ready baseline templates for developing and deploying Algorand applications. They are designed to be used as a starting point for developers to quickly bootstrap their projects and focus on 
▐ the business logic of their applications. Refer to Creating AlgoKit Templates (https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/algokit-template.md) for a general guide on how to create your own AlgoKit templates.
▐ List of blockchain explorers for Algorand. Used to view transactions, accounts, assets, etc.
- Allo (https://allo.info) - Allo is a blockchain explorer for all of Algorand created by Nodely. 
- NFTExplorer (https://www.nftexplorer.app/) - Algorand Standard Asset (ASA) explorer built by @TomassoAE (https://twitter.com/TommasoAE) and JoshLmao (https://twitter.com/JoshLmao).
- Pera Explorer (https://explorer.perawallet.app/) - Algorand Accounts, Standard Asset (ASA) explorer built by Pera Wallet (https://perawallet.app/)
- Algorand Ballet (https://akaalias.github.io/algorand-ballet/) - Algorand accounts' 2D graphs.
- Algorand Multiverse (https://algo3d.live/) - Algorand accounts' 3D graphs.
- Asalytic (https://www.asalytic.app/) - Analyze the Algorand NFT space.
- Dappflow (https://app.dappflow.org/explorer/home) - Algorand Private Network Explorer (supports Sandbox in localhost).
- Bitquery (https://explorer.bitquery.io/algorand) - 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
▐ List of portfolio trackers for Algorand. Aids in tracking the value of your assets.
- CompX (https://app.compx.io/dashboard) - Track or search assets, rewards, yield farming, transactions, and NFTs on the Algorand blockchain anywhere and anytime. Formerly Algogator.Finance.
- ASA Stats (https://www.asastats.com/) - One-stop portfolio tracker used to summarize Algorand asset valuations from up to five wallet addresses.
- algokit-python-template (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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
@@ -107,23 +114,22 @@
- Algorand School (https://github.com/cusma/algorand-school) - Algorand School crash course slide deck.
- Zero to Hero PyTeal (https://www.youtube.com/playlist?list=PLwRyHoehE435ttTjvFZA-DyqHYIYc26K_) - PyTeal crash course video lectures.
- Algorand, efficient self-sustaining blockchain (https://prismic-io.s3.amazonaws.com/algorandfoundationv2/d5407f96-8e7d-4465-9656-2abb558850a9_Proof+of+Stake+Blockchain+Efficiency+Framework.pdf) - Proof of Stake Blockchain Efficiency 
Framework.
- Algorand, efficient self-sustaining blockchain (https://prismic-io.s3.amazonaws.com/algorandfoundationv2/d5407f96-8e7d-4465-9656-2abb558850a9_Proof+of+Stake+Blockchain+Efficiency+Framework.pdf) - Proof of Stake Blockchain Efficiency Framework.
- Algorand Efficiency (https://www.youtube.com/watch?v=e8s8Ui8vDaY) - Understanding Algorand's working principles and its efficiency.
- Introduction to AVM and Applications (https://www.youtube.com/watch?v=fTAPLiPcj28) - Introduction to the Algorand Virtual Machine architecture and Algorand Smart Contracts (aka Applications).
- Introduction to PyTeal (https://www.youtube.com/watch?v=zXDqJHK_Bqs) - Introduction to PyTeal, a Python framework to develop Smart Contract on Algorand (with @matteojug (https://twitter.com/matteojug)).
- PyTeal ABI Smart Contracts (https://www.youtube.com/watch?v=USLcyfVD_ws) - Using PyTeal to develop _ABI-compliant_ Smart Contracts on Algorand. Final live coding section (with @deanste (https://twitter.com/_deanste)).
- Beaker (https://www.youtube.com/watch?v=031VvOxvuxY) - Framework for Algorand Smart Contract development, client and testing based on PyTeal. Live coding session (with @HGKimChris (https://twitter.com/HGKimChris)).
- Dissecting Algorand (https://medium.com/coinmonks/dissecting-algorand-e962f48f8c72) - Introduction Algorand and an analysis on Algorand's inner workings.
- Zero to Hero Algorand Ecosystem Onboarding Guide (https://payhip.com/bamboriz) - Speak Fluent Algorand in 24 Hours.
General courses
▐ Please note these are intended for absolute beginners interested in foundational knowledge relatable to all blockchain systems. Building a theoretical understanding of the domain of Blockchain protocols is an important prerequisite 
▐ that can significantly amplify your learning about Algorand technology.
▐ Please note these are intended for absolute beginners interested in foundational knowledge relatable to all blockchain systems. Building a theoretical understanding of the domain of Blockchain protocols is an important prerequisite that can 
▐ significantly amplify your learning about Algorand technology.
- Foundations of Blockchains (https://www.youtube.com/watch?v=KNJGPI0fuFA&list=PLEGCF-WLh2RLOHv_xUGLqRts_9JxrckiA) - A video course by Tim Roughgarden a Professor of Computer Science at Columbia University highlighting the fundamental 
principles, concepts and properties of Blockchain protocols.
- Foundations of Blockchains (https://www.youtube.com/watch?v=KNJGPI0fuFA&list=PLEGCF-WLh2RLOHv_xUGLqRts_9JxrckiA) - 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
@@ -135,37 +141,57 @@
- MultiSig with Algorand for Co-operative Groups (https://developer.algorand.org/tutorials/decentralised-co-operative-unions-algorand-multisignature-account/) - Decentralised co-operative unions with Algorand Multisignature Account.
- Adding Notes to Transactions (https://developer.algorand.org/tutorials/v2-read-and-write-transaction-note-field-python/) - Read and Write to the Transaction Note Field with Python.
- Create Assets with a Stateful Smart Contract (https://developer.algorand.org/solutions/using-stateful-smart-contract-to-create-algorand-standard-asset/) - Using Stateful Smart Contract To Create Algorand Standard Asset.
- Artificial Intelligence on Algorand (https://developer.algorand.org/solutions/artificial-intelligence-on-algorand/) - Tutorial on using machine learning to predict the transaction volume of the USDC stablecoin on the Algorand blockchain.
Development Tools
Community Resources
▐ Awesome client libraries, tools, and community utilities.
▐ The following contains sections related to open source projects, utilities, and news resources.
CLI
Projects
- AlgoKit CLI (https://github.com/algorandfoundation/algokit-cli) - The Algorand AlgoKit CLI is the one-stop shop tool for developers building on the Algorand network. Official tooling maintained by the Algorand Foundation.
- tealinspector (https://github.com/Hipo/tealinspector) - Quick and easy TEAL code debugging by Hipo labs.
▐ A list of open source projects, blogs, websites that are built on top of Algorand.
AlgoKit Templates
- arc3.xyz (https://github.com/barnjamin/arc3.xyz) - Dapp that can be used to mint ARC3 compliant NFTs.
- Auction Demo (https://github.com/algorand/auction-demo) - On-chain NFT auction using smart contracts.
- Algorand Session Wallet (https://github.com/barnjamin/algorand-session-wallet) - Session wallet to allow persisted wallet connections across multiple wallets.
- AlgoWorld-Contracts (https://github.com/algoworldNFT/algoworld-contracts) - Collection of all smart contracts used by AlgoWorld, written in PyTeal.
- AlgoWorld-Swapper (https://github.com/algoworldNFT/algoworld-swapper) - Free and trustless ASA swapper, powered by Algorand Smart Signatures.
- WalletConnect Example DApp (https://github.com/algorand/walletconnect-example-dapp) - Algorand WalletConnect demo.
- TinyBar App (https://github.com/aorumbayev/tinybar) - A tiny macOS menu bar app for tracking ASA prices from TinyMan.
- algonim (https://github.com/cusma/algonim) - First Algorand mini-puzzle-game. Written in Python+PyTEAL by @cusma (https://twitter.com/cusma_b).
- algorealm (https://github.com/algorealm/algorealm) - Claim the Crown and the Sceptre of Algorand Realm! Written in Python+PyTEAL by @cusma (https://github.com/cusma).
- algorealm-ui (https://github.com/algorealm/algorealm-ui) - A web CLI Emulator version of algorealm cli game by @aorumbayev.
- minter (https://github.com/algofishexe/minter) - Bulk mint Algorand NFTs following the ARC-69 community standard. Written in Node.js by @fish.exe (https://twitter.com/AlgofishExe).
- algovanity (https://algovanity.com/) - Algorand Vanity Address Generator from Ripe (https://github.com/Ripe/algovanity).
- galvanity (https://github.com/shmutalov/galvanity) - Galvanity is Algorand vanity address generator written in Go.
- genpyteal (https://github.com/runvnc/genpyteal) - Generate PyTeal from (mostly) normal Python.
- AgorHash (https://github.com/bafio89/agorhash) - Public, permissionless, decentralized and uncensorable free speech protocol.
- QRCode Generator (https://github.com/emg110/algorand-qrcode) - Uinversal QRCode generator module for Algorand ARC-26 URIs.
- algofractals (https://github.com/aorumbayev/algofractals) - Mint randomly generated mandelbrot fractals with embedded ARC69 tags. (Archived on Dec 31, 2023)
- algorewards (https://algorewards.github.io/) - Free and unofficial Algorand governance reward calculator. Hosted on GitHub Pages.
- Pipeline-UI (https://github.com/headline-design/pipeline-ui) - A React.js based component library for rapid deployment of Algorand Dapps.
- STOI (https://stoi.org/) - Song ownership gone decentralized via microDAOs.
- AlgoTables (https://algotables.github.io/) - A suite of tools designed to aid everyday hodlers of ALGO who participate in the Algorand ecosystem.
- AlgoPing (https://github.com/aorumbayev/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 (https://directorydotalgo.xyz/) - Algorand's unofficial ecosystem directory of projects.
- staketaxcsv (https://github.com/hodgerpodger/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 (https://github.com/dspytdao/Algo_AMM) - backend repository with project hosted at algoAMM.com (https://algoamm.com).
- AlgoDepo (https://github.com/dspytdao/AlgoDepo) - Single Deposit App Algorand.
- AlgoDeposit (https://github.com/dspytdao/AlgoDeposit) - AMM Pool App Algorand.
▐ AlgoKit templates are a set of starter and production-ready baseline templates for developing and deploying Algorand applications. They are designed to be used as a starting point for developers to quickly bootstrap their projects and
▐ focus on the business logic of their applications. Refer to Creating AlgoKit Templates (https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/algokit-template.md) for a general guide on how to create your own 
▐ AlgoKit templates.
AlgoKit Community Templates
Official
- algokit-beaker-default-template (https://github.com/algorandfoundation/algokit-beaker-default-template) - Official AlgoKit beaker template provides a production-ready baseline for developing and deploying Beaker smart contracts. Also 
serves as a reference for template builders on implementing smart-contract-only algokit templates.
- algokit-react-frontend-template (https://github.com/algorandfoundation/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 (https://github.com/algorandfoundation/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.
Community
▐ AlgoKit community templates are a set of starter and production-ready baseline templates for developing and deploying Algorand applications created by the projects and individuals in the Algorand community.
- algokit-tealish-template (https://github.com/aorumbayev/algokit-tealish-template) - AlgoKit community template for quick starting a smart contract project with tealish and algojig.
- algokit-goracle-template (https://github.com/GoracleNetwork/algokit_default_template) - Algokit community template for quick starting a smart contract project interacting with goracle.
- algokit-subtopia-template (https://github.com/subtopia-algo/algokit-subtopia-template) - Algokit community template for quick starting a dapp frontend project interacting with Subtopia platform.
Languages
Development & Tools
▐ Awesome client libraries, tools, and community utilities for development.
Language SDKs & Tools
▐ Awesome client libraries, tools, and community utilities sorted by the language of implementation.
@@ -233,6 +259,30 @@
- TEALrb (https://github.com/joe-p/TEALrb) - A Ruby DSL for writing Algorand smart contracts. (Archived on Jan 22, 2023)
Smart Contract Development
Languages & Compilers
- pyteal (https://github.com/algorand/pyteal) - Algorand Smart Contracts in Python.
- reach (https://docs.reach.sh) - A domain-specific language for building cross chain decentralized applications (DApps).
- aqua-compiler (https://github.com/optio-labs/aqua-compiler) - An expressive high level language for the Algorand block chain that compiles to TEAL code.
- algoml (https://github.com/petitnau/algoml) - A domain-specific language for specifying Algorand smart contracts, which compiles into TEAL scripts.
- tealang (https://github.com/pzbitskiy/tealang) - A high level language for Algorand ASC1 and TEAL.
- tealish (https://tealish.tinyman.org) - Tealish is a readable language for the Algorand Virtual Machine. It enables developers to write TEAL in a procedural style optimized for readability.
- TEALScript (https://github.com/algorand-devrel/TEALScript) - Enables Algorand smart contract development with native TypeScript syntax, tooling, and IDE support.
Frameworks & Utilities
- beaker (https://github.com/algorand-devrel/beaker) - A tool for smart contract development on the Algorand blockchain. Inspired by flask.
- pyteal-utils (https://github.com/algorand/pyteal-utils) - PyTEAL utilities library.
- avm-semantics (https://github.com/runtimeverification/avm-semantics) - Algorand Virtual Machine and TEAL Semantics in K framework. Aids with testing and formal verification of smart contracts.
- d-asa (https://github.com/cusma/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 (https://github.com/algorandfoundation/algorun) - Simple CLI utility for setting up and starting Algorand MainNet participation node.
IDEs
▐ Awesome client libraries, tools, community plugins and integrations for IDEs.
@@ -254,59 +304,77 @@
- Algorand Visual Studio Extension (https://github.com/FrankSzendzielarz/AlgorandVisualStudio) - Visual Studio extensions for C# TEAL compilation and Algorand Smart Contract development.
Other Development Tools
▐ Awesome testing, debugging, deployment, monitoring and other tools for Algorand.
Testing & Debugging
Smart Contracts
- graviton (https://github.com/algorand/graviton) - Algorand's TEAL blackbox testing toolkit.
- tealer (https://github.com/crytic/tealer) - Static TEAL analyser with a set of vulnerability detectors for quick contracts reviews.
- irulan (https://irulan.dev/) - Web app for deploying + testing smart contracts (open source! + PRs welcome (https://github.com/thencc/irulan)).
- algojig (https://github.com/Hipo/algojig) - A tool for testing Algorand smart contracts.
- tealinspector (https://github.com/Hipo/tealinspector) - Quick and easy TEAL code debugging by Hipo labs.
- puya (https://github.com/algorandfoundation/puya) - PuyaPy is an official Python to TEAL compiler that allows you to write code to execute on the Algorand Virtual Machine (AVM) with Python syntax.
- pyteal (https://github.com/algorand/pyteal) - Algorand Smart Contracts in Python.
- beaker (https://github.com/algorand-devrel/beaker) - A tool for smart contract development on the Algorand blockchain. Inspired by flask.
- pyteal-utils (https://github.com/algorand/pyteal-utils) - PyTEAL utilities library.
- reach (https://docs.reach.sh) - A domain-specific language for building cross chain decentralized applications (DApps).
- aqua-compiler (https://github.com/optio-labs/aqua-compiler) - An expressive high level language for the Algorand block chain that compiles to TEAL code.
- algoml (https://github.com/petitnau/algoml) - A domain-specific language for specifying Algorand smart contracts, which compiles into TEAL scripts.
- tealang (https://github.com/pzbitskiy/tealang) - A high level language for Algorand ASC1 and TEAL.
- ASC Builder (https://ascbuilderapp.com) - A GUI (drag and drop) tool for developing & deploying Algorand smart contracts developed by Algoknox (https://twitter.com/Algoknox).
- tealish (https://tealish.tinyman.org) - Tealish is a readable language for the Algorand Virtual Machine. It enables developers to write TEAL in a procedural style optimized for readability.
- avm-semantics (https://github.com/runtimeverification/avm-semantics) - Algorand Virtual Machine and TEAL Semantics in K framework. Aids with testing and formal verification of smart contracts.
- TEALScript (https://github.com/algorand-devrel/TEALScript) - Enables Algorand smart contract development with native TypeScript syntax, tooling, and IDE support.
Docker
Deployment & Environment
- Algorand Sandbox (https://github.com/algorand/sandbox) - Fast way to create and configure an Algorand development environment.
- Algorand Sandbox Dev (https://github.com/MakerXStudio/algorand-sandbox-dev) - Docker Hub image for faster local development and CI/CD usage. (Archived on Jan 2, 2024)
- Official Algod Container (https://hub.docker.com/r/algorand/algod) - Algod Docker Hub image from Algorand Inc.
- Official Conduit Container (https://hub.docker.com/r/algorand/conduit) - Conduit Docker Hub image from Algorand Inc.
Testing
- graviton (https://github.com/algorand/graviton) - Algorand's TEAL blackbox testing toolkit.
- tealer (https://github.com/crytic/tealer) - Static TEAL analyser with a set of vulnerability detectors for quick contracts reviews.
- irulan (https://irulan.dev/) - Web app for deploying + testing smart contracts (open source! + PRs welcome (https://github.com/thencc/irulan)).
- algojig (https://github.com/Hipo/algojig) - A tool for testing Algorand smart contracts.
Wallets & Asset Interaction
Wallets
Wallet Providers
▐ List of wallet providers for Algorand. Please note that this list is not exhaustive and is not an endorsement of any wallet provider.
▐ ⚠ Given the attacks (https://twitter.com/myalgo_/status/1632862464244162560) on MyAlgo wallet users, related sdk has been excluded from the list.
- Pera Wallet (https://github.com/perawallet) - Secure, open source and community driven wallet for both mobile and desktop devices. Maintained by the team behind official Algorand Wallet.
- Method Wallet (https://methodwallet.app/) - Algorand Wallet you'll love.
- Defly Wallet (https://defly.app/) - Defly is an Algorand wallet with great suit of integrated DeFi features.
- Exodus (https://www.exodus.com/) - Exodus is a multi-cryptocurrency wallet that supports Algorand.
- A-Wallet (https://a-wallet.net/) - AWallet is an open source, HTML only, corporate friendly, and secure Algorand wallet.
- Liquid Auth (https://github.com/algorandfoundation/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 (https://github.com/txnlab/use-wallet) - React hooks for using Algorand compatible wallets with web applications. Developed by txnlab (https://www.txnlab.dev/).
- use-wallet-js (https://github.com/TxnLab/use-wallet-js) - TypeScript library for integrating Algorand wallets into decentralized applications.
- rsagg (https://github.com/dragmz/rsagg) - A Rust library for GPU accelerated Algorand 'vanity' address generation.
DeFi Platforms
▐ Awesome DeFi platforms and protocols on Algorand. Please note that this list is not aimed to promote any specific project, but rather to provide a comprehensive overview of the ecosystem. Do your own research before investing or using
▐ any of the projects listed here.
Blockchain Explorers
- Tinyman (https://tinyman.org/) - A decentralized trading protocol, AMM and platform.
- Pact (https://www.pact.fi/) - Decentralised Automated Market Maker (AMM) built on the Algorand protocol.
- Lofty.ai (https://www.lofty.ai/) - Tokenized real estate investing platform.
- Folks.finance (https://folks.finance/) - Decentralized capital markets protocol.
- C3 (https://c3.io/) - Cross-margin cross-collateralization clearing engine protocol.
- Cometa.farm (https://cometa.farm/) - Decentralized liquidity-as-a-service.
- aramid.finance (https://www.aramid.finance/) - A Decentralized Cross-Chain Protocol supporitng Algorand, Polygon, Ethereum and other EVM chains.
- stabilitas.finance (https://stabilitas.finance/) - Stable and secure digital assets for various purposes such as purchases, remittances and as a store of value.
- vestige.fi (https://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.
▐ List of blockchain explorers for Algorand. Used to view transactions, accounts, assets, etc.
- Allo (https://allo.info) - Allo is a blockchain explorer for all of Algorand created by Nodely.
- NFTExplorer (https://www.nftexplorer.app/) - Algorand Standard Asset (ASA) explorer built by @TomassoAE (https://twitter.com/TommasoAE) and JoshLmao (https://twitter.com/JoshLmao).
- Pera Explorer (https://explorer.perawallet.app/) - Algorand Accounts, Standard Asset (ASA) explorer built by Pera Wallet (https://perawallet.app/)
- Algorand Ballet (https://akaalias.github.io/algorand-ballet/) - Algorand accounts' 2D graphs.
- Algorand Multiverse (https://algo3d.live/) - Algorand accounts' 3D graphs.
- Asalytic (https://www.asalytic.app/) - Analyze the Algorand NFT space.
- AlgoSurf (https://algo.surf/) - Algorand Network Explorer (supports LocalNet in localhost).
- Bitquery (https://explorer.bitquery.io/algorand) - 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
▐ List of portfolio trackers for Algorand. Aids in tracking the value of your assets.
- CompX (https://app.compx.io/dashboard) - Track or search assets, rewards, yield farming, transactions, and NFTs on the Algorand blockchain anywhere and anytime. Formerly Algogator.Finance.
- ASA Stats (https://www.asastats.com/) - One-stop portfolio tracker used to summarize Algorand asset valuations from up to five wallet addresses.
Name Services
▐ A list of name services that allow for human-readable addresses.
- NFDomains (https://nf.domains/) - Algorand name service and marketplace for Non-Fungible Domains (NFDs) — unique, readable aliases for wallet addresses.
Infrastructure & Ecosystem Services
Nodes & Consensus Participation
@@ -314,37 +382,10 @@
- Nodely (https://nodely.io) - Free Node/Indexer APIs, Node running FAQ, Node/Indexer daily snapshots.
- Algorand Node UI (https://github.com/algorand/node-ui) - Terminal UI for remote Algorand node management.
- SubQuery (https://subquery.network) - Open, fast, flexible, and decentralised cross-chain data indexer for Algorand (getting started guide (https://academy.subquery.network/quickstart/quickstart_chains/algorand.html)).
- AlgoRun (https://github.com/algorandfoundation/algorun) - Simple CLI utility for setting up and starting Algorand MainNet participation node.
- AlloCTRL (https://github.com/AlgoNode/alloctrl) - A simple, open source, dashboard to help managing your node and participation keys safely, from your local machine.
- TxnLab/reti (https://github.com/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.
- TxnLab/reti (https://github.com/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.
Subscription Management
▐ Awesome subscription management platforms on Algorand. Please note that this list is not aimed to promote any specific project, but rather to provide a comprehensive overview of the ecosystem. Do your own research before investing or 
▐ using any of the projects listed here.
- Subtopia (https://subtopia.io/) - 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.
Security Auditing Services
▐ This section is not aimed to promote any of the companies below, please do your due diligence when researching on options available for audits. Instead, the following is simply aimed to highlight an expanding variety of companies 
▐ offering smart contract audits for Algorand ecosystem.
- Certik (https://www.certik.com/ecosystems/algorand) - 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 (https://algobuilder.dev/auditing.html) - The team behind AlgoBuilder offering to consult your project, have smart contracts done by professionals, write automated tests or audit your existing project.
- UlamLabs (https://www.ulam.io/software-services/smart-contract-audits) - A blockchain lab based in Poland, offering auditing services for Algorand smart contracts.
- Runtime Verification (https://runtimeverification.com/smartcontract) - Smart contract analysis and verification by the team who audited platforms like Algofi, FolksFinance, Yieldly and other prominent DeFi platforms in the ecosystem.
- Immunebytes (https://www.immunebytes.com) - Secure your Algorand Smart Contract with credible security auditing solutions.
- KudelskiSecurity (https://kudelskisecurity.com) - 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 (https://github.com/blockshake-io/algorand-ecosystem-audits) - A growing collection of audit reports in the Algorand ecosystem maintained by blockshake-io (https://blockshake.io).
- Vantage Point Blockchain (https://www.vantagepoint.sg/contact-us) - 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 (https://x.com/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.
Blockchain Bridges
@@ -355,54 +396,109 @@
- ptokens (https://dapp.ptokens.io/swap?asset=btc&from=btc&to=algorand) - pNetwork Officially Launched Cross-Chain Bridges for Algorand.
- Messina (https://messina.one/) - The ALGO — ETH two-way Messina.one's Bridge will open the doors for interoperability between Ethereum and ERC-20 tokens with Algorand.
Oracles
▐ A list of oracle solutions that allow for smart contracts to interact with the real world.
- Gora (https://www.gora.io/) - Decentralized oracle networks that connect the Algorand blockchain with the real world.
Name Services
▐ A list of name services that allow for human-readable addresses.
Security Auditing Services
- NFDomains (https://nf.domains/) - Algorand name service and marketplace for Non-Fungible Domains (NFDs) — unique, readable aliases for wallet addresses.
▐ This section is not aimed to promote any of the companies below, please do your due diligence when researching on options available for audits. Instead, the following is simply aimed to highlight an expanding variety of companies offering smart
▐ contract audits for Algorand ecosystem.
Community Resources
- Certik (https://www.certik.com/ecosystems/algorand) - 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 (https://algobuilder.dev/auditing.html) - The team behind AlgoBuilder offering to consult your project, have smart contracts done by professionals, write automated tests or audit your existing project.
- UlamLabs (https://www.ulam.io/software-services/smart-contract-audits) - A blockchain lab based in Poland, offering auditing services for Algorand smart contracts.
- Runtime Verification (https://runtimeverification.com/smartcontract) - Smart contract analysis and verification by the team who audited platforms like Algofi, FolksFinance, Yieldly and other prominent DeFi platforms in the ecosystem.
- Immunebytes (https://www.immunebytes.com) - Secure your Algorand Smart Contract with credible security auditing solutions.
- KudelskiSecurity (https://kudelskisecurity.com) - 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 (https://github.com/blockshake-io/algorand-ecosystem-audits) - A growing collection of audit reports in the Algorand ecosystem maintained by blockshake-io (https://blockshake.io).
- Vantage Point Blockchain (https://www.vantagepoint.sg/contact-us) - 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 (https://github.com/tenset-security/audits) - 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.
▐ The following contains sections related to open source projects, utilities, and news resources.
Projects
Metrics and Analytics Services
▐ A list of open source projects, blogs, websites that are built on top of Algorand.
▐ Metrics and analytics services for Algorand.
- arc3.xyz (https://github.com/barnjamin/arc3.xyz) - Dapp that can be used to mint ARC3 compliant NFTs.
- Auction Demo (https://github.com/algorand/auction-demo) - On-chain NFT auction using smart contracts.
- Algorand Session Wallet (https://github.com/barnjamin/algorand-session-wallet) - Session wallet to allow persisted wallet connections across multiple wallets.
- AlgoWorld-Contracts (https://github.com/algoworldNFT/algoworld-contracts) - Collection of all smart contracts used by AlgoWorld, written in PyTeal.
- AlgoWorld-Swapper (https://github.com/algoworldNFT/algoworld-swapper) - Free and trustless ASA swapper, powered by Algorand Smart Signatures.
- WalletConnect Example DApp (https://github.com/algorand/walletconnect-example-dapp) - Algorand WalletConnect demo.
- TinyBar App (https://tinybar.app) - A tiny macOS menu bar app for tracking ASA prices from TinyMan.
- algonim (https://github.com/cusma/algonim) - First Algorand mini-puzzle-game. Written in Python+PyTEAL by @cusma (https://twitter.com/cusma_b).
- algorealm (https://github.com/algorealm/algorealm) - Claim the Crown and the Sceptre of Algorand Realm! Written in Python+PyTEAL by @cusma (https://github.com/cusma).
- algorealm-ui (https://github.com/algorealm/algorealm-ui) - A web CLI Emulator version of algorealm cli game by @aorumbayev.
- minter (https://github.com/algofishexe/minter) - Bulk mint Algorand NFTs following the ARC-69 community standard. Written in Node.js by @fish.exe (https://twitter.com/AlgofishExe).
- algovanity (https://algovanity.com/) - Algorand Vanity Address Generator from Ripe (https://github.com/Ripe/algovanity).
- galvanity (https://github.com/shmutalov/galvanity) - Galvanity is Algorand vanity address generator written in Go.
- genpyteal (https://github.com/runvnc/genpyteal) - Generate PyTeal from (mostly) normal Python.
- AgorHash (https://github.com/bafio89/agorhash) - Public, permissionless, decentralized and uncensorable free speech protocol.
- GoPlausible (https://github.com/GoPlausible) - Proof of anything protocol, built on Algorand. Create or claim your first PLAUS on Algorand! (https://goplausible.com).
- QRCode Generator (https://github.com/emg110/algorand-qrcode)
- algofractals (https://github.com/aorumbayev/algofractals) - Mint randomly generated mandelbrot fractals with embedded ARC69 tags. (Archived on Dec 31, 2023)
- algorewards (https://algorewards.github.io/) - Free and unofficial Algorand governance reward calculator. Hosted on GitHub Pages.
- algorand.dev (https://algorand.dev/) - Algorand Developer: The unofficial developer resource.
- Pipeline-UI (https://github.com/headline-design/pipeline-ui) - A React.js based component library for rapid deployment of Algorand Dapps.
- STOI (https://stoi.org/) - Song ownership gone decentralized via microDAOs.
- AlgoTables (https://algotables.github.io/) - A suite of tools designed to aid everyday hodlers of ALGO who participate in the Algorand ecosystem.
- AlgoPing (https://github.com/aorumbayev/algoping) - A tiny cron job that issues a tweet (https://twitter.com/algoping) if public Algorand Nodes (AlgoExplorer, AlgoNode and etc) are not healthy.
- SliceSwap (https://app.sliceswap.com) - One place to trade your assets across major Dex's. All swaps are powered by @deflexfi.
- algodaddy (https://www.algodaddy.org) - A blog website for Algorand community.
- directorydotalgo (https://directorydotalgo.xyz/) - Algorand's unofficial ecosystem directory of projects.
- staketaxcsv (https://github.com/hodgerpodger/staketaxcsv) - Python backend for stake.tax (https://stake.tax) that generates taxable transactions CSVs for Algorand and other blockchains.
- Algorand MainNet metrics (https://metrics.algorand.org/) - Dashboard that measures the current scale, security, decentralization, and adoption of the open-source Algorand protocol.
- Metrika (https://app.metrika.co/dashboard/algorand/) - Algorand network performance and account monitor.
- Allo Metrics (https://metrics.allo.info/) - Algorand MainNet in numbers.
SSI, DID and Verifiable Credentials
▐ A list of W3C decentralized identifiers, verifiable credentials and Self sovereign identity service projects.
- GoPlausible (https://goplausible.com) - Provides PLAUSIBLE protocol (https://github.com/GoPlausible), A W3C DIDs, Verifiable Credentials and Utility NFTs protocol built on Algorand, as well as ThisDID (https://thisdid.com) Universal W3C DID/URI
resolver.
AI and Machine Learning
▐ A list of AI, ML and Data Science projects that leverage Algorand.
- Algorand-GPT (https://chatgpt.com/g/g-izA6hnC93-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 (https://chatgpt.com/g/g-rOCQculZQ-did-gpt) - A W3C DID resolver assistant built on OpenAI's ChatGPT platform by GoPlausible.
Application Platforms & Examples
DeFi Platforms
▐ Awesome DeFi platforms and protocols on Algorand. Please note that this list is not aimed to promote any specific project, but rather to provide a comprehensive overview of the ecosystem. Do your own research before investing or using any of 
▐ the projects listed here.
- Tinyman (https://tinyman.org/) - A decentralized trading protocol, AMM and platform.
- Pact (https://www.pact.fi/) - Decentralised Automated Market Maker (AMM) built on the Algorand protocol.
- Lofty.ai (https://www.lofty.ai/) - Tokenized real estate investing platform.
- Folks.finance (https://folks.finance/) - Decentralized capital markets protocol.
- C3 (https://c3.io/) - Cross-margin cross-collateralization clearing engine protocol.
- Cometa.farm (https://cometa.farm/) - Decentralized liquidity-as-a-service.
- aramid.finance (https://www.aramid.finance/) - A Decentralized Cross-Chain Protocol supporitng Algorand, Polygon, Ethereum and other EVM chains.
- stabilitas.finance (https://stabilitas.finance/) - Stable and secure digital assets for various purposes such as purchases, remittances and as a store of value.
- vestige.fi (https://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
▐ Awesome NFT marketplaces and galleries on Algorand.
- Rand Gallery (https://www.randgallery.com/) - Algorand Standard Asset (ASA) explorer and marketplace developed by Chris Antaki (https://github.com/ChrisAntaki).
- AlgoGems (https://algogems.io/) - Algorand Standard Asset (ASA) markeplace and trading platform for NFT collectors.
- AlgoMart (https://github.com/deptagency/algomart) - Opensource NFT marketplace whitelabel solution.
- ALGOxNFT (https://algoxnft.com/listings/live) - NFT gallery and marketplace.
- Dartroom (https://dartroom.xyz/overview) - Decentralized NFT explorer, minting and trading.
- Alchemon (https://alchemon.net/) - Monster-collecting NFT card game.
- Musa (https://www.musanft.io/) - Music, Art & Fashion NFT gallery and marketplace.
- Flatter (https://www.flatternft.com/) - NFT art and collectible marketplace.
Subscription Management
▐ Awesome subscription management platforms on Algorand. Please note that this list is not aimed to promote any specific project, but rather to provide a comprehensive overview of the ecosystem. Do your own research before investing or using any 
▐ of the projects listed here.
- Subtopia (https://subtopia.io/) - 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
▐ Tools for on-chain voting powered by Algorand
- nft_voting_tool (https://github.com/algorandfoundation/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 (https://github.com/scholtz/vote-coin-demo) - Decentralized message standard for on-chain voting on Algorand developed by @scholtz.
Standards
Algorand Request for Comments
@@ -410,48 +506,10 @@
▐ The list of all the ARCs can be found here (https://arc.algorand.foundation).
- ARC3 (https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0003.md) - Official Algorand Standard Asset Parameters Conventions for Fungible and Non-Fungible Tokens.
- ARC69 (https://github.com/algokittens/arc69) - Unofficial Algorand Standart Asset Parameters Convention popular in Algorand NFT community, inspired by Open Sea's metadata standards (https://docs.opensea.io/docs/metadata-standards) and
EIP-1155 (https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1155.md#erc-1155-metadata-uri-json-schema), created by @algokittens (https://twitter.com/AlgoKittens).
Metrics and Analytics Services
▐ Metrics and analytics services for Algorand.
- Algorand MainNet metrics (https://metrics.algorand.org/) - Dashboard that measures the current scale, security, decentralization, and adoption of the open-source Algorand protocol.
- How Big is Algorand? (https://howbigisalgorand.com/) - Algorand's networks size monitor.
- Algorand Mempool (https://www.iamnotabot.com/pool) - Algorand mempool explorer.
- Metrika (https://app.metrika.co/dashboard/algorand/) - Algorand network performance and account monitor.
- Algorand Stats (https://www.algorandstats.com/) - All stats about Algorand Governance.
Decentralized voting
▐ Tools for on-chain voting powered by Algorand
- nft_voting_tool (https://github.com/algorandfoundation/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 (https://github.com/scholtz/vote-coin-demo) - Decentralized message standard for on-chain voting on Algorand developed by @scholtz.
NFT Marketplaces
▐ Awesome NFT marketplaces and galleries on Algorand.
- AB2 (https://ab2.gallery/) - decentralized marketplace for crypto art assets secured on the Algorand blockchain created by @ab2_gallery (https://twitter.com/AB2_Gallery).
- Rand Gallery (https://www.randgallery.com/) - Algorand Standard Asset (ASA) explorer and marketplace developed by Chris Antaki (https://github.com/ChrisAntaki).
- AlgoGems (https://algogems.io/) - Algorand Standard Asset (ASA) markeplace and trading platform for NFT collectors.
- AlgoWorldExplorer (https://algoworldexplorer.io/) - NFT marketplace, explorer and gallery for AlgoWorld NFTs developed by @aorumbayev (https://twitter.com/aorumbayev).
- AlgoMart (https://github.com/deptagency/algomart) - Opensource NFT marketplace whitelabel solution.
- ALGOxNFT (https://algoxnft.com/listings/live) - NFT gallery and marketplace.
- Dartroom (https://dartroom.xyz/overview) - Decentralized NFT explorer, minting and trading.
- Alchemon (https://alchemon.net/) - Monster-collecting NFT card game.
- Otherverse (https://otherverse.io/) - NFT collections marketplace.
- Musa (https://www.musanft.io/) - Music, Art & Fashion NFT gallery and marketplace.
- Flatter (https://www.flatternft.com/) - NFT art and collectible marketplace.
- Aorist (https://aorist.art/) - NFT art gallery and marketplace.
- ASA cafe (https://asa.cafe/) - Algorand Standard Asset platform and decentralized marketplace built by @CryptoRUSHGav (https://github.com/CryptoRUSHGav). ASA cafe lets users mint and trade freely using the most modern standards, such 
as ARC-19, in Algo, USDC, or one of ASA cafe's expanding list of curated non-network tokens.
- Grid (https://grid.zestbloom.com/) - The Grid is a lightweight, static site that executes in the clients frontend to retrieve an arbitrary list of live contracts for users to browse and interact with. The Grid is highly configurable 
allowing for any of the ZestBloom supported contracts and sale types to be displayed, but through means of a simple configuration file, what gets displayed may easily be constrained to only a specific collection or curated list of 
sales.
- ARC4 (https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0004.md) - Application Binary Interface.
- ARC32 (https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0032.md) - Application Specification.
- ARC56 (https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0056.md) - Extended and improved Application Specification.
- ARC69 (https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0069.md) - One of several Algorand Standard Asset Parameters Conventions.
Contributing
@@ -464,12 +522,4 @@
!Forkers repo roster for @aorumbayev/AwesomeAlgorand (https://reporoster.com/forks/dark/aorumbayev/Awesome-Algorand) (https://github.com/aorumbayev/Awesome-Algorand/network/members)
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
License
!CC0 (http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg) (http://creativecommons.org/publicdomain/zero/1.0)
To the extent possible under law, @aorumbayev (https://github.com/aorumbayev) has waived all copyright and related or neighboring rights to Awesome Algorand.
For the full license, see LICENSE (https://github.com/aorumbayev/Awesome-Algorand/blob/main/LICENSE.md).
algorand Github: https://github.com/aorumbayev/awesome-algorand