All Projects → SelfKeyFoundation → Identity Wallet

SelfKeyFoundation / Identity Wallet

Licence: mit
Code for the SelfKey Identity Wallet

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Identity Wallet

Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (+1344.44%)
Mutual labels:  ethereum, cryptocurrency
Bbt Multiminer
Start different miners from the same script. Easy and simple to get started with mining. Originally by Bits Be Trippin'
Stars: ✭ 33 (-8.33%)
Mutual labels:  ethereum, cryptocurrency
Status Go
The Status module that consumes go-ethereum
Stars: ✭ 579 (+1508.33%)
Mutual labels:  ethereum, cryptocurrency
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+1175%)
Mutual labels:  ethereum, cryptocurrency
Etgate
Ethereum-Tendermint token sending gateway
Stars: ✭ 23 (-36.11%)
Mutual labels:  ethereum, cryptocurrency
Web3swift
Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions on Ethereum network.
Stars: ✭ 462 (+1183.33%)
Mutual labels:  ethereum, cryptocurrency
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+1725%)
Mutual labels:  ethereum, cryptocurrency
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (+925%)
Mutual labels:  ethereum, cryptocurrency
Uniswap V2 Core
🎛 Core smart contracts of Uniswap V2
Stars: ✭ 889 (+2369.44%)
Mutual labels:  ethereum, cryptocurrency
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-52.78%)
Mutual labels:  ethereum, cryptocurrency
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+980.56%)
Mutual labels:  ethereum, cryptocurrency
Finch
An Open Source Cryptocurrency Payment Processor.
Stars: ✭ 27 (-25%)
Mutual labels:  ethereum, cryptocurrency
Nimbus Eth1
Nimbus: an Ethereum 1.0 and 2.0 Client for Resource-Restricted Devices
Stars: ✭ 386 (+972.22%)
Mutual labels:  ethereum, cryptocurrency
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+1258.33%)
Mutual labels:  ethereum, cryptocurrency
Cryptocurrency
Overview of top cryptocurrencies
Stars: ✭ 385 (+969.44%)
Mutual labels:  ethereum, cryptocurrency
Kelp
Kelp is a free and open-source trading bot for the Stellar DEX and 100+ centralized exchanges
Stars: ✭ 580 (+1511.11%)
Mutual labels:  ethereum, cryptocurrency
Algo Coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 365 (+913.89%)
Mutual labels:  ethereum, cryptocurrency
Donut
🏹 Dead-simple cross-platform cryptocurrency tracker.
Stars: ✭ 367 (+919.44%)
Mutual labels:  ethereum, cryptocurrency
Cryptocurrency Arbitrage
A cryptocurrency arbitrage opportunity calculator. Over 800 currencies and 50 markets.
Stars: ✭ 836 (+2222.22%)
Mutual labels:  ethereum, cryptocurrency
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+2463.89%)
Mutual labels:  ethereum, cryptocurrency

Selfkey Identity Wallet

Build Status CircleCI Build status Commitizen friendly License: MIT David Dependancy Status David Dependancy Status DEV

Coverage

master

Coverage Status

dev

Coverage Status

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 or better
  • Wine and RPM packages for OSX/Linux

Using Windows?

Install Dependencies

yarn
yarn install-app-deps

Build on OSX/macOS/Linux

yarn dist

Development

Scripts

  "scripts": {
    "dev": "gulp && electron-webpack dev",
    "install-app-deps": "electron-builder install-app-deps buildDependenciesFromSource",
    "install-all": "yarn && yarn install-app-deps",
    "compile": "gulp && electron-webpack",
    "dist": "yarn compile && electron-builder",
    "dist:dir": "yarn dist --dir -c.compression=store -c.mac.identity=null",
    "test": "yarn test:unit && yarn test:e2e",
    "test:unit": "jest -i --forceExit",
    "test:unit:coverage": "yarn test:unit --coverage",
    "test:e2e": "node test/test.js e2e",
    "publish-build": "yarn compile && electron-builder -p always",
    "precommit": "npm run check-deps-precommit && pretty-quick --staged && lint-staged",
    "commitmsg": "commitlint -E GIT_PARAMS",
    "check-deps-precommit": "npm-check -i eslint -i redux -s || true",
    "check-deps": "npm-check -i common",
    "coveralls": "cat dist/coverage/lcov.info | coveralls"
  }

Run the App on OSX/macOS/Linux/Windows

yarn dev

Tests

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].