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

https://github.com/ngduc/awesome-stellar

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

List: awesome-stellar

Last synced: 4 months ago
JSON representation

awesome resources about Stellar ecosystem

Awesome Lists containing this project

README

          

# awesome-stellar
Awesome resources about Stellar ecosystem.

### For Developers

#### Stellar - Official Links

- [Stellar Developers Documentation](https://www.stellar.org/developers/) - documentation homepage.

- [Stellar's Github Repositories](https://github.com/stellar)

- [Horizon](https://github.com/stellar/go/tree/master/services/horizon) (Golang) - 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](https://github.com/stellar/stellar-core) (C++) - 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](https://github.com/stellar/docker-stellar-core-horizon) - a simple way to incorporate stellar-core and horizon into your private infrastructure, provided that you use docker.

- Tools

- [Account Viewer](https://www.stellar.org/account-viewer) - official lightweight client to send and receive lumens over the Stellar network.

#### Java

- [Java-stellar-sdk](https://github.com/stellar/java-stellar-sdk) - provides APIs to build transactions and connect to Horizon.

#### Javascript

- [Js-stellar-sdk](https://github.com/stellar/js-stellar-sdk) - main Stellar client library for the Javascript language.

### Contribution

PRs are welcome! Please follow the naming conventions closely. Thanks.