Awesome List Updates on Mar 30, 2025
9 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Generative Deep Art
Everything to Markdown to LLMs
- opendatalab/MinerU (⭐39k): A high-quality tool for convert PDF to Markdown and JSON
2. Awesome Algorand
Official Resources
- Algorand - Official website.
- Algorand Developer Portal - Official Algorand developer portal.
AlgoKit
- algokit-cli (⭐186) - 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 (⭐15) - Algorand AlgoKit Utils for Python.
- algokit-utils-ts (⭐23) - Algorand AlgoKit Utils for TypeScript.
- algokit-client-generator-py (⭐3) - Algorand AlgoKit Typed Client Generator for Python.
- algokit-client-generator-ts (⭐4) - Algorand AlgoKit Typed Client Generator for TypeScript.
- puya (⭐95) - 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 (⭐12) - 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 (⭐9) - A Python library for unit testing Algorand Python smart contracts without the need to interact with the Algorand blockchain.
- algorand-typescript-testing (⭐3) - A TypeScript library for unit testing Algorand smart contracts without the need to interact with the Algorand blockchain.
- algokit-avm-vscode-debugger (⭐12) - 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
- algokit-python-template (⭐7) - Official AlgoKit's Algorand Python template provides a production-ready baseline for developing and deploying smart contracts in Python.
- algokit-typescript-template (⭐4) - Official AlgoKit's Algorand TypeScript template provides a production-ready baseline for developing and deploying smart contracts in TypeScript.
- algokit-react-frontend-template (⭐4) - 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 (⭐7) - 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.
Projects
- arc3.xyz (⭐21) - Dapp that can be used to mint ARC3 compliant NFTs.
- Auction Demo (⭐57) - On-chain NFT auction using smart contracts.
- Algorand Session Wallet (⭐16) - Session wallet to allow persisted wallet connections across multiple wallets.
- AlgoWorld-Contracts (⭐30) - Collection of all smart contracts used by AlgoWorld, written in PyTeal.
- AlgoWorld-Swapper (⭐22) - Free and trustless ASA swapper, powered by Algorand Smart Signatures.
- WalletConnect Example DApp (⭐23) - Algorand WalletConnect demo.
- TinyBar App (⭐12) - A tiny macOS menu bar app for tracking ASA prices from TinyMan.
- algonim (⭐26) - First Algorand mini-puzzle-game. Written in Python+PyTEAL by @cusma.
- algorealm (⭐18) - Claim the Crown and the Sceptre of Algorand Realm! Written in Python+PyTEAL by @cusma.
- algorealm-ui (⭐3) - A web CLI Emulator version of algorealm cli game by @aorumbayev.
- minter (⭐11) - Bulk mint Algorand NFTs following the ARC-69 community standard. Written in Node.js by @fish.exe.
- algovanity - Algorand Vanity Address Generator from Ripe (⭐16).
- galvanity (⭐10) - Galvanity is Algorand vanity address generator written in Go.
- genpyteal (⭐9) - Generate PyTeal from (mostly) normal Python.
- AgorHash (⭐3) - Public, permissionless, decentralized and uncensorable free speech protocol.
- QRCode Generator (⭐21) - Uinversal QRCode generator module for Algorand ARC-26 URIs.
- algofractals (⭐2) - 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 (⭐30) - 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 (⭐6) - A tiny cron job that issues a tweet if public Algorand Nodes (AlgoExplorer, AlgoNode and etc) are not healthy.
- directorydotalgo - Algorand's unofficial ecosystem directory of projects.
- staketaxcsv (⭐270) - Python backend for stake.tax that generates taxable transactions CSVs for Algorand and other blockchains.
- Automated Prediction Market Maker on Algorand (⭐17) - backend repository with project hosted at algoAMM.com.
- AlgoDepo (⭐6) - Single Deposit App Algorand.
- AlgoDeposit (⭐5) - AMM Pool App Algorand.
AlgoKit Community Templates
- algokit-subtopia-template (⭐5) - Algokit community template for quick starting a dapp frontend project interacting with Subtopia platform.
Smart Contract Development / Languages & Compilers
- pyteal (⭐292) - Algorand Smart Contracts in Python.
- reach - A domain-specific language for building cross chain decentralized applications (DApps).
- aqua-compiler (⭐2) - An expressive high level language for the Algorand block chain that compiles to TEAL code.
- algoml (⭐24) - A domain-specific language for specifying Algorand smart contracts, which compiles into TEAL scripts.
- tealang (⭐37) - A high level language for Algorand ASC1 and TEAL.
- tealish - Tealish is a readable language for the Algorand Virtual Machine. It enables developers to write TEAL in a procedural style optimized for readability.
- TEALScript (⭐53) - Enables Algorand smart contract development with native TypeScript syntax, tooling, and IDE support.
Smart Contract Development / Frameworks & Utilities
- beaker (⭐97) - A tool for smart contract development on the Algorand blockchain. Inspired by
flask.
- pyteal-utils (⭐29) - PyTEAL utilities library.
- avm-semantics (⭐15) - Algorand Virtual Machine and TEAL Semantics in K framework. Aids with testing and formal verification of smart contracts.
- d-asa (⭐3) - Debt Algorand Standard Application providing reference implementations and interfaces for tokenizing debt instruments (bonds, loans, commercial papers) that conform to ACTUS standards.
CLI / Frameworks & Utilities
- AlgoRun (⭐29) - Simple CLI utility for setting up and starting Algorand MainNet participation node.
Testing & Debugging / Visual Studio
- graviton (⭐18) - Algorand's TEAL blackbox testing toolkit.
- tealer (⭐63) - 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 (⭐4)).
- algojig (⭐18) - A tool for testing Algorand smart contracts.
- tealinspector (⭐14) - Quick and easy TEAL code debugging by Hipo labs.
Wallet Providers / Visual Studio
- 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 (⭐25) - 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.
Blockchain Explorers / Visual Studio
- Allo - Allo is a blockchain explorer for all of Algorand created by Nodely.
- NFTExplorer - Algorand Standard Asset (ASA) explorer built by @TomassoAE and JoshLmao.
- Pera Explorer - Algorand Accounts, Standard Asset (ASA) explorer built by Pera Wallet
- Algorand Ballet - Algorand accounts' 2D graphs.
- 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 / Visual Studio
- 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.
Name Services / Visual Studio
- NFDomains - Algorand name service and marketplace for Non-Fungible Domains (NFDs) — unique, readable aliases for wallet addresses.
Blockchain Bridges / Visual Studio
- 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 / Visual Studio
- Gora - Decentralized oracle networks that connect the Algorand blockchain with the real world.
Security Auditing Services / Visual Studio
- Tenset Security (⭐3) - 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 in discovering high-severity vulnerabilities specifically within Algorand projects, emphasizing their expertise and commitment to the Algorand ecosystem.
Metrics and Analytics Services / Visual Studio
- Algorand MainNet metrics - Dashboard that measures the current scale, security, decentralization, and adoption of the open-source Algorand protocol.
- Metrika - Algorand network performance and account monitor.
- Allo Metrics - Algorand MainNet in numbers.
DeFi Platforms / Visual Studio
- 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 / Visual Studio
- Rand Gallery - Algorand Standard Asset (ASA) explorer and marketplace developed by Chris Antaki.
- AlgoGems - Algorand Standard Asset (ASA) markeplace and trading platform for NFT collectors.
- AlgoMart (⭐184) - 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 / Visual Studio
- 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.
Algorand Request for Comments / Visual Studio
- ARC3 (⭐133) - Official Algorand Standard Asset Parameters Conventions for Fungible and Non-Fungible Tokens.
- ARC4 (⭐133) - Application Binary Interface.
- ARC32 (⭐133) - Application Specification.
- ARC56 (⭐133) - Extended and improved Application Specification.
- ARC69 (⭐133) - One of several Algorand Standard Asset Parameters Conventions.
3. Awesome Rust
Applications / System tools
- lsd (⭐15k) - An ls with a lot of pretty colors and awesome icons
Development tools / Web Servers
- frolic (⭐193) - An API layer to build customer facing dashboards 10x faster
4. Awesome Docker
Monitoring
- Checkmate (⭐6.1k) - Checkmate is an open-source, self-hosted tool designed to track and monitor server hardware, uptime, response times, and incidents in real-time with beautiful visualizations.
5. Awesome Cpp
Miscellaneous
- AsmJit (⭐4.2k) - Low-latency machine code generation. [Zlib] website
6. Awesome Selfhosted
Software / Miscellaneous
- Speedtest Tracker - Monitor the performance and uptime of your internet connection. (Source Code (⭐4k))
MITDocker/K8S
7. Awesome Zsh Plugins
Plugins / superconsole - Windows-only
- sshpky (⭐0) - Auto updates git-repositories in the
$ZSH_CUSTOMfolder.
8. Awesome Cl
Miscellaneous
- claw-raylib (⭐63) (2023) - Fully auto-generated Common Lisp bindings to Raylib and Raygui using claw and cffi-object. Apache 2.0.
- trivial-gamekit – With this small framework you would be able to make simple 2D games: draw basic geometric forms, images and text, play sounds and listen to mouse and keyboard input. MIT.
9. Awesome Agi Cocosci
Complexity & Information Theory / Theory
- On the Complexity of Bayesian Generalization - ICML'23, 2023. [All Versions]. [Project (⭐8)]. [Models]. This work examines concept generalization at a large scale in the natural visual spectrum. Established computational modes (i.e., rule-based or similarity-based) are primarily studied isolated, focusing on confined and abstract problem spaces. This work studies these two modes when the problem space scales up and when the complexity of concepts becomes diverse. At the representational level, the authors investigate how the complexity varies when a visual concept is mapped to the representation space. Prior literature has shown that two types of complexities build an inverted-U relation. Leveraging Representativeness of Attribute (RoA), the authors computationally confirm: Models use attributes with high RoA to describe visual concepts, and the description length falls in an inverted-U relation with the increment in visual complexity. At the computational level, the authors examine how the complexity of representation affects the shift between the rule- and similarity-based generalization. The authors hypothesize that category-conditioned visual modeling estimates the co-occurrence frequency between visual and categorical attributes, thus potentially serving as the prior for the natural visual world. Experimental results show that representations with relatively high subjective complexity outperform those with relatively low subjective complexity in rule-based generalization, while the trend is the opposite in similarity-based generalization.
- Prev: Mar 31, 2025
- Next: Mar 29, 2025