Skip to content

animo/siera-desktop

Repository files navigation

Siera Logo

Siera Desktop

Powered by   Animo Logo


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.

Installation

Check out the installation guide for more information.

Contributing

Is there something you'd like to fix or add to the Desktop app? Great! We 💗 community contributions. Get involved.

Development Setup

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/animo/siera-desktop.git
  1. Install dependencies
yarn install
  1. Start the app in development mode
yarn start