The Cardea Health Enterprise Agent Web App is a single-page app (SPA) for organizations who issue and verify self-sovereign identity (SSI) credentials via an Aries cloud agent (such as ACA-Py). This app provides a friendly UI for end-users that can be easily deployed to a private or public cloud and accessed from any modern web browser.
For an introduction to self-sovereign identity (SSI), please see Phil Windley's article on the topic.
To learn more about Aries and to connect with the Cardea community, please visit Cardea.app
TODO
TODO
- Philosophy
- Goals/Requirements
- Use cases
- Big-picture diagrams
TODO
- Installing this app and dependencies (including cloud agent, network, etc.)
- OS requirements, etc.
- Quick test to make sure everything is working
TODO
In the project directory, you can run the following command to build the app for production to the build
folder:
$ `npm run build
This command correctly bundles React in production mode and optimizes the build for the best performance.
See also the section about deployment for more information.
TODO: How to skin, guidelines around forking, etc.
TODO
TODO
TODO
If you are a new contributor to the project, please read our contribution guide at least once; it will save you a few review cycles!
Copyright © The Cardea Project 2022. All rights reserved.
This project is licensed under the Apache License Version 2.0. Please see the LICENSE.md file for the complete license and the LICENSE_3RD_PARTY.md file for a list of dependencies and their licenses.
Version 1.1
Copyright (C) 2004, 2006 The Linux Foundation and its contributors. 1 Letterman Drive Suite D4700 San Francisco, CA, 94129
Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.
Developer's Certificate of Origin 1.1
By making a contribution to this project, I certify that:
(a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or
(b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as indicated in the file; or
(c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it.
(d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved.