Packages | Getting started | Usage | Contributing | License
Siera Desktop is a desktop app that allows you to work with decentralized identity through an Aries Framework JavaScript agent. It is built using Electron and React.
- Connections to manage connections with other agents
- Credentials to manage received credentials
- Proofs to manage received proof requests
- Local Agent to manage a local included agent
If you are looking for more information about the concepts and tutorials on how to use the Desktop app we recommend you check out our docs.
Check out the installation guide for more information.
Is there something you'd like to fix or add to the Desktop app? Great! We 💗 community contributions. Get involved.
- Clone the repository
git clone https://github.com/animo/siera-desktop.git
- Install dependencies
yarn install
- Start the app in development mode
yarn start