Autonomica IPFS Social Proof - client app

October 30, 2018 ยท View on GitHub

Autonomica is a front-end app written with Choo.js & Tachyons in order to stay small and nimble

Alt Identity

Alt Proof

Alt Peers

Alt Log

Goals

  • Ui to help establish IPFS-driven identity
  • Dissemination of Identity Proofs a'la Keybase
  • e.g.: signed JSON posted to github, referenced via social media and DNS
  • Exchange of public signing keys to verify proofs

Install

cd client/ && npm install

npm start

Navigate to http://127.0.0.1:8889/

Commands

CommandDescription
$ npm startStart the development server
$ npm testLint, validate deps & run tests
$ npm run buildCompile all files into dist/
$ npm run createGenerate a scaffold file
$ npm run inspectInspect the bundle's dependencies

Warning

  • This is alpha software with alpha software as its dependencies & should be thought of as a proof of concept that needs a lot of work.
  • PRs welcome, see CONTRIBUTING.md