https://github.com/astroband/ruby-stellar-sdk
Community maintained Ruby SDK for Stellar
https://github.com/astroband/ruby-stellar-sdk
blockchain hacktoberfest ruby sdk stellar stellar-network
Last synced: 8 months ago
JSON representation
Community maintained Ruby SDK for Stellar
- Host: GitHub
- URL: https://github.com/astroband/ruby-stellar-sdk
- Owner: astroband
- Created: 2015-03-22T22:51:02.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-10-25T00:26:06.000Z (about 1 year ago)
- Last Synced: 2024-10-26T07:11:37.318Z (about 1 year ago)
- Topics: blockchain, hacktoberfest, ruby, sdk, stellar, stellar-network
- Language: Ruby
- Homepage:
- Size: 1.61 MB
- Stars: 72
- Watchers: 18
- Forks: 44
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-stellar - Ruby SDK
- awesome-stellar - Ruby SDK
- awesome-stellar-cn - Ruby SDK
README
# Stellar SDK for Ruby
[](https://github.com/astroband/ruby-stellar-sdk/actions/workflows/ci.yml)
[](https://github.com/astroband/ruby-stellar-sdk/actions/workflows/security.yml)
[](https://coveralls.io/github/astroband/ruby-stellar-sdk?branch=main)
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fastroband%2Fruby-stellar-sdk?ref=badge_shield)
[](https://codeclimate.com/github/astroband/ruby-stellar-sdk/maintainability)
A monorepo Community maintained Ruby SDK for Stellar
### stellar-base
[](https://badge.fury.io/rb/stellar-base)
[](https://rubydoc.info/gems/stellar-base)
This library provides a low-level interface to read, write,
hash and sign the [XDR structures](https://github.com/stellar/stellar-xdr)
used by [Stellar Protocol](https://github.com/stellar/stellar-protocol).
[Sources](https://github.com/astroband/ruby-stellar-sdk/blob/main/base/README.md)
| [Docs](https://rubydoc.info/gems/stellar-base)
| [Examples](https://github.com/astroband/ruby-stellar-sdk/blob/main/base/examples/)
| [Changelog](https://github.com/astroband/ruby-stellar-sdk/blob/main/base/CHANGELOG.md)
### stellar-horizon
[](https://badge.fury.io/rb/stellar-horizon)
[](https://rubydoc.info/gems/stellar-horizon)
A client library for the [Stellar Horizon API](https://developers.stellar.org/api).
[Sources](https://github.com/astroband/ruby-stellar-sdk/blob/main/horizon/README.md)
| [Docs](https://rubydoc.info/gems/stellar-horizon)
| [Changelog](https://github.com/astroband/ruby-stellar-sdk/blob/main/horizon/CHANGELOG.md)
### stellar-sdk
[](https://badge.fury.io/rb/stellar-sdk)
[](https://rubydoc.info/gems/stellar-sdk)
A meta-gem which depends on the `stellar-base` and `stellar-horizon` gems.
It provides a convenient way to add full Stellar SDK to your project.
[Sources](https://github.com/astroband/ruby-stellar-sdk/blob/main/sdk/README.md)
| [Docs](https://rubydoc.info/gems/stellar-sdk)
| [Examples](https://github.com/astroband/ruby-stellar-sdk/blob/main/sdk/examples/)
| [Changelog](https://github.com/astroband/ruby-stellar-sdk/blob/main/sdk/CHANGELOG.md)
## License
[](https://app.fossa.com/projects/git%2Bgithub.com%2Fastroband%2Fruby-stellar-sdk?ref=badge_large)