Skip to content

Commit

Permalink
fix(hedera): Update Hiero SDK dependency and improve README (#1531)
Browse files Browse the repository at this point in the history
* chore(hedera): Remove relative path usage from README

Signed-off-by: Alexander Shenshin <[email protected]>

* fix(hedera): Update Hiero SDK dependency

Signed-off-by: Alexander Shenshin <[email protected]>

---------

Signed-off-by: Alexander Shenshin <[email protected]>
  • Loading branch information
AlexanderShenshin authored Feb 21, 2025
1 parent 9c56d63 commit dd37c03
Show file tree
Hide file tree
Showing 2 changed files with 3,046 additions and 3,026 deletions.
8 changes: 4 additions & 4 deletions hedera/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Other operations with Hedera DID and Anoncreds registry supported via existing A

The repo contains an interactive demo of ACA-Py + Hedera plugin that can be used to test Hedera DID and AnonCreds Registry functionality.

Please see corresponding [demo folder and README](./demo)
Please see corresponding [demo folder and README](https://github.com/openwallet-foundation/acapy-plugins/tree/main/hedera/demo)

## Usage

Expand All @@ -49,7 +49,7 @@ Please see corresponding [demo folder and README](./demo)
- Can be obtained by creating developer account on [Hedera Dev Portal](https://portal.hedera.com/)
- The plugin works only with `askar-anoncreds` wallet type

An example configuration for the plugin can be found in [plugins-config.yml](./docker/plugins-config.yml)
An example configuration for the plugin can be found in [plugins-config.yml](https://github.com/openwallet-foundation/acapy-plugins/blob/main/hedera/docker/plugins-config.yml)

You can also use environment variables to configure the plugin:
- `HEDERA_NETWORK`
Expand Down Expand Up @@ -83,7 +83,7 @@ ENTRYPOINT ["aca-py"]

```

More complete example (including complete dependencies setup) can be found [in docker folder](./docker/Dockerfile)
More complete example (including complete dependencies setup) can be found [in docker folder](https://github.com/openwallet-foundation/acapy-plugins/blob/main/hedera/docker/Dockerfile)

### Create a DID

Expand Down Expand Up @@ -162,4 +162,4 @@ A coverage report is created when ran from the devcontainer.

Integration tests and configurations are hosted in `integration` folder.

See corresponding [README](./integration/README.md) for details.
See corresponding [README](https://github.com/openwallet-foundation/acapy-plugins/blob/main/hedera/integration/README.md) for details.
Loading

0 comments on commit dd37c03

Please sign in to comment.