{"id":20305695,"url":"https://github.com/bitpay/angular-bitcore-wallet-client","last_synced_at":"2025-04-11T14:51:21.560Z","repository":{"id":28400241,"uuid":"31914545","full_name":"bitpay/angular-bitcore-wallet-client","owner":"bitpay","description":"angular module for bitcore-wallet-client","archived":false,"fork":false,"pushed_at":"2023-03-08T09:03:17.000Z","size":18084,"stargazers_count":16,"open_issues_count":1,"forks_count":48,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-03-24T03:54:53.079Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bitpay.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":"2015-03-09T18:12:00.000Z","updated_at":"2023-01-21T18:45:48.000Z","dependencies_parsed_at":"2024-06-21T15:55:30.015Z","dependency_job_id":null,"html_url":"https://github.com/bitpay/angular-bitcore-wallet-client","commit_stats":{"total_commits":69,"total_committers":4,"mean_commits":17.25,"dds":0.4347826086956522,"last_synced_commit":"33c1066e38a5c870b1ea0e3e0adf97520f6e1f05"},"previous_names":[],"tags_count":52,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fangular-bitcore-wallet-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fangular-bitcore-wallet-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fangular-bitcore-wallet-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpay%2Fangular-bitcore-wallet-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitpay","download_url":"https://codeload.github.com/bitpay/angular-bitcore-wallet-client/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247679570,"owners_count":20978076,"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-14T17:09:22.684Z","updated_at":"2025-04-11T14:51:21.540Z","avatar_url":"https://github.com/bitpay.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# angular-bitcore-wallet-client\n\nTHIS PACKAGE IS NOT LONGER MAINTAINED, SINCE IT WAS INTEGRATIONS INTO COPAY. IF YOU NEED IT, UPDATING BWC VERSION\nSHOULD BE STRAIGTH FORWARD.\n=-\n\n\nAngularJS module for [bitcore-wallet-client](https://github.com/bitpay/bitcore-wallet-client)\n\n## Get started\n\n```\nbower install angular-bitcore-wallet-client\n```\n\nAdd javascript to `index.html` after *angular.js*:\n\n```html\n\u003cscript src=\"bower_components/angular-bitcore-wallet-client/angular-bitcore-wallet-client.min.js\"\u003e\u003c/script\u003e\n```\n\nAdd to your array of AngularJS modules:\n\n```\nvar modules = [\n  'bwcModule'\n];\n\nvar myApp = angular.module('myApp', modules);\n```\n\n## Use\n\nSee the [API referece](https://github.com/bitpay/bitcore-wallet-client) for more details.\n\n```javascript\nangular.module('myApp').factory('myService', \n  function(bwcService) {\n    var walletClient = bwcService.getClient();\n    walletClient.createWallet('Personal Wallet', 'me', 1, 1, 'livenet', function(err) {\n    \n      // Store in\n      save(walletClient.export());\n\n      // Read other wallet\n      var wallet2 = read(...);\n      var walletClient2 = bwcService(getClient(wallet2));\n      \n      walletClient2.getStatus(function(err, status) {\n         console.log(status);\n      });\n    });\n  }\n);\n```\nSee Complete API at [Bitcore Wallet Client Readme](https://github.com/bitpay/bitcore-wallet-client)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpay%2Fangular-bitcore-wallet-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitpay%2Fangular-bitcore-wallet-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpay%2Fangular-bitcore-wallet-client/lists"}