{"id":22757988,"url":"https://github.com/0xwonj/xrpl-swap","last_synced_at":"2026-05-10T07:42:22.227Z","repository":{"id":244443209,"uuid":"676452694","full_name":"0xwonj/xrpl-swap","owner":"0xwonj","description":"Decentralized Exchange Platform for XRP Ledger","archived":false,"fork":false,"pushed_at":"2023-09-26T06:29:23.000Z","size":231,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-02-05T10:25:32.487Z","etag":null,"topics":["decentralized-exchange","dex","fastapi","redis","xrp-ledger","xrpl"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":false,"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/0xwonj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-09T08:27:31.000Z","updated_at":"2025-01-24T11:42:37.000Z","dependencies_parsed_at":"2024-06-14T19:08:27.127Z","dependency_job_id":"a6f232ee-0305-41e3-a2fc-7bc2e8f768f6","html_url":"https://github.com/0xwonj/xrpl-swap","commit_stats":null,"previous_names":["0xwonj/xrpl-swap"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwonj%2Fxrpl-swap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwonj%2Fxrpl-swap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwonj%2Fxrpl-swap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xwonj%2Fxrpl-swap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xwonj","download_url":"https://codeload.github.com/0xwonj/xrpl-swap/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246292119,"owners_count":20754014,"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":["decentralized-exchange","dex","fastapi","redis","xrp-ledger","xrpl"],"created_at":"2024-12-11T08:12:49.694Z","updated_at":"2025-10-28T11:44:58.773Z","avatar_url":"https://github.com/0xwonj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xrpl-swap Backend\n\nThis backend API is built using [FastAPI](https://fastapi.tiangolo.com/), a modern, high-performance web framework for building APIs with Python 3. Additionally, the backend interacts with the XRP Ledger through the [xrpl-py](https://xrpl-py.readthedocs.io/en/stable/) library, a pure Python implementation of the XRP Ledger.\n\n## Prerequisites\n\n- [Docker](https://www.docker.com/)\n- Docker Compose\n\n## Project Structure\n\nThis backend solution is categorized into three major components:\n\n1. [**FastAPI**](app) (API Endpoint Exposures)\n2. [**ETL**](etl) (Data Extraction, Transformation, and Loading)\n3. [**Redis**](database) (In-memory data structure store)\n\n## Development Setup\n\n1. Clone the repository to your local machine.\n\n2. Navigate to the project's root directory using the terminal.\n\n3. Make sure to set up the `.env` file using the provided [`.env-template`](.env-template) before proceeding further.\n\n## Running the Application using Docker\n\n1. To initiate the application, use the following Docker command:\n\n   ```bash\n   docker compose up --build -d\n   ```\n\n2. Once executed, the application will run on `http://0.0.0.0:8000/`.\n\n3. To shut down the application and its services:\n\n   ```bash\n   docker compose down\n   ```\n\n## API Endpoints\n\nA complete list of endpoints and their descriptions can be found in the FastAPI's interactive API documentation ([swagger](https://swagger.io/)) at `http://\u003cyour-server-url\u003e/docs`.\n\n## Contributing\n\nIf you wish to contribute to this project, kindly go through our [CONTRIBUTING.md](CONTRIBUTING.md) guidelines. We value each contribution and request you to adhere to the coding conventions and guidelines for all pull requests and issues.\n\n## License\n\nThis project adheres to the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License (CC BY-NC-ND 4.0). You're permitted to copy and distribute the material across various mediums. However, appropriate credit is essential, and commercial usage or derivative works creation isn't allowed.\n\nFor a comprehensive understanding, refer to the [LICENSE.md](LICENSE.md) documentation or the [official license page](https://creativecommons.org/licenses/by-nc-nd/4.0/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xwonj%2Fxrpl-swap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xwonj%2Fxrpl-swap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xwonj%2Fxrpl-swap/lists"}