https://github.com/animo/siera-desktop
https://github.com/animo/siera-desktop
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/animo/siera-desktop
- Owner: animo
- Created: 2022-09-05T07:33:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T14:02:36.000Z (over 2 years ago)
- Last Synced: 2025-04-08T18:39:59.480Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://siera.animo.id/desktop
- Size: 36.1 MB
- Stars: 9
- Watchers: 5
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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](https://github.com/hyperledger/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](https://docs.siera-desktop.animo.id/).
## Installation
Check out the [installation guide](https://docs.siera-desktop.animo.id/guides/installation) for more information.
## Contributing
Is there something you'd like to fix or add to the Desktop app? Great! We 💗 community
contributions. [Get involved](https://docs.siera-desktop.animo.id/community/contributing).
## Development Setup
### Prerequisites
- [Node.js](https://nodejs.org/en/) (v16 or higher)
- [Yarn](https://yarnpkg.com/getting-started/install)
- [LibIndy](https://aries.js.org/guides/getting-started/installation/nodejs)
### Installation
1. Clone the repository
```bash
git clone https://github.com/animo/siera-desktop.git
```
2. Install dependencies
```bash
yarn install
```
3. Start the app in development mode
```bash
yarn start
```