{"id":20743979,"url":"https://github.com/ashtech15/xrpl-backend","last_synced_at":"2026-05-05T01:32:15.591Z","repository":{"id":256359939,"uuid":"852459276","full_name":"ashtech15/xrpl-backend","owner":"ashtech15","description":"XRPL-Backend is a server-side application that leverages XRPL's NFTs to provide a secure, decentralized, blockchain-based contract service.","archived":false,"fork":false,"pushed_at":"2024-09-04T21:02:07.000Z","size":58,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T02:27:12.805Z","etag":null,"topics":["cors","express","nodejs","typescript","xrpl"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ashtech15.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-09-04T20:59:34.000Z","updated_at":"2024-09-04T21:03:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cd4f3dd-2230-4258-91d5-a0676c76eb71","html_url":"https://github.com/ashtech15/xrpl-backend","commit_stats":null,"previous_names":["ashtech15/xrpl-backend"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtech15%2Fxrpl-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtech15%2Fxrpl-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtech15%2Fxrpl-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashtech15%2Fxrpl-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashtech15","download_url":"https://codeload.github.com/ashtech15/xrpl-backend/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243038132,"owners_count":20226098,"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":["cors","express","nodejs","typescript","xrpl"],"created_at":"2024-11-17T07:13:44.144Z","updated_at":"2025-12-25T01:33:03.874Z","avatar_url":"https://github.com/ashtech15.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XRPL-Backend\n\n## Table of Contents\n\n- [XRPL-Backend](#xrpl-backend)\n  - [Table of Contents](#table-of-contents)\n  - [Introduction](#introduction)\n  - [Technology Stack](#technology-stack)\n  - [Setup and Installation](#setup-and-installation)\n  - [Environment Variables](#environment-variables)\n  - [License](#license)\n\n## Introduction\n\nXRPL-Backend is a server-side application that leverages XRPL's NFTs to provide a secure, decentralized, blockchain-based contract service.\n\n## Technology Stack\n\n- **Backend:**\n\n  - [Node.js](https://nodejs.org/): A JavaScript runtime for building server-side applications.\n  - [Express](https://expressjs.com/): A web application framework for Node.js.\n  - [TypeScript](https://www.typescriptlang.org/): A statically typed superset of JavaScript that adds types and compiles to plain JavaScript.\n  - [XRPL](https://xrpl.org/): A library for interacting with the XRP Ledger.\n\n- **Frontend:**\n\n  - [React](https://reactjs.org/): A JavaScript library for building user interfaces.\n  - [TypeScript](https://www.typescriptlang.org/): A statically typed superset of JavaScript that adds types and compiles to plain JavaScript.\n  - [Vite](https://vitejs.dev/), [ESLint](https://eslint.org/), and [Prettier](https://prettier.io/): Tools for building the application, linting code, and formatting code.\n  - [Tanstack Query](https://tanstack.com/query) and [Zustand](https://github.com/pmndrs/zustand): Libraries for managing application state.\n  - [Tailwind](https://tailwindcss.com/) and [Shadcn/ui](https://ui.shadcn.com/): Libraries for styling the application and managing layout.\n\n## Setup and Installation\n\nFollow these steps to set up and run this project locally:\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/ashtech15/xrpl-backend.git\n   ```\n\n2. **Navigate to the project directory:**\n\n   ```bash\n   cd xrp-backend\n   ```\n\n3. **Install dependencies:**\n\n   ```bash\n   npm install\n   ```\n\n4. **Start the development server:**\n\n   ```bash\n   npm run dev\n   ```\n\n## Environment Variables\n\nThis project uses the following environment variables:\n\n- `PORT`: The port on which the backend server runs.\n- `XRPL_PROVIDER`: The URL of the XRP Ledger provider.\n- `CORS_ORIGIN`: The origin allowed to access the server (for CORS policy).\n\nYou can set these environment variables in a `.env` file in the root of your project. Remember to replace the example values with your actual values.\n\n```properties\nPORT=''\nXRPL_PROVIDER = ''\nCORS_ORIGIN = ('', '')\n```\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashtech15%2Fxrpl-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashtech15%2Fxrpl-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashtech15%2Fxrpl-backend/lists"}