{"id":23903870,"url":"https://github.com/pluja/xmr-uri","last_synced_at":"2026-05-12T12:38:53.721Z","repository":{"id":270830924,"uuid":"911583445","full_name":"pluja/xmr-uri","owner":"pluja","description":"Monero URI and QR generator","archived":false,"fork":false,"pushed_at":"2025-01-03T11:30:21.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-03T12:27:16.420Z","etag":null,"topics":["cryptocurrency","monero","qrcode","tool","uri","xmr"],"latest_commit_sha":null,"homepage":"https://uri.xmr.fan","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pluja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-03T11:07:02.000Z","updated_at":"2025-01-03T11:30:25.000Z","dependencies_parsed_at":"2025-01-03T12:27:20.691Z","dependency_job_id":"67a25441-fab1-4aaa-a64c-6bdd9378cefb","html_url":"https://github.com/pluja/xmr-uri","commit_stats":null,"previous_names":["pluja/xmr-uri"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluja%2Fxmr-uri","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluja%2Fxmr-uri/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluja%2Fxmr-uri/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluja%2Fxmr-uri/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluja","download_url":"https://codeload.github.com/pluja/xmr-uri/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240304707,"owners_count":19780313,"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":["cryptocurrency","monero","qrcode","tool","uri","xmr"],"created_at":"2025-01-04T23:19:57.005Z","updated_at":"2026-05-12T12:38:53.597Z","avatar_url":"https://github.com/pluja.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Monero URI Generator \u0026 QR Code Tool\n\n\u003e [uri.xmr.fan](https://uri.xmr.fan)\n\n## Overview\n\nA simple, serverless web application for generating Monero URIs and QR codes with flexible configuration options. This tool allows users to:\n\n- Create Monero payment URIs\n- Generate QR codes for Monero addresses\n- Use URL parameters for dynamic URI generation\n\n\n## Features\n\n- 🔗 Full Monero URI specification support\n- 📱 Responsive design with TailwindCSS\n- 🖼️ QR code generation\n- 🔧 URL parameter configuration\n- 💻 Completely client-side (no backend required)\n\n## Supported URI Parameters\n\n| Parameter | Type | Description | Example |\n|-----------|------|-------------|---------|\n| `address` | String | Monero wallet address | `44AFFq5kSiGBoZ...` |\n| `tx_amount` | Float | Transaction amount in XMR | `1.5` |\n| `tx_payment_id` | String | Optional payment ID | `abc123...` |\n| `recipient_name` | String | Optional recipient name | `John Doe` |\n| `tx_description` | String | Transaction description | `Donation` |\n\n## Usage Modes\n\n### 1. Web Interface\n\nOpen `index.html` in a browser and use the form to generate Monero URIs and QR codes.\n\nYou can also serve the repo folder using Python:\n\n```bash\npython3 -m http.server 8000\n```\n\n### 2. URL Parameter Generation\n\n#### Direct URI Generation\n\n```\nhttps://uri.xmr.fan/?address=44AFFq5kSiGBoZ...\u0026tx_amount=1.5\u0026recipient_name=Donation\n```\n\n#### Raw QR Code\n\n```\nhttps://uri.xmr.fan/?address=44AFFq5kSiGBoZ...\u0026tx_amount=1.5\u0026rawqr\n```\n\n#### Raw URI Text\n\n```\nhttps://uri.xmr.fan/?address=44AFFq5kSiGBoZ...\u0026tx_amount=1.5\u0026raw\n```\n\n## Tech Stack\n\n- HTML5\n- Vanilla JavaScript\n- TailwindCSS (CDN)\n- QRCode.js\n\n## Installation\n\n1. Clone the repository\n2. Open `index.html` directly in a web browser\n    - You can also serve with Python by running `python3 -m http.server 8000` in the repo folder\n3. No additional setup or server required\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## Donation\n\nIf you find this tool useful, consider donating: [kycnot.me/about#support](https://kycnot.me/about#support)\n\n---\n\n## Technical Details\n\n### URI Specification\n\nFollows the Monero URI scheme as defined in [Monero Fandom Wiki](https://monero.fandom.com/wiki/URI_formatting), supporting:\n\n- Address-only URIs\n- Optional amount specification\n- Optional payment ID\n- Optional recipient name\n- Optional transaction description\n\n### Security Notes\n\n- All user inputs are trimmed and encoded\n- No server-side processing\n- Client-side generation only","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluja%2Fxmr-uri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluja%2Fxmr-uri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluja%2Fxmr-uri/lists"}