Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
awesome-stellar
👨‍🚀 A curated list of Stellar applications, blog posts, educational resources, tools, and more.
https://github.com/stellar/awesome-stellar
Last synced: 3 days ago
JSON representation
-
Official Channels
-
Community
- Round 4 Winners
- Stellar Torch - A Stellar community experiment. The Stellar Torch is a transaction that is sent from person to person.
- The Stellar Torch is Lit
- Stellar Torch featured on CoinDesk
- Stellar Global Keybase Team - A community run Keybase team to discuss all things Stellar.
- Stellar StackExchange - Developer focused community and a place to ask dev related questions.
- The Stellar Podcast - A weekly podcast that discusses the news, applications, and developers building the future of finance on Stellar.
- 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.
- Galactic Talk - A community of Stellar users, developers and traders.
- 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.
- Round 1 Winners
- Round 2 Winners
- Round 3 Winners
- Stellar Keybase Team - A Keybase team to discuss all things Stellar.
- Reddit - Stellar Subreddit with 100,000+ members.
-
General Overview
- Learn how Stellar unites the world’s financial infrastructure.
- The Power of Stellar
- Lumenauts - What is Stellar?
- Lumenauts - Educational Twitter Moment
- Coinbase Earn - What is Stellar?
- A Primer on the Stellar Network
- What are Stellar Lumens?
- Stellar Assets and Anchors
- How banks, businesses, and people use Stellar
- How the Stellar Decentralized Exchange (DEX) Works
- How to Buy and Sell on the Stellar Decentralized Exchange
- How does Stellar protect digital assets?
- How the Stellar Consensus Protocol (Federated Byzantine Agreement) Works
- Lumenauts - What is Stellar?
- Stellar Assets and Anchors
- How the Stellar Decentralized Exchange (DEX) Works
- How the Stellar Consensus Protocol (Federated Byzantine Agreement) Works
-
Blogs and Beginner Guides
- Understanding Stellar Path Payments
- SDF's Next Steps
- SDF Joins the Blockchain Association
- The Future of Money
- Help! I forgot my Stellar memo.
- A Guide to Trustlines on Stellar
- How Changes are Made to the Stellar Network
- How to Stay Safe on Stellar
- Anatomy of a Stellar Scam
- How to Set Up a Mult-Sig Wallet
- Stellar - What's in your wallet?
- How to Use Lumens on the Ledger Nano S
- How could Kelp bot help Stellar?
- Stellar’s Plan to Win Global Payments
- A Stellar 2019 — Year in Review
- Stellar’s Plan to Win Global Payments
-
Case Studies and Insights
- How Tempo and Cowrie are Building on Stellar
- Why IBM Built World Wire on Stellar
- Why IBM Built World Wire on Stellar: The Developer Experience
- IBM Blockchain World Wire: How it Works
- How SatoshiPay is Using Stellar to Transform Online Publishing
- How Saldo is Using Stellar to Reimagine Cross-border Payments
- Onboarding everyone - the StellarX Mission
- Central Bank Digital Currencies
- Charting the Evolution of Programmable Money
- Paysend Group Launches Global Stablecoin on the Stellar Network
- Keybase is now supported by the Stellar Development Foundation
- Why We Chose Stellar - BlockEQ
- Stellar Network: Growth and Decentralization
- XLM launches on the back of a game-changing partnership (Wirex)
- Paysend Group Launches Global Stablecoin on the Stellar Network
- Why IBM Built World Wire on Stellar
- Why IBM Built World Wire on Stellar: The Developer Experience
- IBM Blockchain World Wire: How it Works
- How SatoshiPay is Using Stellar to Transform Online Publishing
- How Saldo is Using Stellar to Reimagine Cross-border Payments
- Onboarding everyone - the StellarX Mission
-
Network Statistics
- 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.
- Lumenscan - Block explorer and analytics platform for the Stellar network.
- Stellarbeat - Information about nodes and validators on the network - includes a quorum monitor.
- Galactic Vision - A 3D network and quorum explorer.
- Galactic Vision - A 3D network and quorum explorer.
-
Developer Resources
- Stellar Dev Digest - Weekly newsletter covering all things around the Stellar developer ecosystem.
- Stellar Ecosystem Proposals
- Core Advancement Proposals
- Stellar Docs - Stellar documentation.
- JavaScript SDK
- Go SDK
- 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.
- Horizon Github Repo
- 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.
- 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.
- Cosmic.link SEP-0007 debugger
- JavaScript SDK
- Stellar Github
- 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.
- Astrocore - Astrocore aims to become an alternative implementation of the stellar-core, the core component of the Stellar network.
- Stellar Protocol - Developer discussion about possible changes to the protocol.
- Go SDK
- Java SDK
- Kotlin SDK
- Python SDK
- C# .NET Core 2.0 SDK
- Ruby SDK
- iOS and macOS SDK
- Scala SDK
- C++ SDK
- Unity 3D SDK
- Flutter SDK
- Astrograph Github Repo
- 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.
- Create Stellar Token (Testnet) - Script that creates a custom Stellar token on testnet.
- 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.
- go-stellar-ipfs Github Repo
- JavaScript SDK
- Kotlin SDK
- 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.
- Cosmic.plus applications
- Stellar Laboratory - The Stellar Laboratory is a set of tools that enables people to try out and learn about the Stellar network.
-
Developer Educational Resources
- Stream Ledger Data from the Stellar Network Using Python
- 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
- How Stellar.org Recovers From a Testnet Reset
- Get Started Building Stellar Applications: New York Blockchain Week Hackathon
- 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.
- Stellar Developer Workshop with Tomer Weller
- 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.
- Sending Secret and Anonymous Memos with Stellar
- I Just Wrote a Stellar Smart Contract - just-wrote-a-stellar-smart-contract-pt-2-lets-dive-a-little-deeper-a8dae19b9d0a) - Exploring Stellar 'smart contracts.'
- How to Create a Custom Token on Stellar in Python
- StellarTxSignersInspector - Facilitating Multisig Discovery
- Creating Usable Stellar Applications
- Intuitive Stellar Consensus Protocol
- Kelp GUI
- Practical Path Payments
- ZkVM: about the motocrab
- User-Friendly Key Management with SEP-30 Recoverysigner
- Turing Complete Contract proposal for Stellar
- 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.
- Stellar payments — thoughts on federation, QR Codes, URIs, and Point of Sale systems within the Stellar.org ecosystem
- 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.
- Turing Complete Contract proposal for Stellar
- Get Started Building Stellar Applications: New York Blockchain Week Hackathon
- Stellar Developer Workshop with Tomer Weller
- Creating Usable Stellar Applications
- Intuitive Stellar Consensus Protocol
- Kelp GUI
- Practical Path Payments
- ZkVM: about the motocrab
- User-Friendly Key Management with SEP-30 Recoverysigner
-
Understanding the Stellar Consensus Protocol
- White Paper
- Fast and secure global payments with Stellar
- Mathematical Analysis and Algorithms for Federated Byzantine Agreement Systems
- Simplified SCP
- Understanding the Stellar Consensus Protocol
- Why Quorums Matter and How Stellar Approaches Them
- Intuitive Stellar Consensus Protocol
- ConsensusDay 1 // Stellar Consensus Protocol - David Mazieres
- dotScale 2017 - David Mazières - Internet-level consensus is practical
- David Mazières: "The Stellar Consensus Protocol" | Talks at Google
- A Federated Model for Internet-level Consensus
- Fast and Secure Global Payments with Stellar
- White Paper
- dotScale 2017 - David Mazières - Internet-level consensus is practical
- David Mazières: "The Stellar Consensus Protocol" | Talks at Google
- A Federated Model for Internet-level Consensus
- Fast and Secure Global Payments with Stellar
- ConsensusDay 1 // Stellar Consensus Protocol - David Mazieres
-
Projects Building on Stellar
- Stellar.org Project Directory - Another project directory maintained on Stellar.org
- Keybase - Secure groups, files, and chat for everyone with a built in Stellar wallet.
- DSTOQ - DSTOQ is on a mission to introduce micro investing to billions of people around the world.
- Nodle - Nodle is the world’s largest ecosystem of connected devices, providing infrastructure, software and access to data for the Internet of Things.
- SatoshiPay - Global, fast and easy micropayment solutions.
- Settle Network - Settle provides programmatic interoperability between traditional and digital assets, by leveraging our financial infrastructure in every country we operate.
- 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.
- RealtyBits - RealtyBits is the first blockchain based marketplace for buying and selling real estate assets with digital currencies from anywhere in the world.
- Kapilendo - Kapilendo is a banking platform for SMEs and issued its first blockchain-based digital bond on Stellar.
- DealBox - A feature-rich digital securities issuance and investment platform connecting entrepreneurs and investors to enable the future of investing and capital formation.
- Wirex - A U.K.-based payments platform and issuer of stablecoins on Stellar.
- COINQVEST - Enterprise Cryptocurrrency Payment Processing on Stellar. Accept digital currencies, settle in USD, EUR, NGN.
- Velo - Velo is a Credit and Reserve Protocol enabling digital credit issuance and borderless asset transfer for businesses using a smart contract reserve system.
- SureRemit - Nigeria-based global non-cash remittances company.
- Blockdaemon - Spin up and deploy Stellar nodes within minutes.
- Public Node - Stellar nodes funded by the community.
- Rehive - Rehive is a platform and toolkit for building fintech apps on Stellar.
- Stellar Battle - Win community funded prizes.
- Litemint.io - PvP card battles (cards issued as NFTs on Stellar).
- Saldo.mx - A way for migrant workers to pay family members' bills across borders.
- Skyhitz - Skyhitz is a beats market for music creators built on Stellar.
- 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.
- Money Clip - MoneyClip stores Canadian Dollars inside your phone. You can split bills, buy & sell online, and easily pay friends and family using digital cash. It’s quick, secure, and easy to use.
-
Store Your Stellar Assets
- Tangem - An NFC card wallet that supports Stellar assets.
- Keybase - Keybase is an encrypted communication app with a built-in Stellar wallet available on most mobile and desktop devices.
- 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.
- 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.
- Litemint - Litemint is an [open source](https://github.com/litemint/litemint), non-custodial wallet allowing you to store any Stellar asset and trade on the SDEX. It also offers an app and game ecosystem powered by decentralized cross-currency purchases through Stellar path payments.
-
Stellar Asset Issuers (Anchors)
- AnchorUSD - Redeemable and stable cryptocurrency anchored 1-for-1 to the US dollar. All deposits are secured in US-domiciled bank accounts.
- 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.
- Cowrie - Cowrie anchors NGNT, an asset backed digital token pegged to the Nigerian Naira.
- 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%.
- Firefly - Firefly is a wallet provider and an issuer of the Chinese Yuan.
- Tempo - Tempo's EURT is a stable coin, backed by on hand cash, 1 EURT = 1 EUR.
- Bitbond - Bitbond is the issuer of Germany's first security token and makes business lending globally accessible.
-
Use the Stellar Decentralized Exchange
- StellarX
- Stellarport
- StellarTerm
- Interstellar.Exchange
- 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).
-
Videos, Podcasts, and AMAs
- 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)
- Money 3.0: Denelle Dixon from the Stellar Development Foundation
- Jed McCaleb: Stellar And The Vision Of An Open Financial System
- Making cross-border payments seamless | Blockchain Pulse Podcast S01E02
- Lisa Nestor on Digtal Assets Weekly
- Lisa Nestor podcast with Matt Case
- Tempo Director Anthony Barker with Finance Magnates
- Stellar Community Podcast - AMA with Kolten & Tyler
- Blockchain Week NYC 2019 - Q&A with Jed McCaleb (Video)
- Blockchain Week NYC 2019 - Q&A with Jed McCaleb (Transcript)
- AMA with Jed McCaleb and Denelle Dixon (6/5/19)
- SDF Update & Mini AMA - Jed McCaleb (1/28/19)
- 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)
- Jed McCaleb: Stellar And The Vision Of An Open Financial System
- Making cross-border payments seamless | Blockchain Pulse Podcast S01E02
- Lisa Nestor on Digtal Assets Weekly
- Blockchain Week NYC 2019 - Q&A with Jed McCaleb (Video)
Programming Languages
Categories
Developer Resources
47
Videos, Podcasts, and AMAs
35
Developer Educational Resources
34
Projects Building on Stellar
23
Case Studies and Insights
21
Understanding the Stellar Consensus Protocol
18
General Overview
17
Blogs and Beginner Guides
16
Official Channels
15
Community
15
Stellar Asset Issuers (Anchors)
9
Network Statistics
7
Use the Stellar Decentralized Exchange
6
Store Your Stellar Assets
5
License
1
Sub Categories
Keywords
blockchain
12
stellar
12
cryptocurrency
7
sdk
6
stellar-network
4
horizon
3
npm
1
lumens
1
scala
1
swift
1
macos
1
ios
1
ruby
1
dotnetcore
1
dotnet-core
1
distributed-ledger
1
csharp
1
blockchain-technology
1
lumen
1
java
1
trading-strategies
1
trading-bot
1
trading-algorithms
1
trading
1
cryptocurrency-trading-bot
1
cryptocurrency-exchanges
1
arbitrage-bot
1
arbitrage
1
vanity-address
1
rust
1
graphql-server
1
graphql
1
dgraph
1
soneso
1
plugin
1
flutter
1
dart
1
xlm
1
unity-package
1
unity
1
package
1