{"id":20072222,"url":"https://github.com/radixir/radixir","last_synced_at":"2025-05-05T20:33:05.784Z","repository":{"id":43714436,"uuid":"431576948","full_name":"radixir/radixir","owner":"radixir","description":"Radix + Elixir","archived":false,"fork":false,"pushed_at":"2022-07-18T17:45:14.000Z","size":395,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T04:03:23.646Z","etag":null,"topics":["elixir","radixdlt"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/radixir.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-24T17:43:09.000Z","updated_at":"2024-01-29T13:00:12.000Z","dependencies_parsed_at":"2022-09-26T18:31:40.717Z","dependency_job_id":null,"html_url":"https://github.com/radixir/radixir","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radixir%2Fradixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radixir%2Fradixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radixir%2Fradixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/radixir%2Fradixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/radixir","download_url":"https://codeload.github.com/radixir/radixir/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252571403,"owners_count":21769828,"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":["elixir","radixdlt"],"created_at":"2024-11-13T14:39:00.266Z","updated_at":"2025-05-05T20:33:05.367Z","avatar_url":"https://github.com/radixir.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Radixir\n\nRadix + Elixir\n\n## Installation\n\nThe package can be installed by adding `radixir` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:radixir, \"~\u003e 0.0.5\"}\n  ]\nend\n```\n\n## Documentation\n\nCheck out the docs here [https://hexdocs.pm/radixir](https://hexdocs.pm/radixir).\n\n## Environment variables\n\nSee `.envrc.example` for an example of what environment variables can be set. Note that Radixir can still be used even if no environment variables are set.\n\n## Configuration\n\nPlace the following in `runtime.exs` if using environment variables:\n\n```\nconfig :radixir, Radixir.Config,\n  gateway_api_url: System.get_env(\"GATEWAY_API_URL\"),\n  core_api_url: System.get_env(\"CORE_API_URL\"),\n  system_api_url: System.get_env(\"SYSTEM_API_URL\"),\n  testnet: System.get_env(\"TESTNET\"),\n  usernames: System.get_env(\"USERNAMES\"),\n  passwords: System.get_env(\"PASSWORDS\")\n\n```\n\nThe following will need to be set in `config.exs` or `runtime.exs`:\n\n```\nconfig :block_keys, :ec_module, :libsecp256k1\n```\n\n## Getting started locally\n\n- Install [asdf](https://asdf-vm.com/guide/getting-started.html#_3-install-asdf)\n- Clone [radixir](https://github.com/radixir/radixir) repo\n- Run `asdf install` while in `radixir` directory\n- Run `iex -S mix` to start using `radixir`\n\n## Example Usage\n\nUsage examples can be found in `/lib/examples`.\n\n## Github\n\n[Radixir](https://github.com/radixir/radixir)\n\n## License\n\nRadixir is released under the Apache License 2.0 - see the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradixir%2Fradixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fradixir%2Fradixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fradixir%2Fradixir/lists"}