Skip to content

Commit 06f72e3

Browse files
committed
chore: Initial readme
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 473caa7 commit 06f72e3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

issue_credential/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1-
# < Replace With The Plugin Name >
1+
# Issue Credential Plugin
22

33
## Description
44

5-
< Replace with information about the reason this plugin was produced and a brief overview of the features >
5+
This plugin was produced to facilitate the issuance of verifiable credentials in a decentralized identity ecosystem. It provides features for creating, managing, and presenting credentials in compliance with the Aries RFCs.
66

77
## Configuration
88

9-
< Replace this section with an outline of configuration options and basic defaults for deploying the plugin >
9+
To enable the Issue Credential plugin, add the following configuration to your `config.yml`:
10+
11+
```yaml
12+
plugins:
13+
- issue_credential
14+
```

0 commit comments

Comments
 (0)