{"id":22404604,"url":"https://github.com/kommitters/stellar_base","last_synced_at":"2025-07-31T17:32:32.564Z","repository":{"id":42679077,"uuid":"370813738","full_name":"kommitters/stellar_base","owner":"kommitters","description":"Low-level elixir library to read, write, hash, and sign XDR primitive constructs used in the Stellar network","archived":false,"fork":false,"pushed_at":"2024-04-10T12:39:35.000Z","size":1198,"stargazers_count":5,"open_issues_count":1,"forks_count":9,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-13T20:30:26.039Z","etag":null,"topics":["blockchain","crypto","elixir","elixir-lang","hacktoberfest","stellar","stellar-network"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/stellar_base","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kommitters.png","metadata":{"funding":{"github":["kommitters"]},"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2021-05-25T20:01:09.000Z","updated_at":"2024-07-23T18:00:26.368Z","dependencies_parsed_at":"2023-11-23T15:24:28.898Z","dependency_job_id":"9537b3a3-062b-4a25-9c21-8d078a406ab4","html_url":"https://github.com/kommitters/stellar_base","commit_stats":{"total_commits":131,"total_committers":10,"mean_commits":13.1,"dds":0.5190839694656488,"last_synced_commit":"16b1ad1b8f4aadda5f20297b025029254377a016"},"previous_names":[],"tags_count":41,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kommitters%2Fstellar_base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kommitters%2Fstellar_base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kommitters%2Fstellar_base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kommitters%2Fstellar_base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kommitters","download_url":"https://codeload.github.com/kommitters/stellar_base/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228275014,"owners_count":17895008,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blockchain","crypto","elixir","elixir-lang","hacktoberfest","stellar","stellar-network"],"created_at":"2024-12-05T10:14:07.429Z","updated_at":"2024-12-05T10:14:08.029Z","avatar_url":"https://github.com/kommitters.png","language":"Elixir","funding_links":["https://github.com/sponsors/kommitters"],"categories":[],"sub_categories":[],"readme":"# Elixir Stellar Base\n\n![stability-beta](https://img.shields.io/badge/stability-beta-33bbff.svg?style=for-the-badge)\n![Build Badge](https://img.shields.io/github/actions/workflow/status/kommitters/stellar_base/ci.yml?branch=main\u0026style=for-the-badge)\n[![Coverage Status](https://img.shields.io/coveralls/github/kommitters/stellar_base?style=for-the-badge)](https://coveralls.io/github/kommitters/stellar_base)\n[![Version Badge](https://img.shields.io/hexpm/v/stellar_base?style=for-the-badge)](https://hexdocs.pm/stellar_base)\n![Downloads Badge](https://img.shields.io/hexpm/dt/stellar_base?style=for-the-badge)\n[![License badge](https://img.shields.io/hexpm/l/stellar_base.svg?style=for-the-badge)](https://github.com/kommitters/stellar_base/blob/main/LICENSE)\n[![OpenSSF Best Practices](https://img.shields.io/cii/summary/6461?label=openssf%20best%20practices\u0026style=for-the-badge)](https://bestpractices.coreinfrastructure.org/projects/6461)\n[![OpenSSF Scorecard](https://img.shields.io/ossf-scorecard/github.com/kommitters/stellar_base?label=openssf%20scorecard\u0026style=for-the-badge)](https://api.securityscorecards.dev/projects/github.com/kommitters/stellar_base)\n\n\n**`stellar_base`** is an **Elixir library** that provides a complete set of functions to read, write, hash, and sign XDR constructs used in [stellar-core][stellar-core].\n\n### Stellar Base vs Stellar SDK\n**`stellar_base`** is a low-level library for creating Stellar primitive constructs. If you are looking for a complete [**Horizon**][stellar-horizon] integration we recommend you check the [**`stellar_sdk`**][sdk] library instead 🙌.\n\nYou should only use **`stellar_base`** if you are planning to build on top of it!\n\n### Documentation\n[**API Reference**][api-reference]\n\n## Installation\n[Available in Hex][hex], add `stellar_base` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:stellar_base, \"~\u003e 0.16.0\"}\n  ]\nend\n```\n\n## Development\n* Install an Elixir version above `v1.10`.\n* Compile dependencies: `mix deps.get`.\n* Run tests: `mix test`.\n\n## Code of conduct\nWe welcome everyone to contribute. Make sure you have read the [CODE OF CONDUCT][coc] before.\n\n## Contributing\nFor information on how to contribute, please refer to our [CONTRIBUTING][contributing] guide.\n\n## Changelog\nFeatures and bug fixes are listed in the [CHANGELOG][changelog] file.\n\n## License\nThis library is licensed under an MIT license. See [LICENSE][license] for details.\n\n## Acknowledgements\nMade with 💙 by [kommitters Open Source](https://kommit.co)\n\n[license]: https://github.com/kommitters/stellar_base/blob/main/LICENSE.md\n[coc]: https://github.com/kommitters/stellar_base/blob/main/CODE_OF_CONDUCT.md\n[changelog]: https://github.com/kommitters/stellar_base/blob/main/CHANGELOG.md\n[contributing]: https://github.com/kommitters/stellar_base/blob/main/CONTRIBUTING.md\n[base]: https://github.com/kommitters/stellar_base\n[sdk]: https://github.com/kommitters/stellar_sdk\n[hex]: https://hex.pm/packages/stellar_base\n[stellar-core]: https://github.com/stellar/stellar-core\n[stellar-horizon]: https://developers.stellar.org/api/introduction/\n[api-reference]: https://hexdocs.pm/stellar_base/api-reference.html#content\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkommitters%2Fstellar_base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkommitters%2Fstellar_base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkommitters%2Fstellar_base/lists"}