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.
THIS IS VERY MUCH A Work In Progress
- js-ipfs (browser mode)
- node.js 10
- Chrome / Firefox
- git clone / fork this repo
- copy
src/example-auth.js
tosrc/auth.js
- edit the
githubToken
property to be aREAD-ONLY
personal GH token, see: github tokens npm run make
- Subsequent runs:
npm run client
npm run bundle
- This will produce a bundle one can consume in a web/electron app at
bundle.js
- see client/README.md for more information
- See PLAN.md (preliminary plan & ideas scratchpad)
- see CONTRIBUTING.md