Giter VIP home page Giter VIP logo

digital-identity's Introduction

digital-identity

Identity system based on Ethereum

Kovan Contract Address

Registry contract can be found here

0x8a5C9ca6d66c63cB17a3Ec21cedE5EeEa52EEd97

Demo

This demo requires 2 devices, 1 to display the application's QR code and one to scan the QR code.

Go to this link on smart phone - https://digital-identity-app.herokuapp.com/

Go to this link in a browser - https://identity-test-application.herokuapp.com/

NOTE: you will need gas in your client app for this to fully function. See here about acquiring Kovan Ether.

Features

  • Securely store identity data
  • Associate Ethereum account with identity data
  • Securely share approved data with applications, granular down to the individual data point
  • Scanner for sharing with applications
  • Revoke sharing permissions

How It Works

The works by creating personas which are a mapping of data to an Ethereum address. The data is stored in IPFS and encrypted so only you can decrypt it. The IPFS file paths are stored in the blockchain. You can share data with applications on an attribute by attribute basis, and encrypt the dataset with the public key of the entity you'd like to share with, so that only they can decrypt it. Sharing can occur by the client scanning a QR with data following an expected format which allows the client to approve the request to share data, and submit the transaction to the blockchain so that the application can get the files from IPFS and decrypt the data.

Profile

Profile

Scanner

Approval

Profile

Notes

  • The public key used to encryption is derived from the private key and is NOT the public key of the Ethereum address.
  • This deploys data to a single IPFS node at the moment. I plan to move to Infura shortly.
  • This is still a little raw, and I plan to move it to a library

To run

npm install
browserify main.js > js/bundle.js

digital-identity's People

Contributors

miller46 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.