Track Awesome Stacks Chain Updates Daily
A list of Awesome Stacks related stuff. Stacks, the blockchain using Proof of Transfer
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 friedger/awesome-stacks-chain · ⭐ 118 · 🏷️ Decentralized Systems
Dec 19, 2025
Clarity Resources / Developer Tools
- secondlayer (⭐1) - TypeScript code generation for Clarity contracts with React hooks and testing utilities. Inspired by Clarigen.
Dec 14, 2025
Apps / Wallets
- Asigna - Multisig Wallet for Bitcoin, Ordinals, BRC20s, and Stacks.
- Leather Wallet - Open Source wallet for connecting to Bitcoin and Stacks web applications. Also for mobile.
- OKX Web3 Wallet - Multi-chain wallet that also supports Stacks.
- Xverse Wallet - Mobile wallet application and browser extension for managing Bitcoin, STX and stacking (partly open source).
- WalletConnect - Documentation how to use Wallet Connect (Reown) with Stacks.
Apps / Stacks Web Applications
- STXER - An explorer, debugger and simulator for Stacks transactions.
- Blocksurvey - AI-driven survey platform with focus on data ownership and privacy.
- AIBTC - A coordination network of AI agents working towards measurable tasks.
- FatStx - An annual transaction viewer for e.g. tax declaration.
Apps / Blockchain Name System
- BNS V2 - Hub for all Blockchain namespaces on Stacks, with transaction history and analytics.
Apps / DeFi
- FakFun - Platform for exchange, launch, wrapping for memecoins build on Bitcoin.
- Arkadiko Protocol - Stable coin (USDA) based on self-repaying loans.
- Granite - A Bitcoin liquidity protocol that provides the non-custodial, secure, and decentralized way to borrow against Bitcoin.
- BSD - A synthetic, digital dollar backed by Bitcoin using over-collateralized lending model.
- USDh - A Bitcoin-baked, yield-bearing synthetic dollar using short perpetual futures position and institutional-grade custodians.
- Stacks Pulse - Real-time on-chain Stats for Stacks DeFi.
Apps / Stacking Apps
- Stacking on Leather - App to stack Stacks token directly or with a pool.
- Stacking Tracker - Overview of Stacking and historical data Source code (⭐2).
Clarity Resources / Libraries & Protocols
- blaze - A protocol for signature-based authorization.
Clarity Resources / Non-Fungible Tokens
- Smart Contract GPT (⭐9) - Chat bot trained to create SIP-009 contracts.
App Development / Client Libraries
- Stacks.js (⭐968) - Monorepo for JavaScript libraries for interacting with the Stacks Blockchain.
- go-stacks (⭐2) - Golang SDK for interacting with the stacks blockchain.
- x402 Stacks - A protocol and SDK for building payment-gated APIs on the Stacks Blockchain.
- Stacks Connect (⭐84) - A library for connecting apps with Stacks accounts.
- Sign-In With Stacks (⭐1) - A library for creating and verifying Sign-In with Stacks messages.
App Development / CLI
- @stacks/cli (⭐968) - Command line interface for interacting with auth, storage, and transactions.
App Development / Indexing and Querying APIs
- Stacks Monitoring (⭐1) - Grafana Dashboard for Stacks nodes.
Learning Resources / Written Tutorials
- Bitcoin Primer - An Intro to Building Full-Stack Dapps on Bitcoin.
Aug 06, 2025
Apps / Stacking Apps
- PlanBetter pool - Stacking pool with Bitcoin rewards.
May 30, 2024
App Development / Client Libraries
- stacks.py (⭐4) - Python Library to interact with the Stacks Blockchain.
May 25, 2024
Apps / Stacks Web Applications
- Hiro Explorer - An application for reviewing transactions on the Stacks Blockchain.
Apps / DeFi
- Bitflow - Decentralized Exchange.
- Velar - Swapping, trading, launching assets on premier Bitcoin L2s.
- STXTools - Charts, transactions, price alerts for DeFi on Stacks.
- Signal21 - On-chain analysis for Bitcoin L1, L2 and Dapps.
- CityCoins - Tokens for cities (winding down).
Apps / Stacking Apps
- Fast pool - Trust minimized stacking pool.
- Stacking DAO - Liquid stacking on Stacks.
- Lisa - Liquid stacking on Stacks using rebasing.
Clarity Resources / Libraries & Protocols
- STX20 (⭐27) - Protocol to create and share digital artifacts on Stacks.
Clarity Resources / Contracts
- MultiSafe (⭐29) - A shared crypto vault for managing Stacks (STX) and Bitcoin (BTC).
- Charisma (⭐5) - Community-run memecoin DAO on the Stacks Blockchain.
Clarity Resources / Fungible Tokens
Clarity Resources / Stacking
- Stacks Pools (⭐0) - Decentralized Stacking Pool.
App Development / Client Libraries
- stacks.rs (⭐8) - A Rust toolkit to interact with the Stacks Blockchain.
May 19, 2023
Apps / DeFi
- Zest Protocol - Decentralized borrowing and lending on Bitcoin and Stacks.
Apps / Stacking Apps
- Xverse pool - Stacking pool built into Xverse mobile app.
Clarity Resources / Developer Tools
- ClarityGPT Prompt - Writing smart contracts with a chat bot.
- Hiro Platform - In-browser IDE.
Clarity Resources / Example Contracts
- Example Contracts (⭐13) - A collection of sample smart contracts to serve as a starting point for writing your own.
- Audited Example Smart Contracts (⭐82) - Another collection of smart contract examples, these have been audited for security.
Clarity Resources / Libraries & Protocols
- clarity-bitcoin (⭐20) - A library to verify Bitcoin transactions.
Clarity Resources / Contracts
- ExecutorDAO (⭐52) - A Clarity framework for building DAO functionality into your smart contracts.
- Digital Will (⭐1) - Conditional fund transfers.
Clarity Resources / Stacking
- Stacking Pools (⭐3) - Wrapper contracts of PoX for stacking pools.
App Development / Indexing and Querying APIs
- Stacks API - Hosted API to interact directly with the Blockchain to query information, broadcast transactions, and scale your projects on Stacks.
- Quicknode - Hosted ednpoint to quickly and easily connect to Stacks using Quicknode.
- Self-Hosted Render (⭐10) - One-click deploy tool to self-host a Stacks node on Render.
- Self-Hosted Digital Ocean - Digital Ocean droplet for running a Stacks node.
- Self-Hosted Docker (⭐34) - Tool to run a self-hosted Stacks node with Docker.
Learning Resources / Videos
- Web3 for Bitcoin - Overview of Stacks, the problem it solves, how it brings smart contract functionality to Bitcoin, and how to start building on it.
- Why Build on Stacks - An overview of why Web3 developers might want to build on Stacks over other Blockchain protocols.
Learning Resources / Written Tutorials
- Understanding Stacks Post Conditions - A guide to understanding and working with Post Conditions in Stacks.
- Test-Driven Stacks Development with Clarinet - A tutorial showing how to utilize Clarinet for testing and TDD.
- Build a DEX with Stacks - An extensive introduction to working with Stacks by building a full-stack decentralized exchange.
- Build a Stacks app with Remix - How to create a server-side rendered Stacks app using the Remix JS framework and Micro-Stacks.
- Build a Stacks app with Next.js - Similar to the Remix tutorial above, this one utilizing Next.js and Micro-Stacks.
- Creating a Voting Contract - A multi-part series showing how to use Clarity to create a simple voting smart contract.
- Building an NFT with Stacks and Clarity - Utilize the SIP-009 standard to create an NFT using Clarity.
- Order Book Contract Walkthrough - Walkthrough of an order book smart contract built with Clarity.
- NFT Tutorial - Create an NFT with Clarity.
Learning Resources / Courses
- Clarity Universe - A comprehensive Clarity development course, offered as both a self-paced course or as a 6-week guided cohort.
Community / Courses
- YouTube - Stacks ecosystem YouTube.
Mar 14, 2023
Apps / Games
- Stacks Degens - A car racing game with retro graphics enabled through NFTs.
- Project Indigo - An interactive story and RPG experience.
Nov 17, 2022
Apps / Stacks Web Applications
- Send Many - An application to send STX and other tokens to many recipients in one transaction.
Apps / Blockchain Name System
- btc.us - An application for .btc names.
- Owl.link - An application to create linking page for BNS names.
Apps / DeFi
- Alex Lab - A service platform for DeFi.
- Lydian - A decentralised treasury management protocol (discontinued).
Clarity Resources / Example Contracts
- Source of Clarity - Listing of all deployed Clarity contracts on mainnet with some comments.
Learning Resources / Documentation
- Hiro documentation - Documentation focused on developers.
Learning Resources / Books
- Clarity of Mind - Writing productive smart contracts that are predictable. CC BY-SA 4.0
Aug 27, 2021
Clarity Resources / Contracts
- CityCoin (⭐70) - An implementation of PoX lite using STX transfers to mint new coins using proportional probabilities.
Jul 28, 2021
Clarity Resources / Developer Tools
- Clarinet (⭐344) - Clarity runtime packaged as a CLI, facilitates development and testing of Clarity smart contracts.
- Clarigen (⭐32) - A tool for writing TypeScript code that interacts with Clarity smart contracts.
Clarity Resources / Contracts
- Lightning Swaps (⭐1) - Fraud-proof swaps using Lightning Network.
Learning Resources / Videos
- Proof of Transfer Whitepaper Reading with Muneeb Ali - Overview of the Proof of Transfer (PoX) whitepaper from the author.
Jun 14, 2021
Apps / Stacks Web Applications
- Speed Spend - A suite of working Clarity experiments on testnet (source (⭐6)).
Clarity Resources / Developer Tools
- clarity.tools - In-browser Clarity REPL.
Clarity Resources / Libraries & Protocols
- uint256 (⭐9) - A library for converting values into 256-bits.
Clarity Resources / Contracts
- SWAPR (⭐52) - A Uniswap-like implementation on Stacks 2.0 and Clarity.
- FLEXR (⭐22) - An interpretation of Ampleforth for Stacks.
- ClarityDAO (⭐23) - A conversion of Moloch DAO in Clarity.
- NFT Marketplace (⭐17) - Clarity smart contract for a marketplace of tradable assets.
- StackStarter (⭐14) - Clarity smart contract for crowdfunding.
- Election Voting (⭐1) - Basic voting for candidates using Clarity.
- DualX (⭐3) - A collection of Clarity contracts that implement a DeFi ecosystem for exchanges.
Clarity Resources / Non-Fungible Tokens
- This is #1 - The first professional NFT built on Bitcoin and the Stacks Blockchain (contract).
Learning Resources / Documentation
- Official Stacks documentation - Documentation and developer tutorials for learning Clarity and developing Stacks apps.
- Stacks 101 - Community curated STX knowledge.
Learning Resources / Videos
- Clarity 101 - Learn the basics of Clarity's design principles.
- Developer Registry 101 - Learn how to build a Clarity smart contract from scratch.
- How Clarity Prevents Common Smart Contract Vulnerabilities - Explanation of Clarity's security princples.
Community / Courses
- Discord - Stacks ecosystem Discord.
- Twitter - Stacks ecosystem Twitter.
- Official Stacks Forum - Stacks community forum.
- r/stacks - Stacks subreddit.