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




Goals
- Ui to help establish IPFS-driven identity
- Dissemination of
Identity Proofsa'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
alphasoftware withalphasoftware as itsdependencies& should be thought of as a proof of concept that needs a lot of work. - PRs welcome, see CONTRIBUTING.md