-
Notifications
You must be signed in to change notification settings - Fork 3
Home
This project is based on the key management ideas from this rebooting the web of trust white paper: DAD Spec. The project follows the spec detailed in the white paper and provides a secure store for key rotation histories and one time pad(otp) encrypted private keys. The project also utilizes Decentralized Identifiers(DID) as specified in the W3C Spec and incorporates the new decentralized autonomic data(dad) method.
The project is built on the open source ioflo framework. The command line interface for the server in this project is handled by ioflo and more information about command line options can be found in ioflo's documentation. The API is built using the falcon api framework and lmdb. The frontend is built with Transcrypt and mithril.js.