{"id":18245011,"url":"https://github.com/edgeapp/edge-currency-ethereum","last_synced_at":"2025-09-09T18:03:54.534Z","repository":{"id":25701114,"uuid":"95947539","full_name":"EdgeApp/edge-currency-ethereum","owner":"EdgeApp","description":"Ethereum TxLibrary plugin for edge-core-js ","archived":false,"fork":false,"pushed_at":"2023-10-10T22:28:11.000Z","size":1151,"stargazers_count":5,"open_issues_count":16,"forks_count":10,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-18T19:49:15.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://edge.app","language":"JavaScript","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":"2017-07-01T06:51:21.000Z","updated_at":"2023-07-03T16:27:36.000Z","dependencies_parsed_at":"2023-10-11T00:59:18.373Z","dependency_job_id":null,"html_url":"https://github.com/EdgeApp/edge-currency-ethereum","commit_stats":null,"previous_names":["airbitz/airbitz-currency-ethereum","airbitz/edge-currency-ethereum"],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-ethereum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-ethereum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-ethereum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdgeApp%2Fedge-currency-ethereum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdgeApp","download_url":"https://codeload.github.com/EdgeApp/edge-currency-ethereum/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247185116,"owners_count":20897905,"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.830Z","updated_at":"2025-04-04T13:31:56.609Z","avatar_url":"https://github.com/EdgeApp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Edge Ethereum Currency Plugin\n[![Build Status][travis-image]][travis-url] [![NPM version][npm-image]][npm-url] [![Dependency Status][daviddm-image]][daviddm-url]\n\n[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)\n\nImplements Bitcoin send/receive functionality per the spec for crypto currency plugins for [airbitz-core-js](https://github.com/Airbitz/airbitz-core-js)\n\n## Installing\n\n    npm i edge-currency-ethereum -s\n\n```\nimport { ethereumCurrencyPluginFactory } from `edge-currency-ethereum`\n```\n\nNow you can pass `ethereumCurrencyPluginFactory` to `edge-core-js`.\n\n```\nconst context = makeEdgeContext({\n  apiKey: YOUR_API_KEY,\n  plugins: [ ethereumCurrencyPluginFactory ]\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:Airbitz/edge-currency-ethereum.git`\n    cd edge-currency-ethereum\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-ethereum\n    npm run postinstall\n    \nThis will copy the necessary files from `edge-currency-ethereum` into the `edge-react-gui/node_modules/edge-currency-ethereum` replacing the npm installed version. This needs to be done after any modifications to `edge-currency-ethereum`\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-ethereum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgeapp%2Fedge-currency-ethereum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeapp%2Fedge-currency-ethereum/lists"}