{"id":25296049,"url":"https://github.com/selfkeyfoundation/identity-wallet","last_synced_at":"2025-07-08T05:08:12.066Z","repository":{"id":26915421,"uuid":"105664964","full_name":"SelfKeyFoundation/Identity-Wallet","owner":"SelfKeyFoundation","description":"Code for the SelfKey Identity Wallet","archived":false,"fork":false,"pushed_at":"2024-05-21T07:50:19.000Z","size":62521,"stargazers_count":58,"open_issues_count":169,"forks_count":26,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-02-09T08:38:38.581Z","etag":null,"topics":["cryptocurrency","ethereum","ethereum-wallet","selfkey-identity-wallet"],"latest_commit_sha":null,"homepage":"https://selfkeyfoundation.github.io/Identity-Wallet/","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/SelfKeyFoundation.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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-10-03T14:57:43.000Z","updated_at":"2024-10-10T19:36:38.000Z","dependencies_parsed_at":"2024-05-20T17:59:20.655Z","dependency_job_id":null,"html_url":"https://github.com/SelfKeyFoundation/Identity-Wallet","commit_stats":{"total_commits":3622,"total_committers":27,"mean_commits":"134.14814814814815","dds":0.7471010491441192,"last_synced_commit":"b4638c163da86fa5ec6541cc1e5553dbcdc42d3e"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelfKeyFoundation%2FIdentity-Wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelfKeyFoundation%2FIdentity-Wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelfKeyFoundation%2FIdentity-Wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SelfKeyFoundation%2FIdentity-Wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SelfKeyFoundation","download_url":"https://codeload.github.com/SelfKeyFoundation/Identity-Wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238585191,"owners_count":19496436,"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","ethereum","ethereum-wallet","selfkey-identity-wallet"],"created_at":"2025-02-13T02:55:26.768Z","updated_at":"2025-02-13T02:55:27.518Z","avatar_url":"https://github.com/SelfKeyFoundation.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selfkey Identity Wallet\n\n[![Build Status](https://travis-ci.org/SelfKeyFoundation/Identity-Wallet.svg?branch=dev)](https://travis-ci.org/SelfKeyFoundation/Identity-Wallet) [![CircleCI](https://circleci.com/gh/SelfKeyFoundation/Identity-Wallet.svg?style=svg)](https://circleci.com/gh/SelfKeyFoundation/Identity-Wallet) [![Build status](https://ci.appveyor.com/api/projects/status/7g0lesr2456giitd?svg=true)](https://ci.appveyor.com/project/rodrigopavezi/identity-wallet)\n [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![David Dependancy Status](https://david-dm.org/SelfKeyFoundation/Identity-Wallet.svg)](https://david-dm.org/SelfKeyFoundation/Identity-Wallet) [![David Dependancy Status DEV](https://david-dm.org/SelfKeyFoundation/Identity-Wallet/dev-status.svg)](https://david-dm.org/SelfKeyFoundation/Identity-Wallet?type=dev)\n\n## Coverage\n\n### master\n\n[![Coverage Status](https://coveralls.io/repos/github/SelfKeyFoundation/Identity-Wallet/badge.svg?branch=master)](https://coveralls.io/github/SelfKeyFoundation/Identity-Wallet?branch=master)\n\n### dev\n\n[![Coverage Status](https://coveralls.io/repos/github/SelfKeyFoundation/Identity-Wallet/badge.svg?branch=dev)](https://coveralls.io/github/SelfKeyFoundation/Identity-Wallet?branch=dev)\n\n## Overview\n\nThe Official SelfKey Identity Wallet for Desktop\n\n## Features\n\n* Storage of identity docs in the Identity Wallet locally on the user’s computer\n* Marketplace where the user can view a list of available Exchanges\n* Exchange Details Page where the user can view Exchange information and stake KEY tokens\n* System to fetch a user’s staking status (stake/no-stake) for an Exchange from the blockchain\n* Token staking and reclamation flow\n* Submission / upload of KYC package for processing to KYC-Chain\n* Transfer of ETH, KEY and Custom ERC20 Tokens\n* Viewing of token balances and transaction logs for ETH, KEY and ERC20 Tokens\n\n## Prerequisites\n\n* [NodeJS](https://nodejs.org) version 9 or better\n* Wine and RPM packages for OSX/Linux\n\n### Using Windows?\n\n* [`patch.exe`](https://git-scm.com/download) (for [`snyk protect`](https://support.snyk.io/snyk-cli/snyk-protect-requires-the-patch-binary))\n* VC++ 2015.3 v14.00 (v140) toolset for desktop\n* [Windows-Build-Tools](https://www.npmjs.com/package/windows-build-tools/v/2.2.1)\n\n### Install Dependencies\n\n    yarn\n    yarn install-app-deps\n\n### Build on OSX/macOS/Linux\n\n    yarn dist\n\n## Development\n\n### Scripts\n```json\n  \"scripts\": {\n    \"dev\": \"gulp \u0026\u0026 electron-webpack dev\",\n    \"install-app-deps\": \"electron-builder install-app-deps buildDependenciesFromSource\",\n    \"install-all\": \"yarn \u0026\u0026 yarn install-app-deps\",\n    \"compile\": \"gulp \u0026\u0026 electron-webpack\",\n    \"dist\": \"yarn compile \u0026\u0026 electron-builder\",\n    \"dist:dir\": \"yarn dist --dir -c.compression=store -c.mac.identity=null\",\n    \"test\": \"yarn test:unit \u0026\u0026 yarn test:e2e\",\n    \"test:unit\": \"jest -i --forceExit\",\n    \"test:unit:coverage\": \"yarn test:unit --coverage\",\n    \"test:e2e\": \"node test/test.js e2e\",\n    \"publish-build\": \"yarn compile \u0026\u0026 electron-builder -p always\",\n    \"precommit\": \"npm run check-deps-precommit \u0026\u0026 pretty-quick --staged \u0026\u0026 lint-staged\",\n    \"commitmsg\": \"commitlint -E GIT_PARAMS\",\n    \"check-deps-precommit\": \"npm-check -i eslint -i redux -s || true\",\n    \"check-deps\": \"npm-check -i common\",\n    \"coveralls\": \"cat dist/coverage/lcov.info | coveralls\"\n  }\n ```\n\n### Run the App on OSX/macOS/Linux/Windows\n\n    yarn dev\n\n### Tests\n\n    yarn test\n\n## Contributing\n\nPlease see the [contributing notes](CONTRIBUTING.md).\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2018 SelfKey Foundation\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfkeyfoundation%2Fidentity-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fselfkeyfoundation%2Fidentity-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fselfkeyfoundation%2Fidentity-wallet/lists"}