/ipfs-social-proof

IPFS Social Proof: A decentralized identity and social proof system

Primary LanguageJavaScriptMIT LicenseMIT

ipfs-social-proof

Identity and social proof serverlessly via IPFS

Create an online identity peer 2 peer, generate proof(s) that can be validated by peers to verify your identity. No walled garden neccesary.

Warning: alpha software with alpha dependencies

THIS IS VERY MUCH A Work In Progress

Requirements

  • js-ipfs (browser mode)
  • node.js 10
  • Chrome / Firefox

Install

  • git clone / fork this repo
  • npm install

Build Bundle

  • npm start
  • This will produce a bundle one can consume in a web/electron app at bundle.js

Example app

Identity management & peer discovery

Alt Identity

  • see client/README.md for instructions
  • cd ./client && npm install && npm start

Plan

  • See PLAN.md (preliminary plan)

Contributing

  • see CONTRIBUTING.md