0.0.4 • Published 6 years ago

selfkey-identity-wallet v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Selfkey Identity Wallet

Build Status CircleCI Build status Commitizen friendly License: MIT

Overview

The Official SelfKey Identity Wallet for Desktop

Features

  • Storage of identity docs in the Identity Wallet locally on the user’s computer
  • Marketplace where the user can view a list of available Exchanges
  • Exchange Details Page where the user can view Exchange information and stake KEY tokens
  • System to fetch a user’s staking status (stake/no-stake) for an Exchange from the blockchain
  • Token staking and reclamation flow
  • Submission / upload of KYC package for processing to KYC-Chain
  • Transfer of ETH, KEY and Custom ERC20 Tokens
  • Viewing of token balances and transaction logs for ETH, KEY and ERC20 Tokens

Prerequisites

  • NodeJS version 9.5 or better.
  • Wine and RPM packages for OSX/Linux

Install Dependencies

npm install

Build on OSX/macOS/Linux

npm run make

Build on Windows

npm run make-win

Development

Run the App on OSX/macOS/Linux

npm run start

Run the App on Windows

npm run start-win

Tests

npm run test

Contributing

Please see the contributing notes.

License

The MIT License (MIT)

Copyright (c) 2018 SelfKey Foundation

Permission 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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE 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.