Autonomica is a front-end app written with Choo.js
& Tachyons
in order to stay small and nimble
- 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
cd client/ && npm install
npm start
Navigate to http://127.0.0.1:8889/
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 |
- This is
alpha
software withalpha
software as itsdependencies
& should be thought of as a proof of concept that needs a lot of work. - PRs welcome, see CONTRIBUTING.md