@sphereon/ssi-sdk.agent-config
Version:
22 lines (16 loc) • 548 B
Markdown
<!--suppress HtmlDeprecatedAttribute -->
<h1 align="center">
<br>
<a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a>
<br>Agent Configuration
<br>
</h1>
This plugin allows you to run/start an Agent from a yaml configuration. Best used in a NodeJS environment, but should work with React-Native in case path/fs are browserified or polyfilled
## Installation
```shell
yarn add @sphereon/ssi-sdk.agent-config
```
## Build
```shell
yarn build
```