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
- Host: GitHub
- URL: https://github.com/ngduc/awesome-stellar
- Owner: ngduc
- License: mit
- Created: 2018-01-12T06:02:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T07:09:02.000Z (over 8 years ago)
- Last Synced: 2025-11-11T03:24:29.589Z (7 months ago)
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.