Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (26 loc) · 1.29 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.29 KB

Autonomica IPFS Social Proof - client app

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

Command Description
$ npm start Start the development server
$ npm test Lint, validate deps & run tests
$ npm run build Compile all files into dist/
$ npm run create Generate a scaffold file
$ npm run inspect Inspect 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