Awesome Stellar is a curated list of Stellar applications, blog posts, educational resources, tools, and more.
- Official Channels
- Community
- General Overview โญ
- Blogs and Beginner Guides
- Case Studies and Insights
- Network Statistics
- Developer Resources
- Developer Educational Resources
- Understanding the Stellar Consensus Protocol
- Projects Building on Stellar
- Stellar Asset Issuers (Anchors)
- Store Your Stellar Assets
- Use the Stellar Decentralized Exchange
- Videos, Podcasts, and AMAs
- Stellar Website
- Stellar Quest
- Github
- Keybase
- SDF Blog
- Stellar Community Blog
- Stellar Developers Blog
- YouTube
- Stellar Podcast YouTube
-
Stellar Global Discord - A global communnity of Business leaders, Developers, and Stellar enthusiasts. Newcomers are welcomed with open arms-connect with the Stellar community and ask questions!
-
Stellar Community Fund - An exciting way for developers to flex their creative muscles and introduce new applications and use cases to the Stellar ecosystem, voted on by the community.
-
Stellar Community Fund Discord Server - The platform to promote your SCF entries, engage with the community, and discuss all things SCF!
-
Stellar discussions by Public Node - Public Node community members discussing all aspects of the Stellar ecosystem - from brainstorming to developer interviews and everything in between.
-
Stellar Torch - A Stellar community experiment. The Stellar Torch is a transaction that is sent from person to person.
-
Galactic Talk - A community of Stellar users, developers and traders.
-
Stellar Keybase Team - A Keybase team to discuss all things Stellar.
-
Reddit - Stellar Subreddit with 100,000+ members.
-
Stellar StackExchange - Developer focused community and a place to ask dev related questions.
If you're new to Stellar start here ๐
-
Quick Summaries
-
Intro to Stellar Assets & Anchors
-
Intro to the Stellar Decentralized Exchange
-
Intro to the Stellar Consensus Protocol
-
Helpful beginner workshops
-
Stellar Quest - learn how to develop on Stellar in a gamified way and win prizes!
-
Partnership with the Ministry of Digital Transformation of Ukraine
-
Making Cross-border B2B Payments Easier in East Africa with ClickPesa
-
Stellar Dashboard - Monitors network status, ledger close times, fee stats, lumen distribution and more.
-
Stellar Status Updates - Get status updates on the Stellar network, Horizon, the test network, and more.
-
StellarExpert - Block explorer and analytics platform for the Stellar network.
-
Stellarbeat - Information about nodes and validators on the network - includes a quorum monitor.
-
Lumenscan - Block explorer and analytics platform for the Stellar network.
-
Galactic Vision - A 3D network and quorum explorer.
-
Stellar Docs - The canonical resource for building on Stellar. Learn to create an account, send and receive payments, issue assets, build and trick out a Stellar wallet, and more.
-
Stellar Developer Blog - News and insights of Stellar for Developers.
-
Stellar Laboratory - The Stellar Laboratory is a set of tools that enables people to try out and learn about the Stellar network.
-
Stellar Core - stellar-core is the backbone of the Stellar network. It maintains a local copy of the ledger, communicating and staying in sync with other instances of stellar-core on the network.
-
Stellar Protocol - Developer discussion about possible changes to the protocol.
-
Interact with the Stellar Network
- Horizon API - Horizon allows you to submit transactions to the network, check the status of accounts, and subscribe to event streams. Servers hosted in the US.
-
Stellar SDKs
-
Stellar Dev Digest - Weekly newsletter covering all things around the Stellar developer ecosystem.
-
SatoshiPay's Horizon API - SatoshiPay's alternative to Stellar.org's Horizon API servers. Servers hosted in the US, Europe, and Asia.
-
Astrograph - A GraphQL interface to the Stellar network.
-
go-stellar-ipfs - A library that is a bridge between Stellar and IPFS.
-
Stellar Ticker API - Provides the freshest data about Markets, Issuers and Assets on the Stellar Network.
- GraphiQL for Stellar Ticker - an in-browser tool for writing, validating, and testing GraphQL queries.
- Ticker API Documentation
- Assets Endpoint - Displays information about all assets available.
- Markets Endpoint - Displays 24-hour, 7-day and orderbook information about markets that were active during these periods.
-
-
Astrocore - Astrocore aims to become an alternative implementation of the stellar-core, the core component of the Stellar network.
-
Useful Tools
- Hack Stellar Boilerplate - This Hack Stellar app is a boilerplate collection of basic Stellar functions. You can either hack this Stencil project into whatever you're trying to build or just cut and paste out the functions from here into your own project.
- StellarBurrito - An open-source wrapper for the JavaScript Stellar SDK.
- Stellar Vanity Address Generator - A simple CLI tool to generate custom Stellar vanity addresses.
- Stellar transaction signers inspector - Discover required signers, weights, and build optimal signature schema for Stellar transactions and accounts.
- Cosmic.plus libraries
- cosmic-lib: implement CosmicLink & SEP-0007.
- ledger-wallet: Ledger Wallets support in two lines of code.
- loopcall: Limitless/advanced queries to horizon.
- oc-multisig: On-chain multisig account coordination.
- Create Stellar Token (Testnet) - Script that creates a custom Stellar token on testnet.
- Cosmic.link SEP-0007 debugger
- Cosmic.plus applications
- Equilibre.io: wallet-independent portfolio balancer for Stellar (first app to use delegated signing)
- Cosmic.link: CosmicLink protocol frontend.
- Stellar Authenticator: Security-oriented wallet. (+ useful dev tool)
-
Validator Tools
- Fast Stellar Core Catch Up - Starting a full stellar core validator from scratch takes a while, as the node needs to download and process a lot of data during the "Catch up" phase. The catching up phase usually takes more than a month. This script helps to make the process significantly shorter, as it allows to perform the catch up of multiple ledgers blocks in parallel.
- Parallel Stellar Core Catchup - Sync a full Stellar validator node (including full history) as fast as possible. Split the big ledger into small chunks of size CHUNK_SIZE. Run a catchup for the chunks in parallel with WORKERS worker processes. Stitch together the resulting database and history archive.
- Stellar Parallel Catchup - Catchup Stellar node history in background.
-
How to set up a Stellar node
-
Stellar Quest - learn Stellar, win prizes!
-
Developer Guides and Concepts - These guides are designed to help you learn more about the technical aspects of integrating Stellar into your application or service. - How and Why to Complete Your Stellar.toml - How to Connect Your Anchor Service to Stellar Wallets - Creating Custom Assets on Stellar
-
Fee Bump Transactions Explained - A look at transactions on Stellar, the costs involved in submitting them,problems that could arise submitting transactions pre-Protocol 13, and how fee bump transactions solve them.
-
Building your own Venmo with Stellar - This tutorial will show you how to create an anchor maintaining a Stellar account for each customer, hiding the implementation details. It will use the programming language JavaScript and the mobile wallet will be written using React Native.
-
Explore Stellar Addresses and the Stellar DEX using Python - In this tutorial you'll be creating a script that takes in a Stellar address and returns the XLM balance. You will also convert that XLM balance to USD using the new ticker API for the Stellar DEX.
-
Distributed Trustless Workers with Stellar - An in-depth look at how Stellarโs advanced features can be used to create a โsmart contractโ between a customer and an anonymous and untrusted worker.
-
I Just Wrote a Stellar Smart Contract & I Just Wrote a Stellar Smart Contract Pt. 2: Letโs Dig a Little Deeper - Exploring Stellar 'smart contracts.'
-
Hacking Stellar - This online book introduces you to Stellar with lots of practical examples using the command-line client, Lumen. Incomplete but useful nonetheless for understanding basic concepts.
-
Understanding the Stellar Consensus Protocol - Useful information regarding SCP.
-
Engineering Talk Series
The Stellar Consensus Protocol (SCP) provides a way to reach consensus without relying on a closed system to accurately record financial transactions. SCP simultaneously enjoys four key properties: decentralized control, low latency, flexible trust, and asymptotic security.
-
Mathematical Analysis and Algorithms for Federated Byzantine Agreement Systems
-
Blog Posts
-
Talks by David Maziรจres
-
Stellar Asset Issuers (Anchors) - Financial institutions issuing assets on the Stellar network.
-
Stellar.org Project Directory - Another project directory maintained on Stellar.org
-
DSTOQ - DSTOQ is on a mission to introduce micro investing to billions of people around the world.
-
Vibrant - Dollar-savings app for Argentines
-
Uhuruwallet - WhatsApp based wallet that allows for sending intra-African payments.
-
Leaf Global Fintech - Virtual Banking Beyond Borders.
-
SatoshiPay - Global, fast and easy micropayment solutions.
-
Settle Network - Settle provides programmatic interoperability between traditional and digital assets, by leveraging their financial infrastructure in every country they operate.
-
Cowrie Exchange - Cowrie Integrated Systems is a fintech company that provides value added services over electronic payment networks.
-
Tempo - Tempo is an international money transfer, money and crypto exchange company. It offers online, offline and crypto remittances to nearly 100 countries.
-
COINQVEST - Enterprise Cryptocurrrency Payment Processing on Stellar. Accept digital currencies, settle in USD, EUR, NGN.
-
Wirex - A U.K.-based payments platform and issuer of stablecoins on Stellar.
-
Lightnet - Remittance company focused on South-East Asia
-
Velo - Velo is a Credit and Reserve Protocol enabling digital credit issuance and borderless asset transfer for businesses using a smart contract reserve system.
-
Bitbond - Bitbond is the issuer of Germany's first security token and makes business lending globally accessible.
-
Public Node - Stellar nodes funded by the community.
-
COINQVEST - COINQVEST helps online merchants and e-commerce shops programmatically accept and settle payments in new digital currencies while staying compliant, keeping their accountants and tax authorities happy.
-
Litemint.io - PvP card battles (cards issued as NFTs on Stellar).
-
Litemint.com - Built on Stellar, Litemint is a crypto wallet loaded with free instant games. Take on the daily live challenges, earn collectibles and rewards straight in your wallet.
-
RealtyBits - RealtyBits is the first blockchain based marketplace for buying and selling real estate assets with digital currencies from anywhere in the world.
-
Saldo.mx - A way for migrant workers to pay family members' bills across borders.
-
Keybase - Secure groups, files, and chat for everyone with a built in Stellar wallet.
-
SureRemit - Nigeria-based global non-cash remittances company.
-
StellarAuth - StellarAuth increases user security and enables key management across applications and user actions with more grace and simplicity than any 2FA system out there.
-
Tangem - An NFC card wallet that supports Stellar assets.
-
Kapilendo - Kapilendo is a banking platform for SMEs and issued its first blockchain-based digital bond on Stellar.
-
Blockdaemon - Spin up and deploy Stellar nodes within minutes.
-
Stellar Battle - Win community funded prizes.
-
Rehive - Rehive is a platform and toolkit for building fintech apps on Stellar.
-
Circle - Issues USDC on several blockchains, including Stellar.
-
ClickPesa - Issues digital representations of the Kenyan- and Tanzanian Shilling on Stellar.
-
Uhuru Wallet - Issues digital representations of the South African Rand on Stellar.
-
Ntokens - Issues digital representations of the Brazilian Real on Stellar
-
StableX - Issues digital representations of the Brazilian Real and Argentine Peso on Stellar
-
AnchorUSD - Redeemable and stable cryptocurrency anchored 1-for-1 to the US dollar. All deposits are secured in US-domiciled bank accounts.
-
Tempo - Tempo's EURT is a stable coin, backed by on hand cash, 1 EURT = 1 EUR.
-
StableCoin - Deposit BTC and ETH in exchange for a fully backed 1:1 asset on Stellar; Powered by Coinsquare.
-
Apay (Papaya Anchor) - Papaya anchors multiple crypto assets to the network including BTC, LTC, and ETH.
-
Bitbond - Bitbond is the issuer of Germany's first security token and makes business lending globally accessible.
-
Cowrie - Cowrie anchors NGNT, an asset backed digital token pegged to the Nigerian Naira.
-
Flutterwave - Issues XOF asset on Stellar
-
Stellarport - Stellarport anchors assets such as BTC, ETH, and LTC.
-
MINTX - MINTX supplies GOLD, SVLR, PLAT and PALL tokens priced to the physical metals global spot price +3%.
-
Anclap - Issues a digital representations of the Argentine Peso.
-
Smartlands - Smartlands is a platform for tokenizing real world assets by issuing security tokens.
-
Keybase - Keybase is an encrypted communication app with a built-in Stellar wallet available on most mobile and desktop devices.
-
Lobstr - Lobstr is a custodial wallet with 2FA key recovery. This wallet allows you to store any Stellar-based asset and perform trades on the Stellar decentralized exchange.
-
Solar Wallet - Solar Wallet is an easy to-use wallet with multi-signature transactions. Available on most mobile and desktop devices. Allows users to withdraw stablecoins directly to their bank account.
-
Tangem - An NFC card wallet that supports Stellar assets.
-
User Interfaces for the DEX
-
Trading Bots
- Kelp (free & open-source) - Kelp is a trading bot for the Stellar universal marketplace.
- Rockfish (free & open-source) - Rockfish is an arbitrage bot for the Stellar Decentralized Exchange (SDEX).
-
Meridian 2020
-
Videos (not updated)
- Denelle Dixon shares the growth strategy for the Stellar network in 2020
- SFBW19 - Fireside Chat: Jed McCaleb & Denelle Dixon
- Crypto Assets: How are They Being Used to Make Payments on Blockchain?
- What is IBM Blockchain World Wire?
- Jed McCaleb - Money 20/20 Interview
- Jed McCaleb, Stellar, and Jesse Lund, IBM, Announce World Wire
- IBM's Jesse Lund and Stellar's Jed McCaleb answer audience questions at Blockchain West
- CFCon USA 2018 / Jed McCaleb & Adam Ludwin / Issuing assets on blockchain
- Stellar with Jed McCaleb at Distributed: Markets 2017
- Jed McCaleb: How Many Lumens Till Stellar (2017)
-
Podcasts (not updated)
- Money 3.0: Denelle Dixon from the Stellar Development Foundation
- Thriller Blockchain Week - S2EP 01: Kori and Kyle from Stellar
- Jed McCaleb: Stellar And The Vision Of An Open Financial System
- Making cross-border payments seamless | Blockchain Pulse Podcast S01E02
- #004 - Stellar - Founder Jed McCaleb
- Lisa Nestor on Digtal Assets Weekly
- Lisa Nestor podcast with Matt Case
- Tempo Director Anthony Barker with Finance Magnates
-
AMAs (not updated)
Contributions welcome! Read the contribution guidelines first.
Spell checking and checking for broken/incorrect links is also welcomed - let's keep the list clean!