{"id":18245007,"url":"https://github.com/edgeapp/edge-currency-monero","last_synced_at":"2025-10-26T02:13:21.693Z","repository":{"id":32538732,"uuid":"134037352","full_name":"EdgeApp/edge-currency-monero","owner":"EdgeApp","description":"Javascript Monero currency plugin for Edge","archived":false,"fork":false,"pushed_at":"2025-03-28T16:52:32.000Z","size":1618,"stargazers_count":5,"open_issues_count":11,"forks_count":13,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-03-28T17:43:26.025Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EdgeApp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-19T06:45:33.000Z","updated_at":"2025-03-28T16:52:34.000Z","dependencies_parsed_at":"2024-11-19T00:24:37.829Z","dependency_job_id":"be041ddb-0459-462f-9770-5cc6ca1d6b27","html_url":"https://github.com/EdgeApp/edge-currency-monero","commit_stats":{"total_commits":451,"total_committers":20,"mean_commits":22.55,"dds":0.5964523281596452,"last_synced_commit":"5dc4ab384132735a3e1d669fb2706bedf9ce7e61"},"previous_names":[],"tags_count":45,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-monero","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-monero/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-monero/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-monero/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdgeApp","download_url":"https://codeload.github.com/EdgeApp/edge-currency-monero/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247185107,"owners_count":20897900,"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":[],"created_at":"2024-11-05T09:18:35.497Z","updated_at":"2025-10-26T02:13:16.672Z","avatar_url":"https://github.com/EdgeApp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge Monero Currency Plugin\n\n[![Build Status](https://app.travis-ci.com/EdgeApp/edge-currency-monero.svg?branch=master)](https://app.travis-ci.com/EdgeApp/edge-currency-monero)\n\nImplements Monero send/receive functionality per the spec for crypto currency plugins for [edge-core-js](https://github.com/EdgeApp/edge-core-js)\n\n## Installing\n\n    yarn add edge-currency-monero react-native-mymonero-core\n\n```\nimport { moneroCurrencyPluginFactory } from `edge-currency-monero`\n```\n\nNow you can pass `moneroCurrencyPluginFactory` to `edge-core-js`.\n\n```\nconst context = makeEdgeContext({\n  apiKey: YOUR_API_KEY,\n  plugins: [ moneroCurrencyPluginFactory ]\n})\n```\n\n## Contributing\n\nYou'll need to install Yarn 1.3.2 globally on your machine\n\nTo run a local version of this repo inside the full Edge Wallet app, clone this repo at the same level as `edge-react-gui`\n\n    git clone git@github.com:EdgeApp/edge-currency-monero.git`\n    cd edge-currency-monero\n    yarn\n\nRun `npm run test` to run the unit tests.\n\nTo use the local cloned version of this repo, `cd edge-react-gui` and run\n\n    npm run updot edge-currency-monero\n    npm run prepare\n\nThis will copy the necessary files from `edge-currency-monero` into the `edge-react-gui/node_modules/edge-currency-monero` replacing the npm installed version. This needs to be done after any modifications to `edge-currency-monero`\n\n## License\nBSD 3\n\n[npm-image]: https://badge.fury.io/js/edge-currency-ethereum.svg\n[npm-url]: https://npmjs.org/package/edge-currency-ethereum\n[travis-image]: https://travis-ci.org/Airbitz/edge-currency-ethereum.svg?branch=master\n[travis-url]: https://travis-ci.org/Airbitz/edge-currency-ethereum\n[daviddm-image]: https://david-dm.org/Airbitz/edge-currency-ethereum.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/Airbitz/edge-currency-ethereum\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeapp%2Fedge-currency-monero","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgeapp%2Fedge-currency-monero","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeapp%2Fedge-currency-monero/lists"}