Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

awesome-stellar

awesome resources about Stellar ecosystem
https://github.com/ngduc/awesome-stellar

  • Stellar Developers Documentation - documentation homepage.
  • Stellar's Github Repositories
  • Horizon - an API server for the Stellar ecosystem. It acts as the interface between stellar-core and applications that want to access the Stellar network.
  • Stellar-core - a replicated state machine that maintains a local copy of a cryptographic ledger and processes transactions against it, in consensus with a set of peers. It implements the Stellar Consensus Protocol, a federated consensus protocol.
  • Docker-stellar-core-horizon - a simple way to incorporate stellar-core and horizon into your private infrastructure, provided that you use docker.
  • Account Viewer - official lightweight client to send and receive lumens over the Stellar network.
  • Java-stellar-sdk - provides APIs to build transactions and connect to Horizon.
  • Js-stellar-sdk - main Stellar client library for the Javascript language.