Skip to content
/ MultiPass Public template
forked from RachBLondon/3Book

Hack Squad Lovers - EthDenver2020 - 3box / DID / Messaging

Notifications You must be signed in to change notification settings

jierdin/MultiPass

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiPass

Submiteted to EthDenver 2020 as the DMV Demolisher

Youtube demo: https://youtu.be/RY-EJfxOj2o

Summary:

This app, DMV Demolisher, is a credential wallet and messaging app based on 3box. It allows users to selectively reveal any single credential the identity has been given.

This app was designed to provide a user interface for both ciizens and clerks to begin using Web 3.0 features.

This project, as Multipass, is an ongoing effort to provide robust identity management for all of us who are decentralizing.

Setup and Tech Stack

For the tutorial, some familiarity with react is required. You can complete by copying and pasting each step, but to get a more meaningful understanding, it is recommended you are familiar with the basics.

  • HD wallet - for generation of pub/priv key pairs
  • P2P chat - secure peer 2 peer messaging
  • React — frontend framework
  • IPFS + OrbitDB — where the data is stored (provided by 3Box, so we don’t need to touch this directly)
  • MetaMask — Web3 wallet integration (required to facilitate signing and encryption of data)
  • 3Box.js — 3Box SDK that connects wallets to IPFS database storage via 3ID
  • React Bootstrap - UI Library

About

Hack Squad Lovers - EthDenver2020 - 3box / DID / Messaging

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • CSS 27.4%
  • HTML 1.8%